Skip to content

Commit

Permalink
Use new ENV variables in k8s conformance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vasilis Remmas <vremmas@nvidia.com>
  • Loading branch information
vasrem committed Dec 15, 2023
1 parent c80336c commit 244cc84
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hack/run-e2e-conformance-virtual-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ done


export ADMISSION_CONTROLLERS__ENABLED=true
export ADMISSION_CONTROLLERS__CERTIFICATES__CERT_MANAGER__ENABLED=true
export SKIP_VAR_SET=""
export NAMESPACE="sriov-network-operator"
export OPERATOR_NAMESPACE="sriov-network-operator"
Expand All @@ -341,7 +342,7 @@ spec:
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: network-resources-injector-secret
name: network-resources-injector-cert
namespace: ${NAMESPACE}
spec:
commonName: network-resources-injector-service.svc
Expand All @@ -351,12 +352,12 @@ spec:
issuerRef:
kind: Issuer
name: selfsigned-issuer
secretName: network-resources-injector-secret
secretName: network-resources-injector-cert
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: operator-webhook-service
name: operator-webhook-cert
namespace: ${NAMESPACE}
spec:
commonName: operator-webhook-service.svc
Expand All @@ -366,7 +367,7 @@ spec:
issuerRef:
kind: Issuer
name: selfsigned-issuer
secretName: operator-webhook-service
secretName: operator-webhook-cert
EOF


Expand Down

0 comments on commit 244cc84

Please sign in to comment.