From 57d6ca2b0be11974191703537c88fbf58cc43c21 Mon Sep 17 00:00:00 2001 From: vik-codes <72087695+vik-codes@users.noreply.github.com> Date: Tue, 22 Jul 2025 01:20:48 +0530 Subject: [PATCH] Update k8s.md Updated the links for Learnk8s.io (now LearnKube.com) Signed-off-by: vik-codes <72087695+vik-codes@users.noreply.github.com> --- docs/deployment/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md index aae49b6069..3be791dc59 100644 --- a/docs/deployment/k8s.md +++ b/docs/deployment/k8s.md @@ -112,7 +112,7 @@ YmFja3N0YWdl Secrets are base64-encoded, but not encrypted. Be sure to enable [Encryption at Rest](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/) for the cluster. For storing secrets in Git, consider -[SealedSecrets or other solutions](https://learnk8s.io/kubernetes-secrets-in-git). +[SealedSecrets or other solutions](https://learnkube.com/kubernetes-secrets-in-git) :::