Fix gitrepo name

This commit is contained in:
Varac 2022-03-31 13:31:40 +02:00
parent e287a9ad2c
commit b6008bceab
No known key found for this signature in database
GPG Key ID: 5465E77E7876ED04
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "Creating / updating gitRepository custom-flux-example-basic in namespace flux-system" echo "Creating / updating gitRepository custom-flux-example-basic in namespace flux-system"
flux create source git custom-flux-example-basic \ flux create source git custom-flux-example \
--url=https://open.greenhost.net/stackspin/custom-flux-example.git \ --url=https://open.greenhost.net/stackspin/custom-flux-example.git \
--branch=main \ --branch=main \
--interval=1h --interval=1h
echo "Creating / updating kustomization custom-flux-example-basic in namespace flux-system" echo "Creating / updating kustomization custom-flux-example-basic in namespace flux-system"
flux create kustomization custom-flux-example-basic \ flux create kustomization custom-flux-example-basic \
--source=GitRepository/custom-flux-example-basic \ --source=GitRepository/custom-flux-example \
--path="./basic/clusters/production/" \ --path="./basic/clusters/production/" \
--prune=true \ --prune=true \
--interval=1h --interval=1h