Skip to content

Commit

Permalink
fix deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jul 6, 2022
1 parent 70f68bb commit 62e51ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
- name: G DATA CyberDefense AG
email: [email protected]
type: application
version: 0.1.13
version: 0.1.14
appVersion: "1.0.2"
2 changes: 1 addition & 1 deletion charts/gdscan/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "gdscan.labels" . | nindent 4 }}
spec:
strategy:
type: "recreate"
type: "Recreate"
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
Expand Down

0 comments on commit 62e51ba

Please sign in to comment.