Skip to content

Commit

Permalink
Changes in Kubernetes v2.x breaks this example
Browse files Browse the repository at this point in the history
Only `bases` can be accessed in higher directories. kubernetes-sigs#700 kubernetes-sigs#766
  • Loading branch information
ViggoV authored Feb 5, 2020
1 parent 0b3e63c commit 0f30271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helloWorld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am staging!
resources:
bases:
- ../../base
patchesStrategicMerge:
- map.yaml
Expand Down Expand Up @@ -189,7 +189,7 @@ commonLabels:
org: acmeCorporation
commonAnnotations:
note: Hello, I am production!
resources:
bases:
- ../../base
patchesStrategicMerge:
- deployment.yaml
Expand Down

0 comments on commit 0f30271

Please sign in to comment.