You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ services:
41
41
This container is based on the [r10k container](https://github.com/voxpupuli/container-r10k) and therefore all its environment variables also apply here.
42
42
43
43
| Name | Description |
44
-
| ---- | ------------|
44
+
| ---- | -----------|
45
45
|`USER`| Login username to trigger hooks. Defauls to `puppet`. |
46
46
|`PASSWORD`| Required. Password for user to login. |
47
47
|`PORT`| Listen on this port. Defaults to `4000`. |
@@ -54,7 +54,7 @@ This container is based on the [r10k container](https://github.com/voxpupuli/con
54
54
|`DEFAULT_BRANCH`| Set the default branch to deploy. Defaults too `production`. |
55
55
|`GENERATE_TYPES`| Generate data types after successful deployment. Defaults to `true`. |
56
56
|`CHAT`| Enable notification for a chat. Defaults to `false`|
57
-
|`CHAT_SEREVICE`| Chat type, e.g. slack. |
57
+
|`CHAT_SERVICE`| Chat type, e.g. slack. |
58
58
|`CHAT_URL`| Chat server URL. |
59
59
|`CHAT_CHANNEL`| Destination channel to notify for. |
60
60
|`CHAT_USER`| Login user. |
@@ -65,9 +65,9 @@ This container is based on the [r10k container](https://github.com/voxpupuli/con
65
65
### Build Arguments
66
66
67
67
| Name | Description |
68
-
| ---- | ------------|
69
-
|`R10K_VERSION`| The R10k container version to use as base layer. |
70
-
|`WEBHOOK_GO_VERSION`| Version of webhook-go to install. |
68
+
| ---- | -----------|
69
+
|`R10K_VERSION`| The R10k container version to use as base layer. |
70
+
|`WEBHOOK_GO_VERSION`| Version of webhook-go to install. |
0 commit comments