Skip to content

Conversation

@saschpe
Copy link

@saschpe saschpe commented Nov 27, 2025

When using an operator to inject imagePullSecrets into deployed Kubernetes resources, instead of configuring them with values and running a helm upgrade ... later on, a conflict arises.

The chart produces imagePullSecrets: [] when none are set. To avoid this, simply wrap in a with clause like it is already done in deployment.yaml and statefulset.yaml.

@saschpe saschpe requested a review from a team as a code owner November 27, 2025 15:37
When using an operator to inject _imagePullSecrets_ into deployed
Kubernetes resources, instead of configuring them with values
and running a `helm upgrade ...` later on, a conflict arises.

The chart produces `imagePullSecrets: []` when none are set. To avoid
this, simply wrap in a `with` clause like it is already done in
deployment.yaml and statefulset.yaml.

Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
@saschpe saschpe force-pushed the saschpe.sa-imgpullsec branch from 06678e3 to 13dce0a Compare November 27, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant