feat: add docs and cabinet apps, fix data-test chart
This commit is contained in:
@@ -92,3 +92,53 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: docs-test
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
path: apps/docs
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-test.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: sova-test
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cabinet-test
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: sova
|
||||
source:
|
||||
repoURL: ${GITEA_REPO_URL}/sova/sova-deploy.git
|
||||
targetRevision: main
|
||||
path: apps/cabinet
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
- values-test.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: sova-test
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
Reference in New Issue
Block a user