mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Add StoreKind to Webhook. (#3960)
Signed-off-by: Samuel Wambach <7828075+samwambach@users.noreply.github.com>
This commit is contained in:
parent
d02f600009
commit
858fe6b53c
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ func (p *Provider) NewClient(ctx context.Context, store esv1beta1.GenericStore,
|
|||
wh := webhook.Webhook{
|
||||
Kube: kube,
|
||||
Namespace: namespace,
|
||||
StoreKind: store.GetObjectKind().GroupVersionKind().Kind,
|
||||
}
|
||||
whClient := &WebHook{
|
||||
store: store,
|
||||
|
|
Loading…
Reference in a new issue