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
While pushing image to external registry using ocBuild task, registry push secret doesn't get picked up by OpenShift Gradle Plugin when I provide it via property:
jkube.build.pushSecret=dockerhub-secret
However, if I specify it from OpenShift plugin groovy DSL configuration, it does get picked up:
…pushSecret` property (eclipse-jkube#2414)
Add getOpenshiftPushSecretOrDefault method in OpenShiftExtension to pick
up configuration value from property if it's not provided in groovy dsl
Signed-off-by: Rohan Kumar <[email protected]>
…pushSecret` property (eclipse-jkube#2414)
Add getOpenshiftPushSecretOrDefault method in OpenShiftExtension to pick
up configuration value from property if it's not provided in groovy dsl
Signed-off-by: Rohan Kumar <[email protected]>
…pushSecret` property (#2414)
Add getOpenshiftPushSecretOrDefault method in OpenShiftExtension to pick
up configuration value from property if it's not provided in groovy dsl
Signed-off-by: Rohan Kumar <[email protected]>
Describe the bug
While pushing image to external registry using
ocBuild
task, registry push secret doesn't get picked up by OpenShift Gradle Plugin when I provide it via property:jkube.build.pushSecret=dockerhub-secret
However, if I specify it from OpenShift plugin groovy DSL configuration, it does get picked up:
Eclipse JKube version
SNAPSHOT
Component
OpenShift Gradle Plugin
Apache Maven version
None
Gradle version
other (please specify in additional context)
Steps to reproduce
Try pushing image to some external registry using OpenShift Gradle Plugin, provide authentication secret via property instead of groovy configuration
Expected behavior
jkube.build.pushSecret
should be picked up by OpenShift Gradle PluginRuntime
OpenShift
Kubernetes API Server version
1.25.3
Environment
Linux
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: