Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Rubets committed Oct 24, 2023
1 parent bc52983 commit c186f6d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dysnix/gcp-local-ssd-raid/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,14 @@ spec:
- mountPath: /mnt/disks
name: local-disks
mountPropagation: "HostToContainer"
{{- with .Values.tolerations }}
tolerations:
- effect: NoSchedule
operator: Exists
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: provisioner-config
configMap:
Expand Down

0 comments on commit c186f6d

Please sign in to comment.