We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1c4f9 commit cfd2904Copy full SHA for cfd2904
pkg/install/install.go
@@ -54,7 +54,7 @@ func Kourier() error {
54
55
// KourierKind runs the kind-specific setup for Kourier
56
func KourierKind() error {
57
- fmt.Println("🕸 Configuring Kourier for Kind...")
+ fmt.Println("🕸️ Configuring Kourier for Kind...")
58
59
config := `apiVersion: v1
60
kind: Service
@@ -93,7 +93,7 @@ spec:
93
94
// KourierMinikube runs the minikube-specific setup for Kourier
95
func KourierMinikube() error {
96
- fmt.Println("🕸 Configuring Kourier for Minikube...")
+ fmt.Println("🕸️ Configuring Kourier for Minikube...")
97
98
if err := retryingApply("https://github.com/knative/serving/releases/download/knative-v" + ServingVersion + "/serving-default-domain.yaml"); err != nil {
99
return fmt.Errorf("default domain: %w", err)
0 commit comments