mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
main: convert argocd app from helm to directory
This commit is contained in:
parent
37f32871db
commit
79943b9004
16 changed files with 1 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ $ argocd app create main \
|
||||||
--dest-server https://kubernetes.default.svc \
|
--dest-server https://kubernetes.default.svc \
|
||||||
--repo git@github.com:gorilych/gf-k8s.git \
|
--repo git@github.com:gorilych/gf-k8s.git \
|
||||||
--path main \
|
--path main \
|
||||||
|
--directory-recurse \
|
||||||
--sync-policy automated \
|
--sync-policy automated \
|
||||||
--self-heal --auto-prune
|
--self-heal --auto-prune
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
name: main
|
|
||||||
Loading…
Reference in a new issue