Skip to content

Commit

Permalink
Add hostAliases to template (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Isak Lindbeck <[email protected]>
  • Loading branch information
isak-lindbeck and Isak Lindbeck authored Apr 20, 2024
1 parent 149fc3f commit 49d51d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 1.2.0
version: 1.3.0
appVersion: v1.0.0
icon: https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png
4 changes: 4 additions & 0 deletions charts/kafka-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.hostAliases }}
hostAliases:
{{- toYaml . | nindent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/kafka-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ initContainers: {}
volumeMounts: {}

volumes: {}

hostAliases: {}

0 comments on commit 49d51d2

Please sign in to comment.