- Add cert-manager Application and helm values - Add ClusterIssuer manifests - Update kustomization references
13 lines
272 B
YAML
13 lines
272 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Self-reference for App of Apps pattern
|
|
- application.yaml
|
|
|
|
- cert-manager/argocd.yaml
|
|
- authelia/argocd.yaml
|
|
- vault/argocd.yaml
|
|
- external-secrets/argocd.yaml
|
|
- falco/argocd.yaml
|