Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from benmathews/patch-1
Browse files Browse the repository at this point in the history
fix instructions - docker build doesn't use -e
  • Loading branch information
alecmerdler committed Aug 16, 2018
2 parents f077169 + ac1fc20 commit be509a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,8 @@ cd helm-app-operator-kit

```sh
$ git checkout git@github.com:operator-framework/helm-app-operator-kit.git && cd helm-app-operator-kit
$ docker build -t quay.io/<namespace>/<chart>-operator -e HELM_CHART=/path/to/helm/chart -e API_VERSION=<group/version> -e KIND=<Kind> .
$ cd helm-app-operator && dep ensure && cd ..
$ docker build -t quay.io/<namespace>/<chart>-operator --build-arg HELM_CHART=/path/to/helm/chart --build-arg API_VERSION=<group/version> --build-arg KIND=<Kind> .
$ docker push quay.io/<namespace>/<chart>-operator
```

Expand Down

0 comments on commit be509a3

Please sign in to comment.