File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
kdiff-snapshots/helm-chart Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2424 labels :
2525 {{- include "kdiff-snapshots.selectorLabels" . | nindent 12 }}
2626 spec :
27+ {{- if .Values.hostNetwork }}
28+ hostNetwork : {{ .Values.hostNetwork }}
29+ {{- end }}
2730 {{- with .Values.imagePullSecrets }}
2831 imagePullSecrets :
2932 {{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change 1818 labels :
1919 {{- include "kdiff-cli.selectorLabels" . | nindent 8 }}
2020 spec :
21+ {{- if .Values.hostNetwork }}
22+ hostNetwork : {{ .Values.hostNetwork }}
23+ {{- end }}
2124 {{- with .Values.imagePullSecrets }}
2225 imagePullSecrets :
2326 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ containerPort: 9193
3636
3737# Pod configuration
3838podAnnotations : {}
39+ hostNetwork : false
3940podSecurityContext :
4041 fsGroup : 11234
4142
You can’t perform that action at this time.
0 commit comments