Skip to content

Commit

Permalink
Merge pull request #4332 from cyclinder/0.8/cp_fix_chart_agent
Browse files Browse the repository at this point in the history
charts: Fix error nident in daemonset.yaml
  • Loading branch information
weizhoublue authored Nov 28, 2024
2 parents 56bafbf + e637b9e commit 9ae8fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/spiderpool/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ spec:
{{- if .Values.multus.multusCNI.defaultCniCRName }}
- name: MULTUS_CLUSTER_NETWORK
value: {{ .Release.Namespace }}/{{ .Values.multus.multusCNI.defaultCniCRName }}
{{ end }}
{{- end }}
{{- with .Values.spiderpoolAgent.extraEnv }}
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- if or .Values.spiderpoolAgent.tuneSysctlConfig .Values.spiderpoolAgent.securityContext }}
securityContext:
Expand Down

0 comments on commit 9ae8fb3

Please sign in to comment.