apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: argocd configMapGenerator: - name: argocd-cm behavior: merge literals: - url=https://argocd.int.nc.landry.land - kustomize.buildOptions="--enable-alpha-plugins --enable-exec" - | repository.credentials=- passwordSecret: key: git_token name: autopilot-secret url: https://git.nc.landry.land/ usernameSecret: key: git_username name: autopilot-secret resources: - https://github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17 - ./argogrpc.service.yaml - ./ingress.yaml patches: - path: argocd-repo-server-ksops-patch.yaml