You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
537 B

  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. ]