Skip to content

Commit

Permalink
fix: fix indentation of repos.yaml in configmap-repo-config (#361)
Browse files Browse the repository at this point in the history
* fix: fix indentation of repos.yaml in configmap-repo-config

* chore: bump patch version
  • Loading branch information
nobbs committed Mar 6, 2024
1 parent ba2d710 commit 51c08ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.27.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.23.0
version: 4.23.1
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/templates/configmap-repo-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
{{- end }}
data:
repos.yaml: |
{{- .Values.repoConfig | indent 4 }}
{{- .Values.repoConfig | nindent 4 }}
{{- end }}

0 comments on commit 51c08ca

Please sign in to comment.