mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update tiller-deployment to use Octal (#13144)
* Update tiller-deployment to use Octal Signed-off-by: John Reese <john@reese.dev> * Use Octal for secret defaultMode Signed-off-by: John Reese <john@reese.dev>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f5aa695c81
commit
becc8bcac6
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: magic-namespace
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
appVersion: 2.8.1
|
||||
home: https://github.com/kubernetes/charts/tree/master/stable/magic-namespace
|
||||
description: Elegantly enables a Tiller per namespace in RBAC-enabled clusters
|
||||
|
||||
@@ -100,7 +100,7 @@ spec:
|
||||
{{- if .Values.tiller.tls.enabled }}
|
||||
- name: tiller-certs
|
||||
secret:
|
||||
defaultMode: 420
|
||||
defaultMode: 0644
|
||||
secretName: {{ template "magic-namespace.tillerTlsSecret" . }}
|
||||
{{- end }}
|
||||
{{- with .Values.tiller.nodeSelector }}
|
||||
|
||||
Reference in New Issue
Block a user