summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy/examples/proxyclassremoveinit.yaml
diff options
context:
space:
mode:
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"