15 lines
424 B
YAML
15 lines
424 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: argocd-cm
|
|
namespace: argocd
|
|
data:
|
|
admin.enabled: "true"
|
|
application.instanceLabelKey: "argocd.argoproj.io/instance"
|
|
exec.enabled: "false"
|
|
server.rbac.log.enforce.enable: "false"
|
|
statusbadge.enabled: "false"
|
|
timeout.hard.reconciliation: "0s"
|
|
timeout.reconciliation: "180s"
|
|
url: "https://argocd.cluster.edward.sydney"
|
|
kustomize.buildOptions: "--enable-helm" |