Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from appnexus/v2.0.0-beta.3
Browse files Browse the repository at this point in the history
v2.0.0-beta.3
  • Loading branch information
esmet authored Jan 18, 2019
2 parents 6337b42 + bf6a8d0 commit 03c219f
Show file tree
Hide file tree
Showing 186 changed files with 24,065 additions and 169 deletions.
34 changes: 29 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
[[constraint]]
name = "github.com/coreos/go-semver"
version = "0.2.0"

[[constraint]]
name = "github.com/nlopes/slack"
revision = "3b9e5d653ede77b578819b587537227c1ac9f487"
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ When invoked, Ankh will operate over both the `haste-server` and `myservice` cha
| kubectl | `KubectlConfig` | Configuration for Kubectl. |
| helm | `HelmConfig` | Configuration for Helm . |
| docker | `DockerConfig` | Configuration for Docker. |
| slack | `SlackConfig` | Configuration for Slack. |

#### `KubectlConfig`
| Field | Type | Description |
Expand All @@ -253,6 +254,13 @@ When invoked, Ankh will operate over both the `haste-server` and `myservice` cha
| ------------- | :---: | :-------------: |
| registry | string | The docker registry to use. This is always used by `ankh docker ...` subcommands and is also used by other commands to produce prompts, typically when `helm.tagValueName` is set and Ankh sees that no tag value has been provided. |

#### `SlackConfig`
| Field | Type | Description |
| ------------- | :---: | :-------------: |
| token | string | Bot token used to connect to slack team |
| icon-url | string | Optional. Url of icon to be used when message is posted to slack. Default is the ankh logo. |
| username | string | Optional. Username associated with message when posting message to slack. Default is `ankh` |

#### `Environment`
| Field | Type | Description |
| ------------- | :---: | :-------------: |
Expand Down
Loading

0 comments on commit 03c219f

Please sign in to comment.