|
|
|
@ -270,6 +270,7 @@
|
|
|
|
chart_ref: "{{ k8s_argocd_helm__chart_ref | default('argo-cd') }}"
|
|
|
|
chart_ref: "{{ k8s_argocd_helm__chart_ref | default('argo-cd') }}"
|
|
|
|
chart_repo_url: "{{ k8s_argocd_helm__chart_repo_url | default('https://argoproj.github.io/argo-helm') }}"
|
|
|
|
chart_repo_url: "{{ k8s_argocd_helm__chart_repo_url | default('https://argoproj.github.io/argo-helm') }}"
|
|
|
|
release_namespace: "{{ k8s_argocd_helm__release_namespace }}"
|
|
|
|
release_namespace: "{{ k8s_argocd_helm__release_namespace }}"
|
|
|
|
|
|
|
|
chart_version: 5.6.0
|
|
|
|
create_namespace: yes
|
|
|
|
create_namespace: yes
|
|
|
|
release_values: "{{ combined_helm__release_values }}"
|
|
|
|
release_values: "{{ combined_helm__release_values }}"
|
|
|
|
when:
|
|
|
|
when:
|
|
|
|
|