Skip to content

Template repository with example data for using autoapply with kustomize

Notifications You must be signed in to change notification settings

autoapply/template-kustomize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-kustomize

Template repository with example data for using autoapply with kustomize.

This is a template repository. To create a clean copy of the repository, click Use this template

To try it out, make sure you are connected to the correct Kubernetes cluster:

$ kubectl cluster-info
$ kubectl get nodes

To see which resources would get created, run:

$ ./autosetup.sh

To apply the resources to your cluster, run the following:

$ ./autosetup.sh | kubectl apply -f -

To remove the resources, just delete the namespace:

$ kubectl delete namespace autoapply-test

About

Template repository with example data for using autoapply with kustomize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published