Skip to content

Commit

Permalink
Correct the deployment resource
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Sep 2, 2024
1 parent c3ca521 commit fa3245f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/port-forward-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ metadata:
labels:
{{- include "port-forward-controller.labels" . | nindent 4 }}
spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
selector:
matchLabels:
{{- include "port-forward-controller.selectorLabels" . | nindent 6 }}
Expand All @@ -20,10 +24,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 0
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit fa3245f

Please sign in to comment.