Skip to content

Commit

Permalink
updated notes and fixed machine deployment (labels and annotations) (#37
Browse files Browse the repository at this point in the history
)

* updated notes value
* fixed template for machine deployment (labels and annotations)
  • Loading branch information
zackbradys authored Dec 5, 2024
1 parent 87009fb commit 04dbde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-templates/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 "<rancher-url>" }}/dashboard/c/_/manager/provisioning.cattle.io.cluster/fleet-default/{{ .Values.cluster.name }}

View the Docs -> https://github.com/rancherfederal/rancher-cluster-templates
4 changes: 2 additions & 2 deletions charts/cluster-templates/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 04dbde0

Please sign in to comment.