Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Oct 15, 2018
1 parent 29b2e00 commit 9bf6c49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ orca get env --name $SRC_RELEASE_NS --kube-context $SRC_KUBE_CONTEXT > charts.ya
orca deploy env --name $COMMIT_HASH -c charts.yaml --kube-context $DST_KUBE_CONTEXT --override $CHART_NAME=$CHART_TEST_VERSION
```

Deploy to the dynamic feature environments for features spanning multiple repositories using the `-x` flag

* If you want to achieve different CI processes depending on changed paths -

```
Expand Down Expand Up @@ -234,6 +236,8 @@ Flags:
--version string version of chart to deploy. Overrides $ORCA_VERSION
```

`helm-tls-store` - path to directory containing `<kube-context>.cert.pem` and `<kube-context>.key.pem` files

### Push chart
```
Push Helm chart to chart repository (requires helm push plugin: https://github.com/chartmuseum/helm-push)
Expand Down Expand Up @@ -285,6 +289,8 @@ Flags:
-f, --values strings values file to use (packaged within the chart)
```

`helm-tls-store` - path to directory containing `<kube-context>.cert.pem` and `<kube-context>.key.pem` files

### Delete env
```
Delete an environment (Kubernetes namespace) along with all Helm releases in it
Expand All @@ -300,6 +306,8 @@ Flags:
--tls enable TLS for request. Overrides $ORCA_TLS
```

`helm-tls-store` - path to directory containing `<kube-context>.cert.pem` and `<kube-context>.key.pem` files

### Create resource
```
Create or update a resource via REST API
Expand Down

0 comments on commit 9bf6c49

Please sign in to comment.