Fix railiance issue-core GitOps runtime config
This commit is contained in:
parent
8c01f07c2d
commit
2f40dea6a1
3 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -67,5 +67,6 @@ spec:
|
|||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10001
|
||||
capabilities:
|
||||
drop: ["ALL"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue