autocommit

This commit is contained in:
Linus Vogel 2026-07-23 00:36:32 +02:00
parent 5d8072f4a9
commit 06aac44f79
2 changed files with 9 additions and 0 deletions

View File

@ -15,3 +15,5 @@ resources:
- templates/namespace.yaml
- templates/destinationrule.yaml
patches:
- path: patches/argocd-cmd-params-cm.yaml

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cmd-params-cm
namespace: argocd
data:
server.insecure: "true"