Add SOPS support for ArgoCD & replace deployment with helm #144
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
"argocd": {
|
||||
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
|
||||
},
|
||||
"kubernetes": {
|
||||
"enabled": true,
|
||||
"fileMatch": ["\\.yaml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["kube-prometheus-stack"],
|
||||
|
|
Loading…
Reference in a new issue