fix(tailscale): use role and rolebind instead of clusterrole (#3537)
* fix(tailscale): use role and rolebind instead of clusterrole * render it * revert
This commit is contained in:
@@ -20,7 +20,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/tailscale
|
||||||
- https://hub.docker.com/r/tailscale/tailscale
|
- https://hub.docker.com/r/tailscale/tailscale
|
||||||
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
- https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ rbac:
|
|||||||
- "update"
|
- "update"
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
|
- secretRef:
|
||||||
|
name: '{{ include "tc.common.names.fullname" . }}-tailscale-secret'
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: '{{ include "tc.common.names.fullname" . }}-tailscale-config'
|
name: '{{ include "tc.common.names.fullname" . }}-tailscale-config'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user