diff --git a/flux/cluster/apps/gitops/agola/configmap.yaml b/flux/cluster/apps/gitops/agola/configmap.yaml index a0dd51d..5fddbdb 100644 --- a/flux/cluster/apps/gitops/agola/configmap.yaml +++ b/flux/cluster/apps/gitops/agola/configmap.yaml @@ -51,7 +51,7 @@ data: listenAddress: ":4002" runservice: - #debug: true + debug: true dataDir: /mnt/agola/local/runservice db: type: postgres diff --git a/flux/cluster/apps/gitops/agola/rbac.yaml b/flux/cluster/apps/gitops/agola/rbac.yaml index 14e8cf4..7735226 100644 --- a/flux/cluster/apps/gitops/agola/rbac.yaml +++ b/flux/cluster/apps/gitops/agola/rbac.yaml @@ -4,12 +4,12 @@ metadata: name: agola namespace: gitops rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - "*" + - apiGroups: + - "" + resources: + - nodes + verbs: + - "*" --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role @@ -17,18 +17,18 @@ metadata: name: agola namespace: gitops rules: -- apiGroups: - - "" - - "coordination.k8s.io" - resources: - - nodes - - pods - - pods/exec - - configmaps - - leases - - secrets - verbs: - - "*" + - apiGroups: + - "" + - "coordination.k8s.io" + resources: + - nodes + - pods + - pods/exec + - configmaps + - leases + - secrets + verbs: + - "*" --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding @@ -40,9 +40,9 @@ roleRef: kind: Role name: agola subjects: -- kind: ServiceAccount - name: default - namespace: gitops + - kind: ServiceAccount + name: default + namespace: gitops --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -54,6 +54,6 @@ roleRef: kind: ClusterRole name: agola subjects: -- kind: ServiceAccount - name: default - namespace: gitops + - kind: ServiceAccount + name: default + namespace: gitops