Skip to content

Commit

Permalink
Merge pull request #32 from lilHermit/issue-25
Browse files Browse the repository at this point in the history
Resolves #25
  • Loading branch information
thebsdbox authored Jun 8, 2024
2 parents ea42f23 + 249b038 commit 3eec4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kube-vip-cloud-provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit 3eec4fd

Please sign in to comment.