Skip to content

Commit

Permalink
Add affinity to Helm chart (#237)
Browse files Browse the repository at this point in the history
* Add affinity to Helm chart

* Delete .daemonset.yaml.swp

---------

Co-authored-by: 정동희 <danny253@neowiz.com>
Co-authored-by: Simon Marty <simon.marty0@gmail.com>
Co-authored-by: Dan Mancuso <danmanc@amazon.com>
  • Loading branch information
4 people authored Jul 10, 2023
1 parent 84327a9 commit 52ce2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ spec:
tolerations:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{ toYaml . | indent 8 }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/secrets-store-csi-driver-provider-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ providerVolume: "/etc/kubernetes/secrets-store-csi-providers"
podLabels: {}
podAnnotations: {}

affinity: {}

resources:
requests:
cpu: 50m
Expand Down

0 comments on commit 52ce2ef

Please sign in to comment.