Skip to content

Commit

Permalink
Merge pull request #4330 from cyclinder/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 2acf4c2 + b0ba668 commit 1f80476
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 @@ -199,9 +199,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 1f80476

Please sign in to comment.