Skip to content

Commit 8e35ec0

Browse files
committed
Remove kustomize example
1 parent bfff856 commit 8e35ec0

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

content/actions/guides/deploying-to-google-kubernetes-engine.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,7 @@ export GKE_SA_KEY=$(cat key.json | base64)
6868
{% endraw %}
6969

7070
#### (Optional) Set up `kustomize`
71-
Kustomize is an optional tool used for managing YAML specs. After [setting up](https://github.com/kubernetes-sigs/kustomize#usage) a kustomization file, the workflow below can be used to dynamically set fields of the image and pipe in the result to `kubectl`:
72-
73-
{% raw %}
74-
```bash{:copy}
75-
kustomize edit set image \
76-
gcr.io/PROJECT_ID/IMAGE:TAG=gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA
77-
78-
kustomize build . | kubectl apply -f -
79-
```
80-
{% endraw %}
71+
Kustomize is an optional tool used for managing YAML specs. After [setting up](https://github.com/kubernetes-sigs/kustomize#usage) a kustomization file, the workflow below can be used to dynamically set fields of the image and pipe in the result to `kubectl`.
8172

8273
### Workflow
8374

0 commit comments

Comments
 (0)