Skip to content

Commit

Permalink
Updated README to use 'resources' instead of 'bases' in overlays exam…
Browse files Browse the repository at this point in the history
…ple.

Kubernetes v1.21 upgrade kustomize-in-kubectl to v4.0.5. kubernetes/kubernetes#98946
So I think this example could update back to use resources instead of bases?
  • Loading branch information
cedarkuo committed Sep 27, 2021
1 parent 0889995 commit 8f56f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helloWorld/README.md
Expand Up @@ -148,7 +148,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am staging!
bases:
resources:
- ../../base
patchesStrategicMerge:
- map.yaml
Expand Down Expand Up @@ -189,7 +189,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am production!
bases:
resources:
- ../../base
patchesStrategicMerge:
- deployment.yaml
Expand Down

0 comments on commit 8f56f51

Please sign in to comment.