We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc545dc commit d4a4048Copy full SHA for d4a4048
kubernetes/infra/manifests/gitlab-runner/values.yaml
@@ -38,7 +38,6 @@ gitlab-runner:
38
service_account = "gitlab-runner"
39
poll_interval = 3
40
poll_timeout = 180
41
- dns_policy = "ClusterFirst"
42
43
# Cache volume
44
[[runners.kubernetes.volumes.pvc]]
renovate.json
@@ -26,7 +26,8 @@
26
27
"ignorePaths": [
28
"**/kubernetes/applications/archived/**",
29
- "**/opentofu/archived/**"
+ "**/opentofu/archived/**",
30
+ "docs/**"
31
],
32
33
"docker": {
0 commit comments