We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468862 commit f4bb60dCopy full SHA for f4bb60d
templates/configmaps_st2-conf.yaml
@@ -48,3 +48,8 @@ data:
48
# The order of merging: st2.conf < st2.docker.conf < st2.user.conf
49
st2.user.conf: |
50
{{ .Values.st2.config | indent 4 }}
51
+
52
+ {{- if .Values.st2.rbac.enabled - }}
53
+ [rbac]
54
+ sync_remote_groups = True
55
+ {{- end}}
values.yaml
@@ -38,10 +38,6 @@ st2:
38
config: |
39
[api]
40
allow_origin = '*'
41
- {{- if .Values.st2.rbac.enabled -}}
42
- [rbac]
43
- sync_remote_groups = True
44
- {{- end}}
45
46
# Custom pack configs and image settings.
47
#
0 commit comments