Can anyone tell me why the out put of this job come out as not text?
the output is �ǫ when its supposed to be user
the secret looks like this: Secret.yaml
Because the secret value was not base64 encoded during creation. Use stringData
for un-encoded value:
...
stringData:
username: user
password: password