Thank you for installing {{ title .Chart.Name }}. Your release is named {{ .Release.Name }}, and resides in namespace {{ .Release.Namespace }}. Please run sanity tests against the release to verify it's healthy: $ helm test {{ .Release.Name }} -n {{ .Release.Namespace }} If the Kubernetes resources in the release are still starting up, then the tests may fail, so it is advisable to wait for the tests to pass before continuing. To see the custom values you used for this release: $ helm get values {{ .Release.Name }} -n {{ .Release.Namespace }} {{- if not .Values.agent.securityToken -}} ################################################################################# ###### WARNING: Security token not provided for authentication!!! ##### ###### Agents will not be able to authenticate with Bamboo server. ##### ################################################################################# {{- end }} {{- if not .Values.agent.server -}} ################################################################################# ###### WARNING: Bamboo Server URL not provided!!! ##### ###### Agents will not be able to connect to the Bamboo server. ##### ################################################################################# {{- end }} For further documentation, see https://atlassian.github.io/data-center-helm-charts/