Skip to content
Prev Previous commit
Next Next commit
Enable passing input into controller
  • Loading branch information
zmingxi committed Jun 1, 2023
commit 80c9ac27d37c01419d97bd7e2927a783f3ef59a1
1 change: 0 additions & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ spec:
- /manager
args:
- --leader-elect
- --
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: manager
Expand Down