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:
Nikholas Pcenicni
2026-05-14 17:21:49 -04:00
parent c347416668
commit e48283fc43
5 changed files with 7 additions and 7 deletions

View File

@@ -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