Skip to content

Commit

Permalink
Adds deployment options to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed May 8, 2024
1 parent 5505f6d commit e0d9d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/policy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ imagePullSecrets: []

loglevel: info

deployment:
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 1

webhook:
customLabels: {}
configData: {}
Expand Down

0 comments on commit e0d9d75

Please sign in to comment.