Keychain to ignore non-existing secrets #43
Labels
kind/enhancement
Enhancement, improvement, extension
status/closed
Issue is closed (either delivered or triaged)
What would you like to be added:
Sometimes, the pods refer to image pull secrets that simply do not exist, the image tag resolver and signature verifiers can simply ignore those secrets and work only with the available ones.
The code that needs to be changed is
gardener-extension-shoot-lakom-service/pkg/lakom/resolvetag/admission.go
Lines 158 to 160 in 5ccdfc3
gardener-extension-shoot-lakom-service/pkg/lakom/verifysignature/admission.go
Lines 179 to 181 in 5ccdfc3
Why is this needed:
To not fail when non-existing image pull secrets are set in the pods spec.
The text was updated successfully, but these errors were encountered: