argo/bootstrap/argo-cd/kustomization.yaml

23 lines
619 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
configMapGenerator:
- name: argocd-cm
behavior: merge
literals:
- url=https://argocd.int.nc.landry.land
- |
repository.credentials=- passwordSecret:
key: git_token
name: autopilot-secret
url: https://git.nc.landry.land/
usernameSecret:
key: git_username
name: autopilot-secret
resources:
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
- ./argogrpc.service.yaml
- ./ingress-html.yaml
- ./ingress-grpc.yaml