[add new bastion]

This commit is contained in:
2024-09-03 21:01:48 +02:00
parent b254d9aa2f
commit a5a03359f4
6 changed files with 30 additions and 4 deletions

View File

@@ -62,3 +62,9 @@
tags: toto
run_once: true
flux create source git podinfo --url=https://gitea.jingoh.fr/staffadmin/cluster --branch=master --interval=1m --export > /kubernetes/podinfo-source.yaml
zsh: no such file or directory: /kubernetes/podinfo-source.yaml
flux create kustomization podinfo --target-namespace=default --source=podinfo --path="./kustomize" --prune=true --wait=true --interval=30m --retry-interval=2m --health-check-timeout=3m --export > ./kubernetes/podinfo-kustomization.yaml