From 0d684e4427662b30681ad1b76f2f23729a9f08f3 Mon Sep 17 00:00:00 2001 From: AliceProxy Date: Wed, 14 Sep 2022 12:18:22 -0700 Subject: [PATCH] update post-install message Signed-off-by: AliceProxy --- charts/edge-stack/templates/NOTES.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/edge-stack/templates/NOTES.txt b/charts/edge-stack/templates/NOTES.txt index 8f3937f..e22fefa 100644 --- a/charts/edge-stack/templates/NOTES.txt +++ b/charts/edge-stack/templates/NOTES.txt @@ -1,20 +1,21 @@ ------------------------------------------------------------------------------- -Congratulations! You have successfully installed The Ambassador Edge Stack! +Congratulations! You have successfully installed Ambassador Edge Stack! {{- if empty .Values.licenseKey.value }} ------------------------------------------------------------------------------- -NOTE: You are currently running The Ambassador Edge Stack in EVALUATION MODE. +NOTE: You are currently running Ambassador Edge Stack in EVALUATION MODE. + +Create an account at https://app.getambassador.io/cloud/ and you can request a free community +license key to unlock all the features of Ambassador Edge Stack after you connect your cluster to +the cloud. -Request a free community license key at https://SERVICE_IP/edge_stack_admin/#dashboard -to unlock all the features of The Ambassador Edge Stack and update the value of -licenseKey.value in your values.yaml file. {{- end }} {{- if or .Values.authService.create .Values.rateLimit.create }} ------------------------------------------------------------------------------- NOTICE: -With your installation of the Ambassador Edge Stack, you have created a: +With your installation of Ambassador Edge Stack, you have created a: {{ if .Values.authService.create }} - AuthService named {{include "ambassador.fullname" .}}-auth {{ end }} {{ if .Values.rateLimit.create }}