add dummy secret
This commit is contained in:
parent
b10ca9ab7d
commit
80fe227e3c
2 changed files with 10 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
clientId: ""
|
||||||
|
clientSecret: ""
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
name: operator-oauth
|
||||||
|
namespace: tailscale
|
||||||
|
|
@ -5,5 +5,6 @@ resources:
|
||||||
- repository.yaml
|
- repository.yaml
|
||||||
- release-operator.yaml
|
- release-operator.yaml
|
||||||
# - authkey-secret.enc.yaml
|
# - authkey-secret.enc.yaml
|
||||||
# - tsproxy-rtx6000.yaml
|
# - tsproxy-rtx6000.yaml
|
||||||
|
- 0authaecret.yaml
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue