update manifests

This commit is contained in:
Damien Ostler 2024-02-08 23:19:55 -05:00
parent 7b475bb65a
commit 2fb5d55c36
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"deployment": { "deployment": {
"argocd": { "argocd": {
"project": "default" "project": "comissions.app"
}, },
"cluster": { "cluster": {
"name": "in-cluster", "name": "in-cluster",

View File

@ -10,7 +10,7 @@ spec:
project: default project: default
source: source:
path: apps path: apps
repoURL: https://github.com/Data443/argocd.git repoURL: https://github.com/comissions-app/argocd.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy: syncPolicy:
automated: automated:

View File

@ -8,7 +8,7 @@ spec:
goTemplateOptions: ["missingkey=error"] goTemplateOptions: ["missingkey=error"]
generators: generators:
- git: - git:
repoURL: https://github.com/Data443/argocd.git repoURL: https://github.com/comissions-app/argocd.git
revision: HEAD revision: HEAD
files: files:
- path: "dev/.config/*.json" - path: "dev/.config/*.json"
@ -18,7 +18,7 @@ spec:
spec: spec:
project: "{{.deployment.argocd.project}}" project: "{{.deployment.argocd.project}}"
source: source:
repoURL: https://github.com/Data443/argocd.git repoURL: https://github.com/comissions-app/argocd.git
targetRevision: HEAD targetRevision: HEAD
path: charts/core-api path: charts/core-api
helm: helm: