Skip to content

Commit

Permalink
Merge pull request #79 from kterui9019/fix-manifest-indent
Browse files Browse the repository at this point in the history
fix indent.
  • Loading branch information
chadlwilson authored Feb 7, 2023
2 parents 3cbfa8f + 85bfb24 commit f0dfad1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.0.4
* Fixed indentation misalignment in gocd-agent-deployment
### 2.0.3
* Remove permissions unnecessary for elastic agents from default ClusterRole
### 2.0.2
Expand Down
2 changes: 1 addition & 1 deletion gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 2.0.3
version: 2.0.4
appVersion: 22.3.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/gocd-agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ spec:
{{- if .Values.agent.preStop }}
preStop:
exec:
command:
command:
{{ toYaml .Values.agent.preStop | indent 18 }}
{{- end }}
{{- if .Values.agent.postStart }}
postStart:
exec:
command:
command:
{{ toYaml .Values.agent.postStart | indent 18 }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit f0dfad1

Please sign in to comment.