-
Notifications
You must be signed in to change notification settings - Fork 20
feature: Handle imagePullSecrets #181
Copy link
Copy link
Open
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Feature Description
Currently imagePullSecrets are discarded instead of passed on to Deployments:
kcp-operator/internal/resources/cacheserver/deployment.go
Lines 89 to 90 in 7b7489f
This is equivalent in other deployment generators.
Proposed Solution
Pass imagePullSecrets from the RootShard/Shard/FrontProxy spec to the Deployment
Alternative Solutions
No response
Want to contribute?
Additional Context
No response