change secret doc k8s

This commit is contained in:
2025-08-02 13:58:24 +03:30
parent 47b8e7d200
commit 61ddfa712f

View File

@@ -43,7 +43,7 @@ kind: Secret
metadata: metadata:
name: db-pass name: db-pass
type: Opaque type: Opaque
data: stringData:
password: '123' password: '123'
``` ```