Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Levin <jordan.levin@sap.com>
  • Loading branch information
jaylevin committed May 8, 2024
1 parent ccf446b commit 701757f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

ujconfig "github.com/upbound/upjet/pkg/config"

vaultnamespace "github.com/upbound/provider-vault/config/vault_namespace"
vaultnamespace "github.com/upbound/provider-vault/config/vault"
)

const (
Expand Down
4 changes: 1 addition & 3 deletions config/vault_namespace/config.go → config/vault/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package vault_namespace
package vault

import "github.com/upbound/upjet/pkg/config"

Expand All @@ -7,7 +7,5 @@ func Configure(p *config.Provider) {
p.AddResourceConfigurator("vault_namespace", func(r *config.Resource) {
r.Kind = "VaultNamespace"
r.ShortGroup = "vault"
r.UseAsync = true
r.ExternalName = config.IdentifierFromProvider
})
}

0 comments on commit 701757f

Please sign in to comment.