Skip to content

Commit d198749

Browse files
committed
[secret] feat: add secret document and code.
1 parent 7161f28 commit d198749

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

secret/hellok8s-secret.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ kind: Secret
33
metadata:
44
name: hellok8s-secret
55
data:
6-
SECRET_MESSAGE: "SXQgd29ya3Mgd2l0aCBhIFNlY3JldAo="
7-
8-
# echo 'It works with a Secret' | base64 = SXQgd29ya3Mgd2l0aCBhIFNlY3JldAo=
6+
DB_PASSWORD: "ZGJfcGFzc3dvcmQK"

0 commit comments

Comments
 (0)