-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add support for specifying imagePullSecrets via resource configuration #3133
Add support for specifying imagePullSecrets via resource configuration #3133
Conversation
…s via resource configuration, issue eclipse-jkube#2467 Signed-off-by: arman-yekkehkhani <[email protected]>
…ce_generation.adoc, issue eclipse-jkube#2467 Signed-off-by: arman-yekkehkhani <[email protected]>
Eclipse JKube CI ReportStarted new GH workflow run for #3133 (2024-06-06T07:32:40Z) ⚙️ JKube E2E Tests (9396737011)
|
…clipse-jkube#2467 Signed-off-by: arman-yekkehkhani <[email protected]>
…ass, issue eclipse-jkube#2467 Signed-off-by: arman-yekkehkhani <[email protected]>
gradle-plugin/it/src/test/java/org/eclipse/jkube/gradle/plugin/tests/ImagePullSecretsIT.java
Show resolved
Hide resolved
@arman-yekkehkhani : Thanks a lot, looks good to me. Could you please add a line to CHANGELOG.md regarding this change? |
Signed-off-by: arman-yekkehkhani <[email protected]>
…2467 Signed-off-by: arman-yekkehkhani <[email protected]>
@rohanKanojia Thanks Rohan. Added the license and updated CHANGELOG to reflect the new feature. Please take a look |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Add support for specifying imagePullSecrets via resource configuration. Examples:
Maven:
Gradle
Fixes #2467
Type of change
test, version modification, documentation, etc.)
Checklist