Skip to content

Commit

Permalink
fix: quote content
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen authored May 30, 2023
1 parent b2f2ae9 commit 368d871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/avp-demo4/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apiVersion: v1
kind: Secret
metadata:
annotations:
avp.kubernetes.io/path: {{ .Values.secrets.annotated }}
avp.kubernetes.io/path: {{ .Values.secrets.annotated | quote }}
name: {{ .Chart.Name }}-secret2
stringData:
foo: <foo>

0 comments on commit 368d871

Please sign in to comment.