Skip to content

Commit

Permalink
Template defaultTags
Browse files Browse the repository at this point in the history
  • Loading branch information
jallphin committed Jun 5, 2024
1 parent 138d57e commit 2a4b158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-pvc-tagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ keywords:
sources:
- https://github.com/mtougeron/k8s-pvc-tagger

version: 2.1.0
version: 2.1.1
appVersion: v1.1.0
2 changes: 1 addition & 1 deletion charts/k8s-pvc-tagger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- --annotation-prefix={{ .Values.annotationPrefix }}
{{- end }}
{{- if .Values.defaultTags }}
- --default-tags={{ .Values.defaultTags | toJson }}
- --default-tags={{ tpl (.Values.defaultTags) $ | toJson }}
{{- end }}
{{- if .Values.watchNamespace }}
- --watch-namespace={{ .Values.watchNamespace }}
Expand Down

0 comments on commit 2a4b158

Please sign in to comment.