Skip to content

Commit

Permalink
chore: add NOTES to helm chart (#2345)
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Oct 30, 2023
1 parent a6d2c47 commit 994952b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions chart/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
KEPTN VERSION: {{ .Chart.AppVersion }}

** Please be patient while the chart is being deployed **

The following controllers have been deployed:

{{- if .Values.certManager.enabled }}
- keptn-cert-manager
{{- end }}
{{- if .Values.lifecycleOperator.enabled }}
- keptn-lifecycle-operator
{{- end }}
{{- if .Values.metricsOperator.enabled }}
- keptn-metrics-operator
{{- end }}

Check the status of the pods by running this command:

kubectl get pods --namespace {{ include "common.names.namespace" . | quote }} -l app.kubernetes.io/instance={{ .Release.Name }}

Read the keptn documentation to start working with the controllers:

https://lifecycle.keptn.sh/

For any bug and issues, use:

https://github.com/keptn/lifecycle-toolkit/issues

0 comments on commit 994952b

Please sign in to comment.