diff options
| author | Irbe Krumina <irbe@tailscale.com> | 2024-05-30 10:09:21 +0100 |
|---|---|---|
| committer | Irbe Krumina <irbe@tailscale.com> | 2024-08-15 11:19:32 +0300 |
| commit | 5156ec6a3b70190875ff05708763dd9cf24ddcd5 (patch) | |
| tree | d81968a65614bbb304a5a96ec155e8df2b24f60c /cmd/k8s-operator/deploy/examples/clusterconfig.yaml | |
| parent | 436794cf7ab944d40e93f3cc81f25ec06f79bf86 (diff) | |
| download | tailscale-irbekrm/proxycidrs.tar.xz tailscale-irbekrm/proxycidrs.zip | |
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 |
