-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
The JSON object passed into .dockerconfigjson in the documentation is invalid, it contains a trailing , where it shouldn't.
| "identitytoken": "{{ .password }}", |
To Reproduce
Steps to reproduce the behavior:
Follow the guide, you'll get an error similar to this:
"error": "Secret "azurecr-credentials" is invalid: data[.dockerconfigjson]: Invalid value: \"<secret contents redacted>\": invalid character '}' looking for beginning of object key string"
Expected behavior
There should be no errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.