Skip to content

Commit

Permalink
Use jdbcWrapperURL only if is set
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Hajas <mhajas@redhat.com>
  • Loading branch information
mhajas committed Feb 20, 2024
1 parent 47c98da commit 53703e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/keycloak-tasks/Utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tasks:
--set namespace={{.NAMESPACE}}
--set customImage={{if .KC_REPOSITORY}}true{{else}}false{{end}}
{{ if eq .KC_USE_AWS_JDBC_WRAPPER "false"}}--set useAWSJDBCWrapper={{.KC_USE_AWS_JDBC_WRAPPER}}{{end}}
--set jdbcWrapperURL={{.KC_AWS_JDBC_WRAPPER_URL}}
{{ if .KC_AWS_JDBC_WRAPPER_URL}}--set jdbcWrapperURL={{.KC_AWS_JDBC_WRAPPER_URL}}{{end}}
status:
- test -n "$(KUBECONFIG="{{.KUBECONFIG}}" helm list --namespace {{.NAMESPACE}} --filter keycloak-build-config -q)"
preconditions:
Expand Down

0 comments on commit 53703e1

Please sign in to comment.