Skip to content

Commit c061610

Browse files
authored
fix oversights from tryretool#239 (tryretool#240)
1 parent 877cce1 commit c061610

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

charts/retool/templates/deployment_backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ spec:
267267
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
268268
- secretRef:
269269
name: {{ .name }}
270-
optional: {{ .optional | default false}}
270+
optional: {{ .optional | default false }}
271271
{{- end }}
272272
{{- end }}
273273
ports:

charts/retool/templates/deployment_dbconnector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ spec:
189189
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
190190
- secretRef:
191191
name: {{ .name }}
192+
optional: {{ .optional | default false }}
192193
{{- end }}
193194
{{- end }}
194195
volumeMounts:

charts/retool/templates/deployment_jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ spec:
176176
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
177177
- secretRef:
178178
name: {{ .name }}
179+
optional: {{ .optional | default false }}
179180
{{- end }}
180181
{{- end }}
181182
resources:

charts/retool/templates/deployment_telemetry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ spec:
8787
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
8888
- secretRef:
8989
name: {{ .name }}
90+
optional: {{ .optional | default false }}
9091
{{- end }}
9192
{{- end }}
9293
volumeMounts:

charts/retool/templates/deployment_workflows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ spec:
245245
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
246246
- secretRef:
247247
name: {{ .name }}
248+
optional: {{ .optional | default false }}
248249
{{- end }}
249250
{{- end }}
250251
ports:

charts/retool/templates/deployment_workflows_worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ spec:
250250
{{- range .Values.externalSecrets.externalSecretsOperator.secretRef }}
251251
- secretRef:
252252
name: {{ .name }}
253+
optional: {{ .optional | default false }}
253254
{{- end }}
254255
{{- end }}
255256
ports:

0 commit comments

Comments
 (0)