mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
10 lines
176 B
YAML
10 lines
176 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: operator-oauth
|
||
|
namespace: tailscale
|
||
|
stringData:
|
||
|
client_id: # SET CLIENT ID HERE
|
||
|
client_secret: # SET CLIENT SECRET HERE
|
||
|
---
|