diff --git a/docs/executors/kubernetes.md b/docs/executors/kubernetes.md
index f42e63437205fa5083a67eb206f79fe0f79c9912..8ff03fb22c4464ac0951f7ce32af545e485bbcd0 100644
--- a/docs/executors/kubernetes.md
+++ b/docs/executors/kubernetes.md
@@ -169,16 +169,16 @@ concurrent = 4
   executor = "kubernetes"
   [runners.kubernetes]
     [[runners.kubernetes.volumes.host_path]]
-      name = "HostPath"
+      name = "hostpath-1"
       mount_path = "/path/to/mount/point"
       read_only = true
       host_path = "/path/on/host"
     [[runners.kubernetes.volumes.host_path]]
-      name = "HostPath"
+      name = "hostpath-2"
       mount_path = "/path/to/mount/point_2"
       read_only = true
     [[runners.kubernetes.volumes.pvc]]
-      name = "PersistentVolumeClaim"
+      name = "pvc-1"
       mount_path = "/path/to/mount/point1"
     [[runners.kubernetes.volumes.config_map]]
       name = "config-map-1"