diff --git a/charts/gitops-runtime/templates/NOTES.txt b/charts/gitops-runtime/templates/NOTES.txt index 37b906ef..0bc98890 100644 --- a/charts/gitops-runtime/templates/NOTES.txt +++ b/charts/gitops-runtime/templates/NOTES.txt @@ -1,2 +1,2 @@ GitOps Runtime {{ .Values.global.runtime.name }} has been successfully installed in your cluster! -To complete the setup, please finalize the process in the platform here: https://g.codefresh.io/2.0/account-settings/runtimes/info/list +To complete the setup, please finalize the process in the platform here: {{ .Values.global.codefresh.url }}/2.0/account-settings/runtimes/info/list?activeAccountId={{ .Values.global.codefresh.accountId }}&drawer=install-runtime-wizard&mode={{- if .Values["argo-cd"].enabled }}new{{- else }}byoa{{- end }}&runtimeName={{ .Values.global.runtime.name }}&waitEvents=true