Update Trivy configuration paths in Ansible tasks and Argo CD application manifests to reflect new directory structure. Adjust references in values.yaml and dashboard-values.yaml for consistency and clarity in deployment processes.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
- kubectl
|
||||
- apply
|
||||
- -f
|
||||
- "{{ noble_repo_root }}/clusters/noble/bootstrap/trivy/namespace.yaml"
|
||||
- "{{ noble_repo_root }}/clusters/noble/apps/trivy/namespace.yaml"
|
||||
environment:
|
||||
KUBECONFIG: "{{ noble_kubeconfig }}"
|
||||
changed_when: true
|
||||
@@ -74,7 +74,7 @@
|
||||
- --version
|
||||
- "{{ noble_trivy_chart_version }}"
|
||||
- -f
|
||||
- "{{ noble_repo_root }}/clusters/noble/bootstrap/trivy/values.yaml"
|
||||
- "{{ noble_repo_root }}/clusters/noble/apps/trivy/values.yaml"
|
||||
- --force-conflicts
|
||||
- --wait
|
||||
- --timeout
|
||||
|
||||
Reference in New Issue
Block a user