Skip to content

Commit

Permalink
corrected the capi provider list
Browse files Browse the repository at this point in the history
  • Loading branch information
Strigix committed Dec 5, 2023
1 parent b0c94be commit d449b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/controller/handler/pssversion/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
// version which does not support PodSecurityPolicies.
pssCutoffVersion, _ = semver.NewVersion("v19.3.0")
vintageProviders = []string{"aws", "azure", "kvm"}
capiProviders = []string{"capa", "capz", "capx", "capv"}
capiProviders = []string{"capa", "capz", "capvcd", "capv"}
)

const (
Expand Down

0 comments on commit d449b99

Please sign in to comment.