You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if and (eq .Values.global.platform "openshift") .Values.podLogs.lokiReceiver.enabled .Values.podLogs.lokiReceiver.openShiftClusterLogForwarder.enabled }}
@echo "URL: $(shell grep --color=never 'Access the OpenShift web-console here'"$(CLUSTER_NAME)-installer-files/.openshift_install.log"| sed -e 's/.*Access the OpenShift web-console here: \(https:.*\)"/\1/')"
43
+
@echo "Username: $(shell grep --color=never 'Login to the console with user:'"$(CLUSTER_NAME)-installer-files/.openshift_install.log"| sed -e 's/.*Login to the console with user: \\"\([-a-zA-Z0-9]*\)\\", and password: \\"\([-a-zA-Z0-9]*\)\\""/\1/')"
44
+
@echo "Password: $(shell grep --color=never 'Login to the console with user:'"$(CLUSTER_NAME)-installer-files/.openshift_install.log"| sed -e 's/.*Login to the console with user: \\"\([-a-zA-Z0-9]*\)\\", and password: \\"\([-a-zA-Z0-9]*\)\\""/\2/')"
0 commit comments