29 lines
773 B
YAML
29 lines
773 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
|
|
- 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
|
|
|
|
generators:
|
|
- ./cluster-secret-generator.yaml
|