Skip to content

Commit

Permalink
update with review
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Aug 23, 2024
1 parent c8fce59 commit 5101eeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/analytics/analytics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ spec:
{{- end }}
{{- if .Values.hostAliases }}
hostAliases:
{{- .Values.hostAliases | toYaml | nindent 6 }}
{{- .Values.hostAliases | toYaml | nindent 8 }}
{{- end }}
{{- end }}
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,5 @@ rabbitmq:
hostAliases: []
# - ip: "127.0.0.1"
# hostnames:
# - "host.alias.com"
# - "host.alias.com"

Check failure on line 383 in values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

383:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit 5101eeb

Please sign in to comment.