Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from cloudfoundry-incubator/aduffeck/helm_chart
Browse files Browse the repository at this point in the history
Add helm chart for deploying the operator and the CRD
  • Loading branch information
Mario Manno authored Nov 30, 2018
2 parents 5522cb1 + 45b6f61 commit 42e9707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Temporary Build Files
build/_output
build/_test
build/*zip
build/helm
# Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
### Emacs ###
# -*- mode: gitignore; -*-
Expand Down
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

go build -o build/_output/bin/cf-operator
CGO_ENABLED=0 go build -o build/_output/bin/cf-operator

0 comments on commit 42e9707

Please sign in to comment.