Fix xray-nodes
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 12s

This commit is contained in:
Ultradesu
2025-11-06 16:53:41 +02:00
parent 8dfc8e2549
commit 30a3b1cd60

View File

@@ -95,14 +95,16 @@ spec:
operator: Exists
initContainers:
- name: init-uuid
image: rancher/kubectl:v1.32.9
image: bitnami/kubectl:latest
env:
- name: GODEBUG
value: "x509sha1=1"
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
command:
- /bin/sh
- /bin/bash
- -c
- |
set -e