Skip to content

Commit 39d0020

Browse files
committed
fix
1 parent d04f32e commit 39d0020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/server-setup/tasks/k8s/user-kubeconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: Generate k8s cluster configuration files
1919
environment:
20-
PUBLIC_API_SERVER_IP: "{{ (kube_api_host | default(ansible_host) }}"
20+
PUBLIC_API_SERVER_IP: "{{ kube_api_host | default(ansible_host) }}"
2121
ASK_PASSWORD: no
2222
KUBECONFIG: /etc/kubernetes/admin.conf
2323
shell: |

0 commit comments

Comments
 (0)