Fix xray-nodes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user