From 61ddfa712f497155155130cc16b05f5bf1bb1ad2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Aug 2025 13:58:24 +0330 Subject: [PATCH] change secret doc k8s --- .../Kubernetes/workloads/13-Secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerization & Orchestration/Kubernetes/workloads/13-Secret.md b/Containerization & Orchestration/Kubernetes/workloads/13-Secret.md index 7046c01..3faaa5a 100644 --- a/Containerization & Orchestration/Kubernetes/workloads/13-Secret.md +++ b/Containerization & Orchestration/Kubernetes/workloads/13-Secret.md @@ -43,7 +43,7 @@ kind: Secret metadata: name: db-pass type: Opaque -data: +stringData: password: '123' ```