Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tink worker] Make registry CLI flags optional (#609)
## Description Make `docker-registry`, `registry-username`, and `registry-password` CLI flags optional: A previous commit allowed an empty registry to be used when running a tink worker action. This allows tink worker to take advantage of that update by not requiring these registry CLI flags. Currently, if these values are not passed in via `/proc/cmdline` then tink worker will fail to start. ## Why is this needed Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information