We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcd7a6 commit 75e266eCopy full SHA for 75e266e
Dockerfile
@@ -16,6 +16,7 @@ COPY main.go main.go
16
COPY apis/ apis/
17
COPY webhooks/ webhooks/
18
COPY controllers/ controllers/
19
+COPY pkg/ pkg/
20
21
# Build
22
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -o manager main.go
go.mod
@@ -73,4 +73,4 @@ require (
73
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
74
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
75
sigs.k8s.io/yaml v1.3.0 // indirect
76
-)
+)
0 commit comments