Skip to content

Commit

Permalink
Merge pull request #41572 from Arhell/id-update
Browse files Browse the repository at this point in the history
[id] Update kustomize examples to use non-deprecated resources key
  • Loading branch information
k8s-ci-robot committed Jun 26, 2023
2 parents 5b1abf0 + 464d097 commit 802aa3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,14 @@ _field_ lainnya yang bersinggungan di dalam **overlay** berbeda. Di bawah ini me
```shell
mkdir dev
cat <<EOF > dev/kustomization.yaml
bases:
resources:
- ../base
namePrefix: dev-
EOF
mkdir prod
cat <<EOF > prod/kustomization.yaml
bases:
resources:
- ../base
namePrefix: prod-
EOF
Expand Down

0 comments on commit 802aa3b

Please sign in to comment.