debug level

This commit is contained in:
Philip Haupt
2025-10-11 13:38:20 +02:00
parent 53efcb43c3
commit 447acdef24
2 changed files with 4 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ apiVersion: v1
data: data:
config.yaml: |- config.yaml: |-
log: log:
level: info level: debug
runner: runner:
labels: labels:
- ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest - ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
@@ -26,7 +26,7 @@ data:
kind: ConfigMap kind: ConfigMap
metadata: metadata:
annotations: annotations:
checksum/config: 47c62c7084284f915799a694bfead1e221df249e7fa9043ed480992271c13cc8 checksum/config: ef4af967abd8655da30d8aeb23577a1d32806deb52e531318f796d7571fd3136
labels: labels:
app.kubernetes.io/instance: gitea-runner app.kubernetes.io/instance: gitea-runner
app.kubernetes.io/managed-by: Helm app.kubernetes.io/managed-by: Helm
@@ -56,7 +56,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: 47c62c7084284f915799a694bfead1e221df249e7fa9043ed480992271c13cc8 checksum/config: ef4af967abd8655da30d8aeb23577a1d32806deb52e531318f796d7571fd3136
checksum/secret: 12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126 checksum/secret: 12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
labels: labels:
app.kubernetes.io/instance: gitea-runner app.kubernetes.io/instance: gitea-runner

View File

@@ -58,7 +58,7 @@ runner:
# @default -- See [values.yaml](./values.yaml) for default configuration # @default -- See [values.yaml](./values.yaml) for default configuration
data: | data: |
log: log:
level: info level: debug
runner: runner:
labels: labels:
- ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest - ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
@@ -145,7 +145,6 @@ podSecurityContext:
# -- Security context configuration for the runner container. # -- Security context configuration for the runner container.
# [SecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/). # [SecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/).
securityContext: {} securityContext: {}
# privileged: true
# -- Resource requests and limits for the runner container. # -- Resource requests and limits for the runner container.
# [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/). # [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/).