feat: deploy Tailscale Operator for remote cluster access
Validate Manifests / validate (pull_request) Has been cancelled
Validate Manifests / validate (pull_request) Has been cancelled
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: tailscale-operator-secret
|
||||
namespace: tailscale
|
||||
labels:
|
||||
app.kubernetes.io/name: tailscale
|
||||
app.kubernetes.io/component: operator
|
||||
type: Opaque
|
||||
data:
|
||||
# TODO: Fill in the Tailscale auth key (base64 encoded)
|
||||
authkey: PLACEHOLDER
|
||||
Reference in New Issue
Block a user