enable debug
This commit is contained in:
parent
54eff5212d
commit
f94075e074
2 changed files with 25 additions and 25 deletions
|
@ -51,7 +51,7 @@ data:
|
|||
listenAddress: ":4002"
|
||||
|
||||
runservice:
|
||||
#debug: true
|
||||
debug: true
|
||||
dataDir: /mnt/agola/local/runservice
|
||||
db:
|
||||
type: postgres
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: agola
|
||||
namespace: gitops
|
||||
rules:
|
||||
- apiGroups:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- nodes
|
||||
|
@ -17,7 +17,7 @@ metadata:
|
|||
name: agola
|
||||
namespace: gitops
|
||||
rules:
|
||||
- apiGroups:
|
||||
- apiGroups:
|
||||
- ""
|
||||
- "coordination.k8s.io"
|
||||
resources:
|
||||
|
@ -40,7 +40,7 @@ roleRef:
|
|||
kind: Role
|
||||
name: agola
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
- kind: ServiceAccount
|
||||
name: default
|
||||
namespace: gitops
|
||||
---
|
||||
|
@ -54,6 +54,6 @@ roleRef:
|
|||
kind: ClusterRole
|
||||
name: agola
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
- kind: ServiceAccount
|
||||
name: default
|
||||
namespace: gitops
|
||||
|
|
Loading…
Add table
Reference in a new issue