Skip to content

Commit

Permalink
configure hostNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Primoz Cankar committed Mar 13, 2023
1 parent a213836 commit e82f2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/k8s-pvc-tagger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
# Volume mount(s)
{{- toYaml .Values.volumeMounts | nindent 12 }}
{{- end }}
hostNetwork: {{ .Values.hostNetwork }}
{{- if .Values.volumes }}
volumes:
# Extra volume(s)
Expand Down
1 change: 1 addition & 0 deletions charts/k8s-pvc-tagger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ securityContext: {}
# runAsNonRoot: true
# runAsUser: 1000

hostNetwork: false

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit e82f2a4

Please sign in to comment.