Skip to content

Commit

Permalink
trivial.
Browse files Browse the repository at this point in the history
  • Loading branch information
cho4036 committed Nov 14, 2023
1 parent 566537c commit 7d95ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak-client/lib/keycloak-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ spec:
if (not (origin_input_params['server_url'][(- 1)] == '/')):
origin_input_params['server_url'] += '/'
input_validation(input_params)
k8s_client = get_kubernetes_api(local=True)
k8s_client = get_kubernetes_api(local=False)
try:
secret_name = input_params['keycloak_credential_secret_name']
secret_namespace = input_params['keycloak_credential_secret_namespace']
Expand Down

0 comments on commit 7d95ba5

Please sign in to comment.