From 3d5bd4c8e180b23bc4dfaa657e40d56151c3deba Mon Sep 17 00:00:00 2001 From: djkormo Date: Sun, 31 Dec 2023 21:41:44 +0100 Subject: [PATCH] polishing Dockerfile --- test/Dockerfile | 5 +---- test/manifests/certificate-adcs-sim.yaml | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/test/Dockerfile b/test/Dockerfile index c7418e3..49fb11d 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -3,10 +3,7 @@ FROM golang:1.17 as builder WORKDIR /workspace -#ENV http_proxy=http://defraprx-fihelprx.glb.nsn-net.net:8080 -#ENV https_proxy=http://defraprx-fihelprx.glb.nsn-net.net:8080 -#ENV HTTP_PROXY=http://defraprx-fihelprx.glb.nsn-net.net:8080 -#ENV HTTPS_PROXY=http://defraprx-fihelprx.glb.nsn-net.net:8080 + # Copy the Go Modules manifests COPY go.mod go.mod COPY go.sum go.sum diff --git a/test/manifests/certificate-adcs-sim.yaml b/test/manifests/certificate-adcs-sim.yaml index 045f8a7..24e8107 100644 --- a/test/manifests/certificate-adcs-sim.yaml +++ b/test/manifests/certificate-adcs-sim.yaml @@ -9,8 +9,7 @@ spec: dnsNames: - adcs1.example.com - adcs2.example.com -# - delay.10m.sim -# - reject.sim + issuerRef: group: adcs.certmanager.csf.nokia.com kind: ClusterAdcsIssuer