Open
Description
Expected behaviour
# values.yaml
image:
repository: public.n3r.reg.navercorp.com/n3r/freshworks/redis-operator
pullPolicy: IfNotPresent
tag: v1.3.0-rc0-f777e5f2
cli_args:
- "--concurrency=8"
- "--k8s-cli-qps-limit=100"
- "--k8s-cli-burstable-limit=500"
# Deployments
spec:
containers:
- name: redis-operator
image: "public.n3r.reg.navercorp.com/n3r/freshworks/redis-operator:v1.3.0-rc0-f777e5f2"
args:
- --concurrency=8
- --k8s-cli-qps-limit=100
- --k8s-cli-burstable-limit=500
Actual behaviour
# Deployments
spec:
containers:
- name: redis-operator
image: "public.n3r.reg.navercorp.com/n3r/freshworks/redis-operator:v1.3.0-rc0-f777e5f2"
args:
- "[--concurrency=8 --k8s-cli-qps-limit=100 --k8s-cli-burstable-limit=500]"
We should use the toYaml
function to template it.
Metadata
Metadata
Assignees
Labels
No labels