mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 20:16:42 +00:00
Fix docs links (#5016)
This commit is contained in:
@@ -650,7 +650,7 @@
|
|||||||
"$ref": "#/definitions/step_backend_kubernetes_security_context"
|
"$ref": "#/definitions/step_backend_kubernetes_security_context"
|
||||||
},
|
},
|
||||||
"runtimeClassName": {
|
"runtimeClassName": {
|
||||||
"description": "Read more: https://woodpecker-ci.org/docs/administration/backends/kubernetes#runtimeclassname",
|
"description": "Read more: https://woodpecker-ci.org/docs/administration/configuration/backends/kubernetes#runtimeclassname",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
@@ -664,7 +664,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"step_backend_kubernetes_resources": {
|
"step_backend_kubernetes_resources": {
|
||||||
"description": "Resources for the kubernetes backend. Read more: https://woodpecker-ci.org/docs/administration/backends/kubernetes#job-specific-configuration",
|
"description": "Resources for the kubernetes backend. Read more: https://woodpecker-ci.org/docs/administration/configuration/backends/kubernetes#step-specific-configuration",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"requests": {
|
"requests": {
|
||||||
@@ -676,7 +676,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"step_backend_kubernetes_security_context": {
|
"step_backend_kubernetes_security_context": {
|
||||||
"description": "Pods / containers security context. Read more: https://woodpecker-ci.org/docs/administration/backends/kubernetes#securitycontext",
|
"description": "Pods / containers security context. Read more: https://woodpecker-ci.org/docs/administration/configuration/backends/kubernetes#security-context",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"privileged": {
|
"privileged": {
|
||||||
@@ -703,7 +703,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"step_backend_kubernetes_secprofile": {
|
"step_backend_kubernetes_secprofile": {
|
||||||
"description": "Pods / containers security profile. Read more: https://woodpecker-ci.org/docs/administration/backends/kubernetes#job-specific-configuration",
|
"description": "Pods / containers security profile. Read more: https://woodpecker-ci.org/docs/administration/configuration/backends/kubernetes#step-specific-configuration",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
@@ -722,7 +722,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"step_backend_kubernetes_service_account": {
|
"step_backend_kubernetes_service_account": {
|
||||||
"description": "serviceAccountName to be use by job. Read more: https://woodpecker-ci.org/docs/administration/backends/kubernetes#serviceaccountname",
|
"description": "serviceAccountName to be use by job. Read more: https://woodpecker-ci.org/docs/administration/configuration/backends/kubernetes#service-account",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"requests": {
|
"requests": {
|
||||||
|
Reference in New Issue
Block a user