The latest version of kustomize may be causing this error; `error: invalid kustomization: json: cannot unmarshal string into go struct field kustomization.patches of type types.patch`
10 lines
119 B
YAML
10 lines
119 B
YAML
bases:
|
|
- ../../base
|
|
|
|
patches:
|
|
- path: replicas.yaml
|
|
|
|
configMapGenerator:
|
|
- name: mykustom-map
|
|
env: config.properties
|