Merge pull request #4383 from irbekrm/vcloud_v2

Explicitly set Venafi Cloud e2e tests to use v2 endpoint
This commit is contained in:
jetstack-bot
2021-08-18 15:15:29 +01:00
committed by GitHub
+1
View File
@@ -87,6 +87,7 @@ func (v *VenafiCloud) Provision() error {
v.details.issuerTemplate = cmapi.VenafiIssuer{
Zone: v.config.Addons.Venafi.Cloud.Zone,
Cloud: &cmapi.VenafiCloud{
URL: "https://api.venafi.cloud",
APITokenSecretRef: cmmeta.SecretKeySelector{
LocalObjectReference: cmmeta.LocalObjectReference{
Name: s.Name,