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
sed --in-place=.bak 's/standard/'"$STORAGE_CLASS"'/'$COROOT/conf/apiserver/pgo.yaml
124
-
sed --in-place=.bak 's/demo/'"$PROJECT"'/'$COROOT/deploy/service-account.yaml
125
-
sed --in-place=.bak 's/demo/'"$PROJECT"'/'$COROOT/deploy/rbac.yaml
121
+
sed --in-place=.bak 's/standard/'"$STORAGE_CLASS"'/'$COROOT/conf/apiserver/pgo.yaml
122
+
sed --in-place=.bak 's/demo/'"$PROJECT"'/'$COROOT/deploy/service-account.yaml
123
+
sed --in-place=.bak 's/demo/'"$PROJECT"'/'$COROOT/deploy/rbac.yaml
126
124
127
125
echo""
128
-
echo -n "storage classes can require a fsgroup setting to be specified in the security context of your pods, typically this value is 26 but on some storage providers, this value is blank, enter your fsgroup setting if required or blank if not required: "
126
+
echo -n "Storage classes can require a fsgroup setting to be specified in the security context of your pods. Typically, this value is 26, but on some storage providers this value is blank. Enter your fsgroup setting if required or leave blank if not required: "
129
127
read FSGROUP
130
-
sed --in-place=.bak 's/26/'"$FSGROUP"'/'$COROOT/conf/apiserver/pgo.yaml
128
+
sed --in-place=.bak 's/26/'"$FSGROUP"'/'$COROOT/conf/apiserver/pgo.yaml
131
129
132
130
echo""
133
-
echo"setting up pgo client auth"| tee -a $LOG
131
+
echo"Setting up pgo client authentication..."| tee -a $LOG
134
132
echo"username:password">$HOME/.pgouser
135
133
136
134
echo""
137
-
echo"for pgo bash completion you will need to install the bash-completion package"| tee -a $LOG
135
+
echo"For pgo bash completion you will need to install the bash-completion package."| tee -a $LOG
0 commit comments