Unverified Commit cdb66373 authored by Yihao Fu's avatar Yihao Fu Committed by GitHub
Browse files

add dashboard hostNetwork option in helm (#1647)

Signed-off-by: default avatar“fewdan” <fewdan@hotmail.com>
Co-authored-by: default avatarTi Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
parent 7433722e
Showing with 4 additions and 0 deletions
+4 -0
......@@ -28,6 +28,9 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
{{- if .Values.dashboard.hostNetwork }}
hostNetwork: true
{{- end }}
{{- if .Values.dashboard.serviceAccount }}
serviceAccount: {{ .Values.dashboard.serviceAccount }}
{{- end }}
......
......@@ -133,6 +133,7 @@ chaosDaemon:
dashboard:
create: false
hostNetwork: false
replicaCount: 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment