diff options
Diffstat (limited to 'cmd/k8s-operator/deploy/examples/clusterconfig.yaml')
| -rw-r--r-- | cmd/k8s-operator/deploy/examples/clusterconfig.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/k8s-operator/deploy/examples/clusterconfig.yaml b/cmd/k8s-operator/deploy/examples/clusterconfig.yaml new file mode 100644 index 000000000..33b760514 --- /dev/null +++ b/cmd/k8s-operator/deploy/examples/clusterconfig.yaml @@ -0,0 +1,8 @@ +# It would be nice if users didn't need to apply this separately, but not sure +# how to integrate this into the chart (post-render hook?) +apiVersion: tailscale.com/v1alpha1 +kind: ClusterConfig +metadata: + name: proxies +spec: + domain: "foo.bar." # must have the dot at the moment |
