Skip to content

Commit

Permalink
Add deployment strategy customization
Browse files Browse the repository at this point in the history
  • Loading branch information
devnev committed Sep 30, 2024
1 parent acb9ab5 commit 6804d20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/flipt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.strategy }}
strategy:
{{- toYaml . | nindent 8 }}
{{- end }}
1 change: 1 addition & 0 deletions charts/flipt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pdb:
nodeSelector: {}
tolerations: []
affinity: {}
strategy: {}

## Container ports
##
Expand Down

0 comments on commit 6804d20

Please sign in to comment.