Skip to content

Commit

Permalink
fixed gitlab runner config
Browse files Browse the repository at this point in the history
  • Loading branch information
lefeverd committed Mar 18, 2023
1 parent 942b69d commit 9c451f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/apps/gitlab/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
config: |
[[runners]]
[runners.kubernetes]
imagePullSecrets = "docker-registry-harbor"
image_pull_secrets = ["docker-registry-harbor"]
cpu_request = "500m"
cpu_limit = "500m"
memory_request = "2Gi"
Expand Down

0 comments on commit 9c451f3

Please sign in to comment.