Skip to content

Commit

Permalink
NXBT-3312: Fix JenkinsX gcactivities pods in error
Browse files Browse the repository at this point in the history
  • Loading branch information
doulba committed Apr 28, 2020
1 parent 8d472b5 commit 44c05f7
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,58 @@ expose:
tlsacme: true
tlsSecretName: $NAMESPACE-tls
urltemplate: '"{{.Service}}.{{.Namespace}}.{{.Domain}}"'
gcactivities:
role:
enabled: true
rules:
- apiGroups:
- jenkins.io
resources:
- pipelineactivities
verbs:
- list
- delete
- apiGroups:
- jenkins.io
resources:
- environments
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- jenkins.io
resources:
- plugins
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
- services
verbs:
- get
- list
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- apiGroups:
- tekton.dev
resources:
- pipelineruns
verbs:
- get
- list
- watch
- delete
jenkins:
Master:
Image: $INTERNAL_DOCKER_REGISTRY/nuxeo/webui-jenkinsx
Expand Down

0 comments on commit 44c05f7

Please sign in to comment.