Fix patch type in kubectl patch for hostnameOverride (#3725)
This commit is contained in:
parent
618ab93b42
commit
1540bc9759
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
register: current_kube_proxy_command
|
||||
|
||||
- name: Apply hostnameOverride patch for kube-proxy daemonset
|
||||
shell: "{{bin_dir}}/kubectl patch ds kube-proxy --namespace=kube-system --type=strategic -p \"$(cat hostnameOverride-patch.json)\""
|
||||
shell: "{{bin_dir}}/kubectl patch ds kube-proxy --namespace=kube-system --type=json -p \"$(cat hostnameOverride-patch.json)\""
|
||||
args:
|
||||
chdir: "{{ kubernetes_user_manifests_path }}"
|
||||
register: patch_kube_proxy_command
|
||||
|
|
Loading…
Reference in a new issue