Skip to content

Commit 5ada606

Browse files
authored
Merge pull request #54 from dkrizic/copilot/fix-helm-chart-issue
Fix YAML parse error in service-secret.yaml template
2 parents 6969dbd + 1c20f8d commit 5ada606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/feature/templates/service-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
{{- include "feature.labels" . | nindent 4 }}
1010
app.kubernetes.io/component: service
1111
type: Opaque
12+
{{- $password := .Values.service.authentication.password }}
1213
data:
13-
{{- $password := .Values.service.authentication.password }}
1414
{{- if and $existingSecret $existingSecret.data (index $existingSecret.data "AUTHENTICATION_PASSWORD") }}
1515
{{- /* Preserve existing password on upgrades */ -}}
1616
AUTHENTICATION_PASSWORD: {{ index $existingSecret.data "AUTHENTICATION_PASSWORD" | quote }}

0 commit comments

Comments
 (0)