Skip to content

Commit 1483334

Browse files
author
hanancha
committed
Fixing linting errors
1 parent f4bb60d commit 1483334

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

templates/configmaps_st2-conf.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ data:
4747
# User-defined st2 config with custom settings applied on top of everything else.
4848
# The order of merging: st2.conf < st2.docker.conf < st2.user.conf
4949
st2.user.conf: |
50-
{{ .Values.st2.config | indent 4 }}
51-
52-
{{- if .Values.st2.rbac.enabled - }}
50+
{{ .Values.st2.config | indent 4 }}
51+
{{- if .Values.st2.rbac.enabled }}
5352
[rbac]
5453
sync_remote_groups = True
55-
{{- end}}
54+
{{- end }}

0 commit comments

Comments
 (0)