File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1010 selector :
1111 matchLabels :
1212 {{- include "otel-add-on.selectorLabels" . | nindent 6 }}
13+ {{- if eq .Values.deploymentStrategy "Recreate" }}
14+ strategy :
15+ type : Recreate
16+ {{- end }}
1317 template :
1418 metadata :
1519 {{- with .Values.podAnnotations }}
Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ settings:
5353 # -- if anything else than 'false', the log will not print the ascii logo
5454 noBanner : false
5555
56+ # -- one of: RollingUpdate, Recreate ([details](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy))
57+ deploymentStrategy : RollingUpdate
58+
5659validatingAdmissionPolicy :
5760 # -- whether the ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding resources should be also rendered
5861 enabled : true
You can’t perform that action at this time.
0 commit comments