File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ echo ""
113113echo " setting up pgo storage configuration for storageclass" | tee -a $LOG
114114cp $COROOT /examples/pgo.yaml.storageclass $COROOT /conf/apiserver/pgo.yaml
115115sed --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
119119echo " "
120120echo " setting up pgo client auth" | tee -a $LOG
Original file line number Diff line number Diff line change 1515
1616DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
1717
18- for i in {1..15 }
18+ for i in {1..100 }
1919do
2020 echo " deleting PV crunchy-pv$i "
2121 $CO_CMD delete pv crunchy-pv$i
You can’t perform that action at this time.
0 commit comments