SMARCH-126: Bootstrap ArgoCD by ArgoCD

feature/DEV-380
Ketelsen, Sven 4 years ago
parent 03c87e74dc
commit 8923ab7574

@ -199,33 +199,16 @@ k8s_argocd_helm__release_values:
syncOptions:
- CreateNamespace=true
-
name: jaeger-operator
name: infrastructure
namespace: '{{ k8s_argocd_helm__release_namespace }}'
destination:
namespace: observability
namespace: infrastructure
server: https://kubernetes.default.svc
project: infrastructure
source:
path: config/default
repoURL: https://{{ shared_service_gitea_hostname }}/argocd/jaeger-operator.git
targetRevision: '{{ jaeger_operator_revision | default(stage) }}'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-
name: jaeger
namespace: '{{ k8s_argocd_helm__release_namespace }}'
destination:
namespace: jaeger
server: https://kubernetes.default.svc
project: infrastructure
source:
path: apps/{{ stage }}/jaeger
repoURL: https://{{ shared_service_gitea_hostname }}/argocd/argocd.git
targetRevision: '{{ jaeger_smardigo_revision | default(stage) }}'
targetRevision: '{{ awx_smardigo_revision | default(stage) }}'
syncPolicy:
automated:
prune: true

Loading…
Cancel
Save