Skip to content

Commit

Permalink
[id] Update kustomize examples to use non-deprecated resources key
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 9, 2023
1 parent 5cbcac4 commit 464d097
Showing 1 changed file with 2 additions and 2 deletions.
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 464d097

Please sign in to comment.