feat: migrate tailscale-operator to OAuth auth mode #37
@@ -29,14 +29,13 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
- name: TS_CLIENT_ID_FILE
|
- name: TS_CLIENT_ID_FILE
|
||||||
value: /etc/tailscale/oauth/client.id
|
value: "/etc/tailscale/oauth/client_id"
|
||||||
- name: TS_CLIENT_SECRET_FILE
|
- name: TS_CLIENT_SECRET_FILE
|
||||||
value: /etc/tailscale/oauth/client.secret
|
value: "/etc/tailscale/oauth/client_secret"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oauth-secret
|
- name: oauth-secret
|
||||||
mountPath: /etc/tailscale/oauth
|
mountPath: /etc/tailscale/oauth
|
||||||
readOnly: true
|
readOnly: true
|
||||||
resources: {}
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: oauth-secret
|
- name: oauth-secret
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Reference in New Issue
Block a user