Skip to content

Commit

Permalink
chore: rename values.extraObjects field
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Nussbaumer <[email protected]>
  • Loading branch information
clementnuss committed Feb 14, 2024
1 parent 94ee8d1 commit b443620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- range .Values.extraDeploy }}
{{- range .Values.extraObjects }}
---
{{ include "tplvalues.render" (dict "value" . "context" $) }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/kubelet-csr-approver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dnsPolicy: ""
dnsConfig: {}

# Include additional objects within the chart
extraDeploy: []
extraObjects: []
# - |
# apiVersion: v1
# kind: Secret
Expand Down

0 comments on commit b443620

Please sign in to comment.