-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support imagePullSecrets on the service account as well as the deployment #28
feat: support imagePullSecrets on the service account as well as the deployment #28
Conversation
docs: generate readme
@knechtionscoding will need to rebase with master, make sure to follow the steps outlined in the new contributing docs as well just so we avoid any future issues as we've run into a few issues with bad kubernetes manifests being created from the charts - this was mainly by not running |
@ChrisJBurns Sorry, just got back to this. I've updated the chart to template properly, and followed the new contributing documentation. |
…deployment (pact-foundation#28) * feat: support imagePullSecrets on the service account as well as the deployment
Closes #27