Skip to content

Commit

Permalink
Merge pull request #16 from TarabutGateway/FN-1477-Fix-affinity-indet…
Browse files Browse the repository at this point in the history
…ation

FN-1477 - Harshal - Fix affinity indentation
  • Loading branch information
harshalk91tg committed Sep 22, 2023
2 parents 8e19911 + 47e0d8b commit cee3527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/application-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: application-helm
description: A generic helm chart for all sort of applications
version: 0.0.17
version: 0.0.18
2 changes: 1 addition & 1 deletion stable/application-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
{{- end }}
{{- if .Values.deployment.affinity }}
affinity:
{{ toYaml .Values.deployment.affinity | indent 8 -}}
{{ toYaml .Values.deployment.affinity | indent 8 -}}
{{- end }}
{{- if .Values.deployment.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit cee3527

Please sign in to comment.