Skip to content

Commit

Permalink
[k8s-support] - fixing HyperfoilKubernetesOperatorProvisionerTest::be…
Browse files Browse the repository at this point in the history
…nchmark in order to let the client use a secured call
  • Loading branch information
fabiobrz committed Jul 4, 2023
1 parent 029f6ed commit 095071a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void deploy() {
"host.minikube.internal",
tlsSecretName);
try {
KubernetesProvisioner.createTlsSecret(OpenShifts.master().getNamespace(), tlsSecretName, certificateAndKey.key,
KubernetesProvisioner.createTlsSecret(KubernetesProvisioner.kubernetes.getNamespace(), tlsSecretName, certificateAndKey.key,
certificateAndKey.certificate);
} catch (IOException e) {
throw new IllegalStateException("Couldn't create the required secret: " + tlsSecretName, e);
Expand Down

0 comments on commit 095071a

Please sign in to comment.