This commit is contained in:
Damien Ostler 2024-02-09 00:04:57 -05:00
parent 5cfcfc2e76
commit 2078728290

View File

@ -11,12 +11,12 @@ spec:
repoURL: https://github.com/comissions-app/argocd.git repoURL: https://github.com/comissions-app/argocd.git
revision: HEAD revision: HEAD
files: files:
- path: "dev/.config/*.json" - path: "dev/.config/config.json"
template: template:
metadata: metadata:
name: 'core-api' name: 'core-api'
spec: spec:
project: '{{.deployment.argocd.project}}' project: 'comissions.app'
source: source:
repoURL: https://github.com/comissions-app/argocd.git repoURL: https://github.com/comissions-app/argocd.git
targetRevision: HEAD targetRevision: HEAD
@ -52,8 +52,8 @@ spec:
hosts: hosts:
- 'core-api.comissions.dev' - 'core-api.comissions.dev'
destination: destination:
server: '{{.deployment.cluster.address}}' server: 'https://kubernetes.default.svc'
namespace: '{{.deployment.cluster.namespace}}' namespace: 'argo-cd'
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true