summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml
diff options
context:
space:
mode:
authorIrbe Krumina <irbe@tailscale.com>2024-01-18 07:38:38 +0200
committerIrbe Krumina <irbe@tailscale.com>2024-01-21 00:15:47 +0200
commit8947cf15c063b3a0b76451197a848a0afc73ab25 (patch)
tree4750288cfe311143e030fc4db6291296b21a8daf /cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml
parent543e7ed596f82a3fda93857f3a4e60dcfb29d82e (diff)
downloadtailscale-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.yaml10
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"