Skip to content

Commit

Permalink
charts: Fix error nident in daemonset.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder committed Nov 27, 2024
1 parent 56bafbf commit e637b9e
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 e637b9e

Please sign in to comment.