Merge pull request 'feat: migrate tailscale-operator to OAuth auth mode' (#37) from orion/auto/feat-migrate-tailscale-operator-to-oauth-1778968649055 into main
Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
@@ -29,14 +29,13 @@ spec:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: TS_CLIENT_ID_FILE
|
||||
value: /etc/tailscale/oauth/client.id
|
||||
value: "/etc/tailscale/oauth/client_id"
|
||||
- name: TS_CLIENT_SECRET_FILE
|
||||
value: /etc/tailscale/oauth/client.secret
|
||||
value: "/etc/tailscale/oauth/client_secret"
|
||||
volumeMounts:
|
||||
- name: oauth-secret
|
||||
mountPath: /etc/tailscale/oauth
|
||||
readOnly: true
|
||||
resources: {}
|
||||
volumes:
|
||||
- name: oauth-secret
|
||||
secret:
|
||||
|
||||
Reference in New Issue
Block a user