Loading argocd/argocd-config/argocd-cm.yaml +12 −6 Original line number Diff line number Diff line Loading @@ -8,10 +8,16 @@ metadata: app.kubernetes.io/name: "argocd-cmd-params-cm" app.kubernetes.io/part-of: "argocd" data: # acounts accounts.deployment: apiKey accounts.deployment.enabled: "true" # server config server.insecure: "true" --- apiVersion: "v1" kind: "ConfigMap" metadata: name: "argocd-cm" namespace: "argocd" labels: app.kubernetes.io/name: "argocd-cm" app.kubernetes.io/part-of: "argocd" data: accounts.deployment: "apiKey" accounts.deployment.enabled: "true" Loading
argocd/argocd-config/argocd-cm.yaml +12 −6 Original line number Diff line number Diff line Loading @@ -8,10 +8,16 @@ metadata: app.kubernetes.io/name: "argocd-cmd-params-cm" app.kubernetes.io/part-of: "argocd" data: # acounts accounts.deployment: apiKey accounts.deployment.enabled: "true" # server config server.insecure: "true" --- apiVersion: "v1" kind: "ConfigMap" metadata: name: "argocd-cm" namespace: "argocd" labels: app.kubernetes.io/name: "argocd-cm" app.kubernetes.io/part-of: "argocd" data: accounts.deployment: "apiKey" accounts.deployment.enabled: "true"