Skip to content

Commit

Permalink
Merge pull request #16410 from fejta/rbac
Browse files Browse the repository at this point in the history
Attach service accounts to crier, deck, tide
  • Loading branch information
k8s-ci-robot authored Feb 21, 2020
2 parents 4f90b7f + 0d65286 commit 25ae45a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion prow/cluster/crier_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
labels:
app: crier
spec:
# serviceAccountName: crier
serviceAccountName: crier
terminationGracePeriodSeconds: 30
containers:
- name: crier
Expand Down
2 changes: 1 addition & 1 deletion prow/cluster/deck_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
labels:
app: deck
spec:
# serviceAccountName: "deck" # Uncomment for use with RBAC
serviceAccountName: deck
terminationGracePeriodSeconds: 30
containers:
- name: deck
Expand Down
6 changes: 3 additions & 3 deletions prow/cluster/tide_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
labels:
app: tide
spec:
# serviceAccountName: "tide" # Uncomment for use with RBAC
serviceAccountName: tide
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20200220-16f6e7c89
Expand All @@ -45,8 +45,8 @@ spec:
- --history-uri=gs://k8s-prow/tide-history.json
- --status-path=gs://k8s-prow/tide-status-checkpoint.yaml
ports:
- name: http
containerPort: 8888
- name: http
containerPort: 8888
volumeMounts:
- name: oauth
mountPath: /etc/github
Expand Down

0 comments on commit 25ae45a

Please sign in to comment.