diff options
| author | Irbe Krumina <irbe@tailscale.com> | 2024-01-18 07:38:38 +0200 |
|---|---|---|
| committer | Irbe Krumina <irbe@tailscale.com> | 2024-01-21 00:15:47 +0200 |
| commit | 8947cf15c063b3a0b76451197a848a0afc73ab25 (patch) | |
| tree | 4750288cfe311143e030fc4db6291296b21a8daf /cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml | |
| parent | 543e7ed596f82a3fda93857f3a4e60dcfb29d82e (diff) | |
| download | tailscale-irbekrm/proxyclass2.tar.xz tailscale-irbekrm/proxyclass2.zip | |
Signed-off-by: Irbe Krumina <irbe@tailscale.com>
Diffstat (limited to 'cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml')
| -rw-r--r-- | cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml b/cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml new file mode 100644 index 000000000..a2d278fc8 --- /dev/null +++ b/cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml @@ -0,0 +1,10 @@ +apiVersion: tailscale.com/v1alpha1 +kind: ProxyClass +metadata: + name: removeinit +spec: + statefulSet: + pod: + patches: + - op: remove + path: "/spec/initContainers/0" |
