8 lines
310 B
YAML
8 lines
310 B
YAML
# ArgoCD's bluejay-infra ApplicationSet uses a directory generator and does
|
|
# not require kustomization.yaml. Keep this anyway as the manifest inventory
|
|
# and for local `kubectl kustomize apps/fc-updater` previews.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- fc-updater.yaml
|