aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/pv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/pv.sh')
-rwxr-xr-xbootstrap/pv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/pv.sh b/bootstrap/pv.sh
index 78bf7f5..c12787b 100755
--- a/bootstrap/pv.sh
+++ b/bootstrap/pv.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-echo "Note that in for example GKE a PetSet will have PersistentVolume(s) and PersistentVolumeClaim(s) created for it automatically"
+echo "Note that in for example GKE a StatefulSet will have PersistentVolume(s) and PersistentVolumeClaim(s) created for it automatically"
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
path="$dir/data"