SMARCH-126: bootstrap argocd with argocd

feature/DEV-380
Sven Ketelsen 4 years ago
parent 8923ab7574
commit 80c94ef184

@ -164,40 +164,6 @@ k8s_argocd_helm__release_values:
orphanedResources:
warn: false
additionalApplications:
-
name: awx-operator
namespace: '{{ k8s_argocd_helm__release_namespace }}'
destination:
namespace: awx
server: https://kubernetes.default.svc
project: infrastructure
source:
path: config/default
repoURL: https://{{ shared_service_gitea_hostname }}/argocd/awx-operator.git
targetRevision: '{{ awx_operator_revision | default(stage) }}'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-
name: awx-smardigo
namespace: '{{ k8s_argocd_helm__release_namespace }}'
destination:
namespace: awx
server: https://kubernetes.default.svc
project: infrastructure
source:
path: apps/{{ stage }}/awx
repoURL: https://{{ shared_service_gitea_hostname }}/argocd/argocd.git
targetRevision: '{{ awx_smardigo_revision | default(stage) }}'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
-
name: infrastructure
namespace: '{{ k8s_argocd_helm__release_namespace }}'

Loading…
Cancel
Save