Skip to content

Commit

Permalink
Merge pull request #92 from fluxcd/refactor-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Sep 28, 2020
2 parents 1eea1bd + d80de0a commit 9b1c951
Show file tree
Hide file tree
Showing 7 changed files with 515 additions and 301 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN go mod download
# copy source code
COPY main.go main.go
COPY controllers/ controllers/
COPY internal/ internal/

# build without specifing the arch
RUN CGO_ENABLED=0 go build -a -o helm-controller main.go
Expand Down
Loading

0 comments on commit 9b1c951

Please sign in to comment.