This commit modifies the generation command for the kubernetes operator to include the CRD for peer relays in the helm chart and static manifests Updates: #fixup Signed-off-by: David Bond <davidsbond93@gmail.com>
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
# Don't add helm chart CRDs to git. Canonical CRD files live in
|
|
# cmd/k8s-operator/deploy/crds.
|
|
#
|
|
# Generate for local usage with:
|
|
# go run tailscale.com/cmd/k8s-operator/generate helmcrd
|
|
/connector.yaml
|
|
/dnsconfig.yaml
|
|
/proxyclass.yaml
|
|
/proxygroup.yaml
|
|
/recorder.yaml
|
|
/tailnet.yaml
|
|
/proxygrouppolicy.yaml
|
|
/peerrelay.yaml
|