mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Linter wasn't happy. Again
This commit is contained in:
parent
f7f521317e
commit
015b35add2
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ func makeInvalidClusterSecretStoreWithK8sCerts() *esv1alpha1.ClusterSecretStore
|
|||
Provider: &esv1alpha1.SecretStoreProvider{
|
||||
Vault: &esv1alpha1.VaultProvider{
|
||||
Server: "vault.example.com",
|
||||
Path: "secret",
|
||||
Path: &secretStorePath,
|
||||
Version: "v2",
|
||||
Auth: esv1alpha1.VaultAuth{
|
||||
Kubernetes: &esv1alpha1.VaultKubernetesAuth{
|
||||
|
|
Loading…
Reference in a new issue