1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

Fix the kyverno default keychain value to be the ggcr default keychain (#3096)

Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
This commit is contained in:
Sambhav Kothari 2022-01-27 06:38:08 +00:00 committed by GitHub
parent 3be48b9fb5
commit 7e5bf4083e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ var (
kubeClient kubernetes.Interface
kyvernoNamespace string
kyvernoServiceAccount string
DefaultKeychain authn.Keychain
DefaultKeychain authn.Keychain = authn.DefaultKeychain
)
// Initialize loads the image pull secrets and initializes the default auth method for container registry API calls