Skip to content

Commit 3e6d0a5

Browse files
mirwank8s-ci-robot
authored andcommitted
Addition of the missing patch file hostnameOverride-patch.json from PR#3708 (#3714)
1 parent ff09141 commit 3e6d0a5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"op": "add",
4+
"path": "/spec/template/spec/containers/0/env",
5+
"value": [
6+
{
7+
"name": "NODE_NAME",
8+
"valueFrom": {
9+
"fieldRef": {
10+
"apiVersion": "v1",
11+
"fieldPath": "spec.nodeName"
12+
}
13+
}
14+
}
15+
]
16+
},
17+
{
18+
"op": "add",
19+
"path": "/spec/template/spec/containers/0/command/-",
20+
"value": "--hostname-override=${NODE_NAME}"
21+
}
22+
]

0 commit comments

Comments
 (0)