fix argocd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-02-18 14:14:02 +01:00
parent 55382ae3dc
commit f0aa03a2d5
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -8,7 +8,6 @@ metadata:
app.kubernetes.io/name: argocd-cm app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd app.kubernetes.io/part-of: argocd
data: data:
server.insecure: "true"
resource.customizations: | resource.customizations: |
networking.k8s.io/Ingress: networking.k8s.io/Ingress:
health.lua: | health.lua: |
@ -22,3 +21,14 @@ data:
- CiliumIdentity - CiliumIdentity
clusters: clusters:
- "*" - "*"
---
kind: ConfigMap
apiVersion: v1
metadata:
name: argocd-cmd-params-cm
namespace: argocd
labels:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
server.insecure: "true"