blumeops/argocd/manifests/tailscale-operator/kustomization.yaml
Erich Blume 2759675704 Split Endpoints into separate file for kustomize discovery
Kustomize didn't pick up the Endpoints from the multi-document YAML
in svc-forge-external.yaml. Split into a separate endpoints-forge.yaml
and add to kustomization.yaml resources.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 08:19:03 -08:00

13 lines
262 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tailscale
resources:
- ../tailscale-operator-base
- proxygroup-ingress.yaml
- external-secret.yaml
- svc-forge-external.yaml
- endpoints-forge.yaml
- ingress-forge.yaml