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.
1 parent 0d3f6ad commit 0d64dd1Copy full SHA for 0d64dd1
1 file changed
deploy/helm/secret-operator/templates/controller-deployment.yaml
@@ -37,7 +37,8 @@ spec:
37
{{ .Values.secretOperator.resources | toYaml | nindent 12 }}
38
# The arguments passed to the command being run in the container. The final command will
39
# look like `secret-operator run controller [OPTIONS]`. The controller needs to only run
40
- # once in a Kubernetes cluster and as such is deployed as a Deployment.
+ # once in a Kubernetes cluster and as such is deployed as a Deployment with a single
41
+ # replica.
42
args:
43
- run
44
- controller
0 commit comments