Skip to content

Commit a4992ed

Browse files
author
Jeff McCormick
committed
fix quickstart for gke script and update pv delete to match pv create series
1 parent 9ebe737 commit a4992ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/quickstart-for-gke.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ echo ""
113113
echo "setting up pgo storage configuration for storageclass" | tee -a $LOG
114114
cp $COROOT/examples/pgo.yaml.storageclass $COROOT/conf/apiserver/pgo.yaml
115115
sed --in-place=.bak 's/standard/'"$STORAGE_CLASS"'/' $COROOT/conf/apiserver/pgo.yaml
116-
sed --in-place=.bak 's/demo/'"$PROJECT"'/' $COROOT/deploy/service-account.yaml
117-
sed --in-place=.bak 's/demo/'"$PROJECT"'/' $COROOT/deploy/rbac.yaml
116+
sed --in-place=.bak 's/demo/'"$NAMESPACE"'/' $COROOT/deploy/service-account.yaml
117+
sed --in-place=.bak 's/demo/'"$NAMESPACE"'/' $COROOT/deploy/rbac.yaml
118118

119119
echo ""
120120
echo "setting up pgo client auth" | tee -a $LOG

pv/delete-pv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1717

18-
for i in {1..15}
18+
for i in {1..100}
1919
do
2020
echo "deleting PV crunchy-pv$i"
2121
$CO_CMD delete pv crunchy-pv$i

0 commit comments

Comments
 (0)