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>
13 lines
262 B
YAML
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
|