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

This commit is contained in:
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