Add SOPS support for ArgoCD & replace deployment with helm #144

Merged
aaron merged 7 commits from tn-add-ksops-support-to-argocd into main 2024-09-30 21:05:50 +02:00
Showing only changes of commit 094514c88e - Show all commits

View file

@ -5,6 +5,10 @@
"argocd": {
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
},
"kubernetes": {
"enabled": true,
"fileMatch": ["\\.yaml$"]
},
"packageRules": [
{
"matchPackageNames": ["kube-prometheus-stack"],