Revert var references
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-07-10 10:10:36 +02:00
parent d6c885240a
commit 929186d123
2 changed files with 3 additions and 3 deletions

View File

@ -145,12 +145,12 @@
- name: Install argo-cd chart
kubernetes.core.helm:
name: argo-cd
chart_ref: /opt/metacluster/helm-charts/argocd
chart_ref: /opt/metacluster/helm-charts/argo-cd
release_namespace: argo-cd
create_namespace: yes
wait: yes
kubeconfig: "{{ kubeconfig.path }}"
values: "{{ components.argocd.chart_values }}"
values: "{{ components.argo-cd.chart_values }}"
# server:
# extraArgs:
# - --insecure

View File

@ -66,7 +66,7 @@ components:
- path: /
pathType: Prefix
argocd:
argo-cd:
helm:
version: 4.9.7 # (= ArgoCD v2.4.2)
chart: argo/argo-cd