diff --git a/charts/cluster-templates/templates/NOTES.txt b/charts/cluster-templates/templates/NOTES.txt index e4d6dc7..3bbc1d0 100644 --- a/charts/cluster-templates/templates/NOTES.txt +++ b/charts/cluster-templates/templates/NOTES.txt @@ -1,6 +1,6 @@ Congratulations! You've successfully deployed a cluster using the Helm Chart for Rancher Cluster Templates by Rancher Government Solutions. Please be patient for the cluster to provision and deploy on your infrastructure. -View the Cluster -> https://{{ .Values.rancher.cattle.url }}/dashboard/c/_/manager/provisioning.cattle.io.cluster/fleet-default/{{ .Values.cluster.name }} +View the Cluster -> https://{{ .Values.rancher.cattle.url | default "" }}/dashboard/c/_/manager/provisioning.cattle.io.cluster/fleet-default/{{ .Values.cluster.name }} View the Docs -> https://github.com/rancherfederal/rancher-cluster-templates diff --git a/charts/cluster-templates/templates/cluster.yaml b/charts/cluster-templates/templates/cluster.yaml index c7e73dc..e448683 100644 --- a/charts/cluster-templates/templates/cluster.yaml +++ b/charts/cluster-templates/templates/cluster.yaml @@ -165,11 +165,11 @@ spec: {{- end }} {{- if $nodepool.machineDeploymentLabels }} machineDeploymentLabels: - {{ toYaml $nodepool.machineDeploymentLabels | indent 8 }} +{{ toYaml $nodepool.machineDeploymentLabels | indent 8 }} {{- end }} {{- if $nodepool.machineDeploymentAnnotations }} machineDeploymentAnnotations: - {{ toYaml $nodepool.machineDeploymentAnnotations | indent 8 }} +{{ toYaml $nodepool.machineDeploymentAnnotations | indent 8 }} {{- end }} paused: {{ $nodepool.paused }} {{- if $nodepool.rollingUpdate }}