Skip to content

Commit 185eafb

Browse files
committed
fixed k3s hostnames properly
1 parent 76842f1 commit 185eafb

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/kube_prometheus_stack/defaults/main

1 file changed

+1
-1
lines changed

ansible/roles/kube_prometheus_stack/defaults/main/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kube_prometheus_stack_prometheus_external_url: >-
4343
else ""
4444
}}
4545
46-
control_hostname: "{{ openhpc_cluster_name + '-control.'+ openhpc_cluster_name + '.' + cluster_domain_suffix | lower }}"
46+
control_hostname: "{{ ( openhpc_cluster_name + '-control.'+ openhpc_cluster_name + '.' + cluster_domain_suffix ) | lower }}"
4747

4848
# The values for the kube-prometheus-stack release
4949
kube_prometheus_stack_release_defaults:

0 commit comments

Comments
 (0)