Fix railiance issue-core GitOps runtime config

This commit is contained in:
2026-06-25 19:23:34 +02:00
parent 8c01f07c2d
commit 2f40dea6a1
3 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ data:
"type": "gitea",
"base_url": "http://gitea-http.default.svc.cluster.local:3000",
"owner": "coulomb",
"repo": "markitect_project",
"repo": "markitect-main",
"token": "__FROM_ENV__"
},
"default": "markitect"

View File

@@ -67,5 +67,6 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 10001
capabilities:
drop: ["ALL"]