Installation of the service account does not keep pull image secrets #1752
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/unresolved
Indicates an issue that can not or will not be resolved.
Type of question
Are you asking about community best practices, how to implement a specific feature, or about general context and help around the operator-sdk?
Question
What did you do?
I had multiple operators developed by us scaffolded by operator-sdk 1.0 installed into the same namespace, the
ServiceAccount
default
was overwritten multiple times and the fieldpullImageSecrets
was removed, and the fieldmetadata.ownerReferences
was set to one of the CSV.What did you expect to see?
pullImageSecrets
previously set to theServiceAccount
.What did you see instead? Under which circumstances?
The
pullImageSecrets
field was removed from theServiceAccount
default
after the installation.Environment
operator-lifecycle-manager version:
v0.15.1
Kubernetes version information:
v1.16.13
Kubernetes cluster kind:
GKE
Additional context
The text was updated successfully, but these errors were encountered: