Files
nplus/charts/environment/templates/NOTES.txt
2025-01-24 16:18:47 +01:00

44 lines
1.5 KiB
Plaintext

{{ .component.chartName }} {{ .Chart.Version }} {{- if .Chart.AppVersion }} / {{ .Chart.AppVersion }}{{- end }}
{{ .Chart.Description }}
To uninstall, use
helm uninstall {{ include "nplus.cli" . }}
{{ if (.Values.dav).enabled }}
The environment DAV Server is enabled. To get logs, use
kubectl logs -n lab -l nplus/component=nplus-environment,nplus/role=davserver
to connect, browse to
https://{{ .Release.Name }}.{{ .this.ingress.domain }}/dav
{{- else }}
The environment DAV Server is disabled.
{{- end }}
{{- if (.Values.nstoreDownloader).enabled }}
The nstore Downloader is enabled. To get logs, use
kubectl logs -n lab -l nplus/component=nplus-environment,nplus/role=downloader
{{- else }}
The nstore Downloader is disabled.
{{- end }}
{{- if (.Values.toolbox).enabled }}
The toolbox is enabled. To get logs, use
kubectl logs -n lab -l nplus/component=nplus-environment,nplus/role=toolbox
{{- else }}
The toolbox is disabled.
{{- end }}
{{- if (.Values.operator).enabled }}
The operator is enabled. You can get information on nscale Instances and Components using
kubectl get instances,components
{{- if (.Values.operator).ui }}
Also, the UI is enabled, access it at
https://{{ .Release.Name }}.{{ .this.ingress.domain }}/monitoring
{{- else }}
The UI is disabled.
{{- end }}
{{- else }}
The operator is disabled.
{{- end }}
Providing {{ ((.this.storage).conf).size }} of storage under the name "{{ ((.this.storage).conf).name }}" of class "{{ ((.this.storage).conf).class | default "default" }}"