We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6875a38 commit fae530dCopy full SHA for fae530d
1 file changed
charts/nextcloud/templates/deployment.yaml
@@ -35,7 +35,7 @@ spec:
35
{{ template "nextcloud.redis.fullname" . }}-client: "true"
36
{{- end }}
37
{{- with .Values.podLabels }}
38
- {{- toYaml .Values.podLabels | nindent 8 }}
+ {{- toYaml . | nindent 8 }}
39
40
annotations:
41
nextcloud-config-hash: {{ print (toJson .Values.nextcloud.defaultConfigs) "-" (toJson .Values.nextcloud.configs) | sha256sum }}
0 commit comments