1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/config
Adrien F b23965cd76
fix(chart/kyverno): handle multiple extraArgs in init container (#5846)
The lack of the nindent was causing rendering to fail:

```
Error: YAML parse error on kyverno/templates/deployment.yaml: error converting YAML to JSON: yaml: line 75: did not find expected key
helm.go:81: [debug] error converting YAML to JSON: yaml: line 75: did not find expected key
YAML parse error on kyverno/templates/deployment.yaml
helm.sh/helm/v3/pkg/releaseutil.(*manifestFile).sort
```

Reproducible by having the following values:

```
initContainer:
  extraArgs:
    - "--loggingFormat=json"
    - "-v=-1"
```

Signed-off-by: Adrien Fillon <adrien.fillon@manomano.com>

Signed-off-by: Adrien Fillon <adrien.fillon@manomano.com>
2023-01-03 14:34:11 +00:00
..
crds fix: enum values for ValidationFailureActionOverride (#5835) 2023-01-02 19:31:51 +01:00
e2e refactor: supress usage of kustomize in build (#5691) 2022-12-19 16:26:07 +01:00
install.yaml fix(chart/kyverno): handle multiple extraArgs in init container (#5846) 2023-01-03 14:34:11 +00:00
install_debug.yaml Service call (#5755) 2022-12-27 08:36:49 +00:00