Skip to content

Commit fae530d

Browse files
authored
fix: podLabel inside of with
Signed-off-by: WrenIX <133280015+wrenix@users.noreply.github.com>
1 parent 6875a38 commit fae530d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/nextcloud/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
{{ template "nextcloud.redis.fullname" . }}-client: "true"
3636
{{- end }}
3737
{{- with .Values.podLabels }}
38-
{{- toYaml .Values.podLabels | nindent 8 }}
38+
{{- toYaml . | nindent 8 }}
3939
{{- end }}
4040
annotations:
4141
nextcloud-config-hash: {{ print (toJson .Values.nextcloud.defaultConfigs) "-" (toJson .Values.nextcloud.configs) | sha256sum }}

0 commit comments

Comments
 (0)