Skip to content

Commit

Permalink
refactor: change if-end order
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros authored Mar 6, 2024
1 parent f646744 commit 6e0582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/harmony-chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ a JSON response.
Grafana shipped with the default admin user password as a bug prevents
changing it. Since is enabled on the cluster and exposed to the internet.
Please make sure you update the default admin user password!
{{ end }}
{{- if .Values.k8sdashboard.enabled }}
You have enabled the Kubernetes dashboard. For security purposes, it is not
exposed to the internet as is, however, by adjusting the settings, you could
Expand All @@ -26,7 +27,6 @@ To connect to the dashboard, start port-forwarding with the following command:
Now you can connect to https://localhost:8443. The certificate is self-signed by
the cluster.
{{- end }}
{{ end }}



Expand Down

0 comments on commit 6e0582a

Please sign in to comment.