Skip to content

Commit

Permalink
fix: podLabel inside of with
Browse files Browse the repository at this point in the history
Signed-off-by: WrenIX <[email protected]>
  • Loading branch information
wrenix authored Nov 19, 2023
1 parent 6875a38 commit fae530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{ template "nextcloud.redis.fullname" . }}-client: "true"
{{- end }}
{{- with .Values.podLabels }}
{{- toYaml .Values.podLabels | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
nextcloud-config-hash: {{ print (toJson .Values.nextcloud.defaultConfigs) "-" (toJson .Values.nextcloud.configs) | sha256sum }}
Expand Down

0 comments on commit fae530d

Please sign in to comment.