Refactor Argo CD application deployment by removing obsolete tasks and updating README for clarity. Introduce new task inclusion for Argo CD applications post-platform Helm installation, ensuring proper application order and synchronization.
This commit is contained in:
@@ -115,3 +115,8 @@
|
||||
environment:
|
||||
KUBECONFIG: "{{ noble_kubeconfig }}"
|
||||
changed_when: true
|
||||
|
||||
- name: Argo CD — apply Application manifests after platform Helm
|
||||
ansible.builtin.include_role:
|
||||
name: noble_argocd
|
||||
tasks_from: applications_post_platform
|
||||
|
||||
Reference in New Issue
Block a user