2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00

chore(gitlab-operator): correct typo inm runner config

ref: #5
This commit is contained in:
2025-06-12 19:23:35 +09:30
parent a839aa6f95
commit 31f43d37d4

View File

@ -12,7 +12,7 @@ data:
shell = "bash"
[runners.kubernetes]
pull_policy = "if-not-present}"
pull_policy = "if-not-present"
cpu_limit = "100m"
cpu_request = "50m"