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 1d75f39 commit f0db028Copy full SHA for f0db028
templates/configmaps_st2-conf.yaml
@@ -43,16 +43,14 @@ data:
43
[keyvalue]
44
encryption_key_path = /etc/st2/keys/datastore_key.json
45
{{- 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 }}
+ {{- if .Values.st2.rbac.enabled }}
51
[rbac]
52
enable = True
53
backend = default
54
- sync_remote_groups = True
55
- {{- end }}
+ {{- end }}
56
+ # User-defined st2 config with custom settings applied on top of everything else.
+ # The order of merging: st2.conf < st2.docker.conf < st2.user.conf
+ st2.user.conf: |
57
{{ .Values.st2.config | indent 4 }}
58
0 commit comments