Skip to content
Snippets Groups Projects
Commit 3e6d0a50 authored by Erwan Miran's avatar Erwan Miran Committed by k8s-ci-robot
Browse files

Addition of the missing patch file hostnameOverride-patch.json from PR#3708 (#3714)

parent ff09141a
No related branches found
No related tags found
No related merge requests found
[
{
"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}"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment