Skip to content

Commit

Permalink
Fix annotations in puppetdb-pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
akiryushin committed Jan 17, 2023
1 parent 96308d7 commit 46672b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/puppetdb-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
"helm.sh/hook-delete-policy": "before-hook-creation"
{{- end }}
{{- if .Values.storage.annotations }}
{{ toYaml .Values.storage.annotations }}
{{ toYaml .Values.storage.annotations | nindent 4 }}
{{- end }}
spec:
accessModes:
Expand Down

0 comments on commit 46672b8

Please sign in to comment.