Skip to content

Commit

Permalink
Merge pull request #42 from djkormo/adcs-sim-test
Browse files Browse the repository at this point in the history
polishing Dockerfile
  • Loading branch information
djkormo committed Dec 31, 2023
2 parents 9072ae8 + 3d5bd4c commit 887269a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions test/manifests/certificate-adcs-sim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 887269a

Please sign in to comment.