Some small chagnes

This commit is contained in:
2024-02-16 15:47:14 +01:00
parent d67cf1a273
commit 21ff595d40
9 changed files with 125 additions and 1 deletions

View File

@ -10,8 +10,9 @@ metadata:
{{- with $ns.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with $ns.annotations}}
annotations:
"helm.sh/resource-policy": keep
{{- with $ns.annotations}}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}