Skip to content

Commit

Permalink
Merge pull request #8811 from zalando-incubator/container-registry.za…
Browse files Browse the repository at this point in the history
…lando.net/teapot/deployment-status-service

deployment-status-service: Update to version master-237
  • Loading branch information
mikkeloscar authored Jan 24, 2025
2 parents cee2bd9 + f62524c commit 17ddf66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-236" }}
# {{ $image := "container-registry.zalando.net/teapot/deployment-status-service:master-237" }}
# {{ $version := index (split $image ":") 1 }}

apiVersion: apps/v1
Expand Down
5 changes: 5 additions & 0 deletions cluster/manifests/deployment-service/status-service-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ rules:
- eventtypesubscriptions
- nakadisqlqueries
verbs: ["get", "list", "watch"]
- apiGroups:
- acid.zalan.do
resources:
- postgresqls
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 17ddf66

Please sign in to comment.