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 f4bb60d commit 1483334Copy full SHA for 1483334
templates/configmaps_st2-conf.yaml
@@ -47,9 +47,8 @@ data:
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
-{{ .Values.st2.config | indent 4 }}
51
-
52
- {{- if .Values.st2.rbac.enabled - }}
+ {{ .Values.st2.config | indent 4 }}
+ {{- if .Values.st2.rbac.enabled }}
53
[rbac]
54
sync_remote_groups = True
55
- {{- end}}
+ {{- end }}
0 commit comments