Skip to content

Commit

Permalink
docs/en: Update kustomize examples to use non-deprecated resources key
Browse files Browse the repository at this point in the history
  • Loading branch information
highb committed Apr 18, 2023
1 parent 61f5e58 commit b2b28c4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -893,14 +893,14 @@ in different overlays. Here are two overlays using the same base.
```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 Expand Up @@ -1011,4 +1011,3 @@ deployment.apps "dev-my-nginx" deleted
* [Kubectl Book](https://kubectl.docs.kubernetes.io)
* [Kubectl Command Reference](/docs/reference/generated/kubectl/kubectl-commands/)
* [Kubernetes API Reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)

0 comments on commit b2b28c4

Please sign in to comment.