Skip to content

Commit

Permalink
chore: playing with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed May 30, 2023
1 parent c40bceb commit dd9cdb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/avp-demo4/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.4
version: 0.3.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/avp-demo4/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kind: Secret
metadata:
name: {{ .Chart.Name }}-secret1
stringData:
foo: {{ .Values.secrets.path | default (randAlphaNum 8) }}
foo: {{ .Values.secrets.path | default (randAlphaNum 8) | quote }}
---
# Carsten Lenz
# 2023/03/07
Expand All @@ -18,7 +18,7 @@ apiVersion: v1
kind: Secret
metadata:
annotations:
avp.kubernetes.io/path: {{ quote .Values.secrets.annotated }}
avp.kubernetes.io/path: {{ .Values.secrets.annotated | quote }}
name: {{ .Chart.Name }}-secret2
stringData:
foo: <foo>
foo: "<foo>"

0 comments on commit dd9cdb9

Please sign in to comment.