This commit is contained in:
parent
55382ae3dc
commit
f0aa03a2d5
1 changed files with 12 additions and 2 deletions
12
argo/cm.yaml
12
argo/cm.yaml
|
@ -8,7 +8,6 @@ metadata:
|
|||
app.kubernetes.io/name: argocd-cm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
data:
|
||||
server.insecure: "true"
|
||||
resource.customizations: |
|
||||
networking.k8s.io/Ingress:
|
||||
health.lua: |
|
||||
|
@ -22,3 +21,14 @@ data:
|
|||
- CiliumIdentity
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue