Fix extra resources app
This commit is contained in:
parent
670157e444
commit
d490cd1386
@ -1,20 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
name: extra-resources
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: infra
|
||||
source:
|
||||
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git'
|
||||
targetRevision: HEAD
|
||||
path: charts/argo-cd
|
||||
helm:
|
||||
valueFiles:
|
||||
- ../../manifests/argocd/values.yaml
|
||||
path: manifests/extra-resources
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
namespace: infra
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user