Addition of the missing patch file hostnameOverride-patch.json from PR#3708 (#3714)
This commit is contained in:
parent
ff09141a14
commit
3e6d0a50e8
1 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"op": "add",
|
||||||
|
"path": "/spec/template/spec/containers/0/env",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"name": "NODE_NAME",
|
||||||
|
"valueFrom": {
|
||||||
|
"fieldRef": {
|
||||||
|
"apiVersion": "v1",
|
||||||
|
"fieldPath": "spec.nodeName"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"op": "add",
|
||||||
|
"path": "/spec/template/spec/containers/0/command/-",
|
||||||
|
"value": "--hostname-override=${NODE_NAME}"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue