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 operator: Exists
initContainers: initContainers:
- name: init-uuid - name: init-uuid
image: rancher/kubectl:v1.32.9 image: bitnami/kubectl:latest
env: env:
- name: GODEBUG
value: "x509sha1=1"
- name: NODE_NAME - name: NODE_NAME
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
command: command:
- /bin/sh - /bin/bash
- -c - -c
- | - |
set -e set -e