diff --git a/README.md b/README.md index 80add03..63d36c5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ apiVersion: v1 kind: Secret metadata: name: csi-s3-secret + # Namespace depends on the configuration in the storageclass.yaml + namespace: kube-system stringData: accessKeyID: secretAccessKey: @@ -66,7 +68,7 @@ csi-s3-pvc Bound pvc-c5d4634f-8507-11e8-9f33-0e243832354b 5Gi RWO 3. Create a test pod which mounts your volume: ```bash -kubectl create -f poc.yaml +kubectl create -f pod.yaml ``` If the pod can start, everything should be working.