Skip to content

Commit 0d64dd1

Browse files
committed
chore: Update comment
1 parent 0d3f6ad commit 0d64dd1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/helm/secret-operator/templates/controller-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ spec:
3737
{{ .Values.secretOperator.resources | toYaml | nindent 12 }}
3838
# The arguments passed to the command being run in the container. The final command will
3939
# 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.
40+
# once in a Kubernetes cluster and as such is deployed as a Deployment with a single
41+
# replica.
4142
args:
4243
- run
4344
- controller

0 commit comments

Comments
 (0)