We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0394fe commit f1b089eCopy full SHA for f1b089e
Dockerfile
@@ -14,7 +14,7 @@ RUN go mod download
14
# Copy the go source
15
COPY cmd/main.go cmd/main.go
16
COPY api/ api/
17
-COPY internal/controller/ internal/controller/
+COPY internal/ internal/
18
19
# Copy Makefile and build command requirements
20
COPY config/ config/
internal/controller/testdata/crd/group.openshift.io_mocked.yaml
@@ -37,4 +37,4 @@ status:
37
kind: ""
38
plural: ""
39
conditions: []
40
- storedVersions: []
+ storedVersions: []
0 commit comments