Skip to content

Commit

Permalink
Merge dev to dev-to-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-on-aws-manager-app[bot] authored Jan 24, 2025
2 parents 16e020c + 17ddf66 commit 7cc42ff
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 @@ -43,6 +43,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 7cc42ff

Please sign in to comment.