Skip to content

Commit

Permalink
Update install-forms-flow.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alanraju-aot authored Oct 29, 2024
1 parent 01f26f7 commit f6152f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-forms-flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ displayPrompts() {
read -p "Install using forms-flow package registry? (y/n):" is_from_registry
read -p "Please enter the domain name (ex: apps.bronze.$domain_name):" domain_name
read -p "Please enter the namespace (ex: forms-flow):" namespace
read -p "Please enter the class name (ex: formsflow):" classname
read -p "Please enter the ingress class name (ex: formsflow):" classname
read -p "Is this a premium installation? (y/n):" is_premium
read -p "Use the latest version release? (y) or stable release (n):" is_latest_release
}
Expand Down

0 comments on commit f6152f6

Please sign in to comment.