fix secret key values
This commit is contained in:
parent
21cebbc763
commit
eb50df5356
2 changed files with 9 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
clientId: cGxhY2Vob2xkZXI=
|
||||||
|
clientSecret: cGxhY2Vob2xkZXI=
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: operator-oauth
|
||||||
|
namespace: tailscale
|
||||||
|
|
@ -6,5 +6,5 @@ resources:
|
||||||
- release-operator.yaml
|
- release-operator.yaml
|
||||||
# - authkey-secret.enc.yaml
|
# - authkey-secret.enc.yaml
|
||||||
# - tsproxy-rtx6000.yaml
|
# - tsproxy-rtx6000.yaml
|
||||||
- 0authsecret.yaml
|
- dummy0auth.yaml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue