14 lines
391 B
YAML
14 lines
391 B
YAML
# ArgoCD's bluejay-infra ApplicationSet discovers apps/* directories on main.
|
|
# The kustomization is included for local previews and single-app validation.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- 1password-item.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- certificate.yaml
|
|
- ingressroute.yaml
|
|
- network-policy.yaml
|