diff --git a/content/Kubernetes/Fundamentals/Static vs Dynamic Provisioning in Kubernetes.md b/content/Kubernetes/Fundamentals/Static vs Dynamic Provisioning in Kubernetes.md index de65411..1685b5b 100644 --- a/content/Kubernetes/Fundamentals/Static vs Dynamic Provisioning in Kubernetes.md +++ b/content/Kubernetes/Fundamentals/Static vs Dynamic Provisioning in Kubernetes.md @@ -102,7 +102,7 @@ Another example of Persistent Volume pointing to the cluster via PVC ![[SDP-24-2.png]] -> [!PRO TIP] +> [!TIP] > > 💡 Always use **dynamic provisioning** for a more scalable, efficient Kubernetes environment! Your infrastructure team will thank you for it! 🙌