We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f3ec2 commit d2e1d3cCopy full SHA for d2e1d3c
content/en/docs/tasks/configmap-secret/managing-secret-using-kustomize.md
@@ -102,17 +102,17 @@ kubectl get -k <directory-path> -o jsonpath='{.data}'
102
The output is similar to:
103
104
```
105
-{ "password": "UyFCXCpkJHpEc2I9", "username": "YWRtaW4=" }
+{ "password": "MWYyZDFlMmU2N2Rm", "username": "YWRtaW4=" }
106
107
108
109
-echo 'UyFCXCpkJHpEc2I9' | base64 --decode
+echo 'MWYyZDFlMmU2N2Rm' | base64 --decode
110
111
112
113
114
115
-S!B\*d$zDsb=
+1f2d1e2e67df
116
117
118
For more information, refer to
0 commit comments