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:
parent
3be48b9fb5
commit
7e5bf4083e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue