Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jun 26, 2021
1 parent 3940361 commit 59c3600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/configmaps_post-start-script.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- range tuple "st2auth" "st2api" "st2stream" "st2web" "st2rulesengine" "st2timersengine" "st2workflowengine" "st2scheduler" "st2notifier" "st2sensorcontainer" "st2actionrunner" "st2garbagecollector" "st2client" "st2chatops" -}}
{{- if or (index $.Values . "postStartScript") (eq . "st2actionrunner") (eq . "st2client") -}}
{{- if or (index $.Values . "postStartScript") (eq . "st2actionrunner") (eq . "st2client") }}
---
apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -30,5 +30,5 @@ data:
{{- end }}
{{- index $.Values . "postStartScript" | nindent 4 }}
{{- end -}}
{{- end }}
{{- end -}}

0 comments on commit 59c3600

Please sign in to comment.