Skip to content

Commit

Permalink
chore: update NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Aug 10, 2023
1 parent df25283 commit 27cfd7f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions charts/zora/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
1. Connect clusters with `kubectl`:
Thank you for installing {{ .Chart.Name | title }} version {{ .Chart.Version }}.

For in-depth information about how to connect a cluster, visit
https://zora-docs.undistro.io/
{{ if .Values.clusterName -}}
Cluster `{{ .Values.clusterName }}` is scheduled to be scanned. Check it by running:
kubectl get cluster,clusterscan -o wide -n {{ .Release.Namespace }}

{{- if .Values.saas.workspaceID }}
2. Now you can see your clusters and issues in the SaaS:
{{ .Values.saas.server }}
Once a cluster is successfully scanned, you can check issues by running:
kubectl get clusterissues -n {{ .Release.Namespace }}

{{ end -}}

Visit our documentation for in-depth information: https://zora-docs.undistro.io

{{ if .Values.saas.workspaceID -}}
You can see your clusters and issues in SaaS: {{ .Values.saas.server }}
{{- end }}

0 comments on commit 27cfd7f

Please sign in to comment.