Skip to content

`cli_args' value in the helm chart was not applied correctly. #19

Open
@shortstories

Description

@shortstories

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions