Skip to content

Commit

Permalink
fix(patch-1): ingress's annotation indentation fixed (#362)
Browse files Browse the repository at this point in the history
* fix(patch-1): ingress's annotation indentation fixed

* fix(patch-1): chart version bumped
  • Loading branch information
kemalgoklenlentify committed Mar 7, 2024
1 parent 51c08ca commit 96eb451
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1
version: 4.23.2
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
4 changes: 2 additions & 2 deletions charts/atlantis/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ metadata:
{{- if or .Values.ingress.annotations .Values.extraAnnotations }}
annotations:
{{- with .Values.ingress.annotations }}
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.extraAnnotations }}
{{- toYaml . | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
spec:
Expand Down

0 comments on commit 96eb451

Please sign in to comment.