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 47d29d6 commit 75994d6Copy full SHA for 75994d6
Dockerfile.daemonset
@@ -34,7 +34,7 @@ RUN go mod download
34
# Copy the go source
35
COPY cmd/daemonset/main.go cmd/daemonset/main.go
36
COPY api/ api/
37
-COPY internal/controller/daemonset_controller.go internal/controller/daemonset_controller.go
+COPY internal/controller/instaslice_daemonset.go internal/controller/instaslice_daemonset.go
38
39
# Build
40
# the GOARCH has not a default value to allow the binary be built according to the host where the command
0 commit comments