File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.28.0
3+ version : 1.28.1
44appVersion : 1.11.1
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -21,4 +21,4 @@ type: application
2121annotations :
2222 artifacthub.io/changes : |
2323 - kind: added
24- description: topologySpreadConstraints can be templated values
24+ description: Added option to override defaultMode for extraSecrets
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ spec:
153153 - name : {{ .name }}
154154 secret :
155155 secretName : {{ .name }}
156- defaultMode : 400
156+ defaultMode : {{ default 400 .defaultMode }}
157157{{- end }}
158158{{- if .Values.extraVolumes }}
159159{{ toYaml .Values.extraVolumes | indent 8 }}
Original file line number Diff line number Diff line change @@ -246,8 +246,10 @@ extraVolumeMounts: []
246246extraSecrets : []
247247# - name: etcd-client-certs
248248# mountPath: /etc/coredns/tls/etcd
249+ # defaultMode: 420
249250# - name: some-fancy-secret
250251# mountPath: /etc/wherever
252+ # defaultMode: 440
251253
252254# To support legacy deployments using CoreDNS with the "k8s-app: kube-dns" label selectors.
253255# See https://github.com/coredns/helm/blob/master/charts/coredns/README.md#adopting-existing-coredns-resources
You can’t perform that action at this time.
0 commit comments