Skip to content

Commit f4bb60d

Browse files
author
hanancha
committed
Update st2.user.conf config
1 parent 6468862 commit f4bb60d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

templates/configmaps_st2-conf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ data:
4848
# The order of merging: st2.conf < st2.docker.conf < st2.user.conf
4949
st2.user.conf: |
5050
{{ .Values.st2.config | indent 4 }}
51+
52+
{{- if .Values.st2.rbac.enabled - }}
53+
[rbac]
54+
sync_remote_groups = True
55+
{{- end}}

values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ st2:
3838
config: |
3939
[api]
4040
allow_origin = '*'
41-
{{- if .Values.st2.rbac.enabled -}}
42-
[rbac]
43-
sync_remote_groups = True
44-
{{- end}}
4541
4642
# Custom pack configs and image settings.
4743
#

0 commit comments

Comments
 (0)