{{- if and .Values.licenseKey .Values.cluster }}
Your deployment of the New Relic Infrastructure agent is complete. You can check on the progress of this by running the following command:

    kubectl get daemonset -o wide -w --namespace {{ .Release.Namespace }} {{ template "newrelic.fullname" . }}
{{- else -}}
##############################################################################
####       ERROR: You did not set a licenseKey and cluster name.          ####
##############################################################################

This deployment will be incomplete until you get your API key from New Relic.

Then run:

    helm upgrade {{ .Release.Name }} \
        --set licenseKey=YOUR-KEY-HERE \
        --set cluster=YOUR-CLUSTER-NAME \
        stable/newrelic-infrastructure

{{- end -}}
