kubernetes: fix typo
Some checks are pending
Deploy to Github Pages / deploy (push) Waiting to run

This commit is contained in:
Marcello 2025-03-22 17:10:10 +01:00
parent 6c59f8261b
commit 50b20ad803
Signed by: m-lamonaca
SSH key fingerprint: SHA256:8db8uii6Gweq7TbKixFBioW2T8CbgtyFETyYL3cr3zk

View file

@ -66,7 +66,7 @@ Because Secrets can be created independently of the Pods that use them, there is
**Volumes** are physical storage attached to a pod in order to persist data when a pod is shut down.
> **Warn**: kubernetes dows not manage data persistance. Backups must be managed externally.
> **Warn**: kubernetes does not manage data persistance. Backups must be managed externally.
### Deployment