File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- {{- if .Values.st2.rbac.enabled - }}
1+ {{- if .Values.st2.rbac.enabled }}
22---
33apiVersion : v1
44kind : ConfigMap
@@ -14,7 +14,7 @@ metadata:
1414 release : {{ .Release.Name }}
1515 heritage : {{ .Release.Service }}
1616data :
17- {{ toYaml .Values.rbac.roles | indent 2 }}
17+ {{ toYaml .Values.st2. rbac.roles | indent 2 }}
1818
1919---
2020apiVersion : v1
@@ -31,7 +31,7 @@ metadata:
3131 release : {{ .Release.Name }}
3232 heritage : {{ .Release.Service }}
3333data :
34- {{ toYaml .Values.rbac.assignments | indent 2 }}
34+ {{ toYaml .Values.st2. rbac.assignments | indent 2 }}
3535
3636---
3737apiVersion : v1
@@ -48,8 +48,8 @@ metadata:
4848 release : {{ .Release.Name }}
4949 heritage : {{ .Release.Service }}
5050data :
51- {{- if .Values.rbac.mappings }}
52- {{ toYaml .Values.rbac.mappings | indent 2 }}
51+ {{- if .Values.st2. rbac.mappings }}
52+ {{ toYaml .Values.st2. rbac.mappings | indent 2 }}
5353{{ else }}
5454 {}
5555{{ end }}
You can’t perform that action at this time.
0 commit comments