Skip to content

Commit

Permalink
undo indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowplane13 committed Feb 21, 2024
1 parent 19c6764 commit 78bec96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stable/artifactory-ha/templates/nginx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ spec:
securityContext: {{- omit .Values.nginx.containerSecurityContext "enabled" | toYaml | nindent 10 }}
{{- end }}
ports:
{{ if .Values.nginx.customPorts }}
{{ toYaml .Values.nginx.customPorts | indent 8 }}
{{ end }}
{{ if .Values.nginx.customPorts }}
{{ toYaml .Values.nginx.customPorts | indent 8 }}
{{ end }}
# DEPRECATION NOTE: The following is to maintain support for values pre 1.3.1 and
# will be cleaned up in a later version
{{- if .Values.nginx.http }}
Expand Down

0 comments on commit 78bec96

Please sign in to comment.