Files
home-cluster-ops/resources/argocd-cm/base/configmap.yaml

24 lines
773 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"
configManagementPlugins: |
- name: kustomized-helm
init:
command: ["/bin/sh", "-c"]
args: ["helm dependency build"]
generate:
command: [sh, -c]
args: ["helm template --release-name release-name . > all.yaml && kustomize build"]
helm.valuesFileSchemes: "http, https, secrets+age-import-kubernetes"