Skip to content

Commit 3a763c9

Browse files
feat: update setup URL in NOTES.txt to use dynamic values (#449)
* fix: update setup URL in NOTES.txt to use dynamic values * fix: correct formatting in setup URL in NOTES.txt * fix: update conditional check for argo-cd in NOTES.txt
1 parent 2887699 commit 3a763c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GitOps Runtime {{ .Values.global.runtime.name }} has been successfully installed in your cluster!
2-
To complete the setup, please finalize the process in the platform here: https://g.codefresh.io/2.0/account-settings/runtimes/info/list
2+
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 index .Values "argo-cd" "enabled" }}new{{- else }}byoa{{- end }}&runtimeName={{ .Values.global.runtime.name }}&waitEvents=true

0 commit comments

Comments
 (0)