mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
fix
This commit is contained in:
parent
5cfcfc2e76
commit
2078728290
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user