wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

Verify that the imagePullSecrets exists when the Helm Chart is installed #89

Closed jmesnil closed 1 year ago

jmesnil commented 1 year ago

Describe the bug

In #82, the deploy.imagePullSecrets field was added to be able to pull the container image from a private image registry.

However, the Helm Chart is not looking up if the secrets referenced by this field exists before it is installed. When this field is set, any secret should be looked up (similarly to the build.pullSecret field).