Commit b4c52ad6 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: make deployment user in the correct configmap

parent bf0bb332
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -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"