Update kustomization.yaml
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`
This commit is contained in:
parent
61a23d284c
commit
f77863b638
@ -2,8 +2,8 @@ bases:
|
|||||||
- ../../base
|
- ../../base
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- replicas.yaml
|
- path: replicas.yaml
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: mykustom-map
|
- name: mykustom-map
|
||||||
env: config.properties
|
env: config.properties
|
||||||
|
Loading…
Reference in New Issue
Block a user