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/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"
|
||||||
|
|
Loading…
Reference in a new issue