Skip to content

Commit a27ec43

Browse files
committed
Add OWN_PRIVATE_API_URL env variable for GitLab KAS
In GitLab 17.8.0, GitLab agent server for Kubernetes (KAS) does not start with the default settings on the GitLab Linux package (Omnibus) and Docker installations. Signed-off-by: Norman Ziegner <[email protected]>
1 parent 34afa1c commit a27ec43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

molecule/gitlab/molecule.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ provisioner:
3636
- key: "modify_kernel_parameters"
3737
type: "plain"
3838
value: "false"
39+
- gitlab_kas:
40+
- key: "env"
41+
type: "plain"
42+
value: "{ 'OWN_PRIVATE_API_URL' => 'grpc://127.0.0.1:8155' }"
3943
gitlab_feature_flags:
4044
# See https://docs.gitlab.com/ee/user/feature_flags.html
4145
- name: "vscode_web_ide"

0 commit comments

Comments
 (0)