Skip to content

Commit

Permalink
allow hostNetwork to modify in order to set it to true
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyanl-qualtrics committed Jul 24, 2024
1 parent 92bbbbd commit 24afc48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
{{- end }}
spec:
serviceAccountName: secrets-store-csi-driver
hostNetwork: {{ default false .Values.hostNetwork }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
Expand Down

0 comments on commit 24afc48

Please sign in to comment.