This commit is contained in:
Varac 2022-03-31 16:51:08 +02:00
parent 16ac603b55
commit e4b97efa3a
No known key found for this signature in database
GPG Key ID: 5465E77E7876ED04
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
advanced/

View File

@ -7,8 +7,8 @@ flux create source git stackspin-flux-example \
--branch=main \
--interval=1h
echo "Creating / updating kustomization stackspin-flux-example-basic in namespace example-basic"
flux create kustomization stackspin-flux-example-basic \
echo "Creating / updating kustomization stackspin-flux-example in namespace example-basic"
flux create kustomization stackspin-flux-example \
--namespace=example-basic \
--source=GitRepository/stackspin-flux-example \
--path="./basic/clusters/production/" \