We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2642df9 + 4d81367 commit dcfee57Copy full SHA for dcfee57
snyk-monitor/templates/deployment.yaml
@@ -11,6 +11,9 @@ spec:
11
{{- if .Values.pvc.enabled }}
12
strategy:
13
type: Recreate
14
+ {{- else }}
15
+ strategy:
16
+ type: {{ .Values.strategy.type }}
17
{{- end }}
18
selector:
19
matchLabels:
snyk-monitor/values.yaml
@@ -147,3 +147,6 @@ sysdig:
147
enabled: false
148
namespace: sysdig-agent
149
secretName: sysdig-eve-secret
150
+
151
+strategy:
152
+ type: RollingUpdate
0 commit comments