| commit | 8921297821a5c14a6d5dd57a388ccdac167834ea | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 16 12:32:06 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jun 16 12:32:06 2023 +0400 |
| tree | 4b0174b709784b06df014d2c152b204785a0c9f6 | |
| parent | b591eae1517a526e455e67f07f8d66e08fdacf2a [diff] |
charts: tailscale-proxy give update permission
diff --git a/charts/tailscale/templates/install.yaml b/charts/tailscale/templates/install.yaml index 78b3704..de0495e 100644 --- a/charts/tailscale/templates/install.yaml +++ b/charts/tailscale/templates/install.yaml
@@ -79,7 +79,7 @@ rules: - apiGroups: [""] resources: ["secrets"] - verbs: ["get", "watch", "list", "patch"] + verbs: ["get", "watch", "list", "patch", "update"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding