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' ```