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
|
||||
targetNamespace: argocd
|
||||
valuesContent: |-
|
||||
server:
|
||||
replicas: 1
|
||||
applicationSet:
|
||||
enabled: false
|
||||
notifications:
|
|
@ -13,7 +13,7 @@ services:
|
|||
volumes:
|
||||
- k3s-data:/var/lib/rancher/k3s/
|
||||
- k3s-run:/run/
|
||||
- ./argocd-init/:/var/lib/rancher/k3s/server/manifests/argocd-init/
|
||||
- ./argocd-bootstrap/:/var/lib/rancher/k3s/server/manifests/argocd-bootstrap/
|
||||
|
||||
volumes:
|
||||
k3s-data:
|
||||
|
|
Loading…
Reference in a new issue