From 3215a045b31eab3dff28bc4d269352eeb1acf6fa Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Sat, 18 Jan 2025 12:33:28 +0100 Subject: [PATCH] Update reference bug README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45dc071..dd96fb2 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ ConfigMap. This would be a **bonus**. * K8s Secrets: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure * ConfigMap/Secretes tutorial: - https://www.baeldung.com/ops/kubernetes-equivalent-of-env-file-docker + https://www.baeldung.com/ops/kubernetes-equivalent-of-env-file-docker -- :warning: Bug: the `echo ... | base64` command should be (notice the '-n') `echo -n ... | base64`. #### Test workflow -- GitLab