You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Provides a safe way to deploy an `imagePullSecret`, which is necessary
to deploy from the Iron Bank. This is part of an effort to improve the
overall Iron Bank experience.
```bash
npx ts-node ../src/cli.ts deploy --pullSecret="regcred" --docker-server="registry1.dso.mil" --docker-username="user" --docker-email="email@domain.com" --docker-password=""
```
## Related Issue
Fixes#890
<!-- or -->
Relates to #
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [ ] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed
---------
Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
Is your feature request related to a problem? Please describe.
Create a function for deploying an image pull secret to the cluster. It should be dynamic, like
npx pepr deploy
to avoid leaking credentials to git.The command should use the email and password to create the secret
building the pull secret.
The command should also create the
pepr-system
namespace. This should all be executed through the Kubernetes-Fluent-ClientDescribe the solution you'd like
Describe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: