Fix docs links (#5016)

This commit is contained in:
Robert Kaussow
2025-03-26 13:42:05 +01:00
committed by GitHub
parent 23a7b2f17d
commit bce5899037

View File

@@ -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": {