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

This commit is contained in:
Ultradesu
2025-11-06 16:51:32 +02:00
parent 8e18775e3e
commit 8dfc8e2549

View File

@@ -95,14 +95,14 @@ spec:
operator: Exists operator: Exists
initContainers: initContainers:
- name: init-uuid - name: init-uuid
image: rancher/kubectl:v1.28.2 image: rancher/kubectl:v1.32.9
env: env:
- name: NODE_NAME - name: NODE_NAME
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
command: command:
- /bin/bash - /bin/sh
- -c - -c
- | - |
set -e set -e