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: roles/github/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following variables can be used to make small adjustments to the composition
39
39
40
40
`github_kayobe_user_id`: set the user id when building the kayobe docker image. Default is `1000`
41
41
42
-
`github_kayobe_group_id`: set the group id when building the kayobe docker image. Default is `1000`
42
+
`github_kayobe_group_id`: set the group id when building the kayobe docker image. Default is `1000`
43
43
44
44
`github_environment_selector`: control the type of environment support the workflows should be generated with. Either `single` for fixed environment or `input` whereby the environment is controlled at `workflow_dispatch`. No environment is the default by setting `github_environment_selector` to no value or `Null`.
45
45
@@ -96,8 +96,8 @@ The following will override `github_workflows` to ensure only `Build Kayobe Imag
96
96
97
97
```yaml
98
98
github_workflows:
99
-
- "{{ build_kayobe_image }}"
100
-
- "{{ run_kolla_config_diff }}"
99
+
- "{{ github_build_kayobe_image }}"
100
+
- "{{ github_run_kolla_config_diff }}"
101
101
```
102
102
103
103
In the following example `github_build_kayobe_image` has been changed to use a user provided template stored within their `{{ playbook_dir }}/templates`
0 commit comments