Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Sep 8, 2023
1 parent eb3152b commit a67034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/geonode/templates/geoserver/geoserver-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- configMapRef:
name: {{ include "geoserver_pod_name" . }}-env
- secretRef:
name: {{ .Values.geoserver.secret.existingSecretName | "geoserver-secret" | quote }}
name: {{ .Values.geoserver.secret.existingSecretName | "geoserver-secret" | quote }}

env:
# read auto generated password from secret
Expand Down

0 comments on commit a67034d

Please sign in to comment.