Skip to content

Commit

Permalink
double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed Feb 29, 2024
1 parent 078b469 commit d343fda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions charts/orchestrator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ spec:
- name: RETRY_BACKOFFDELAY
value: "500"
- name: KEYCLOAKBEARERONLY
value: {{ .Values.properties.keycloakBearerOnly }}
value: "{{ .Values.properties.keycloakBearerOnly }}"
- name: KEYCLOAKUSERESOURCEROLEMAPPINGS
value: {{ .Values.properties.keycloakUseResourceRoleMappings }}
value: "{{ .Values.properties.keycloakUseResourceRoleMappings }}"
- name: KEYCLOAKSSLREQUIRED
value: {{ .Values.properties.keycloakSslRequired }}
value: "{{ .Values.properties.keycloakSslRequired }}"
- name: MANUAL-CONNECTOR-REGISTRATION
value: {{ .Values.properties.manual_connector_registration }}
value: "{{ .Values.properties.manual_connector_registration }}"
- name: MANUALUPDATE
value: {{ .Values.properties.manualupdate }}
value: "{{ .Values.properties.manualupdate }}"
- name: SMTP_AUTH
value: {{ .Values.properties.smtp_auth }}
value: "{{ .Values.properties.smtp_auth }}"
- name: SMTP_TLS_ENABLE
value: {{ .Values.properties.smtp_tls_enable }}
value: "{{ .Values.properties.smtp_tls_enable }}"
- name: SPRING_DATASOURCE_USERNAME
value: {{ .Values.postgresql.auth.username | required ".Values.sdepostgresql.auth.username is required" | quote }}
{{- if .Values.postgresql.fullnameOverride }}
Expand Down

0 comments on commit d343fda

Please sign in to comment.