refactor(argocd): rename argocd-init
-> argocd-bootstrap
This commit is contained in:
parent
1f1681cd43
commit
3d1e3d3ae7
4 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@ spec:
|
||||||
version: 7.5.2
|
version: 7.5.2
|
||||||
targetNamespace: argocd
|
targetNamespace: argocd
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
server:
|
|
||||||
replicas: 1
|
|
||||||
applicationSet:
|
applicationSet:
|
||||||
enabled: false
|
enabled: false
|
||||||
notifications:
|
notifications:
|
|
@ -13,7 +13,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- k3s-data:/var/lib/rancher/k3s/
|
- k3s-data:/var/lib/rancher/k3s/
|
||||||
- k3s-run:/run/
|
- k3s-run:/run/
|
||||||
- ./argocd-init/:/var/lib/rancher/k3s/server/manifests/argocd-init/
|
- ./argocd-bootstrap/:/var/lib/rancher/k3s/server/manifests/argocd-bootstrap/
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
k3s-data:
|
k3s-data:
|
||||||
|
|
Loading…
Reference in a new issue