Skip to content

Commit f0db028

Browse files
author
hanancha
committed
Update rbac configs
1 parent 1d75f39 commit f0db028

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

templates/configmaps_st2-conf.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,14 @@ data:
4343
[keyvalue]
4444
encryption_key_path = /etc/st2/keys/datastore_key.json
4545
{{- end }}
46-
47-
# User-defined st2 config with custom settings applied on top of everything else.
48-
# The order of merging: st2.conf < st2.docker.conf < st2.user.conf
49-
st2.user.conf: |
50-
{{- if .Values.st2.rbac.enabled }}
46+
{{- if .Values.st2.rbac.enabled }}
5147
[rbac]
5248
enable = True
5349
backend = default
54-
sync_remote_groups = True
55-
{{- end }}
50+
{{- end }}
5651
52+
# User-defined st2 config with custom settings applied on top of everything else.
53+
# The order of merging: st2.conf < st2.docker.conf < st2.user.conf
54+
st2.user.conf: |
5755
{{ .Values.st2.config | indent 4 }}
5856

0 commit comments

Comments
 (0)