diff --git a/cluster/manifests/deployment-service/status-service-deployment.yaml b/cluster/manifests/deployment-service/status-service-deployment.yaml index 6572422ce6..85776d54ea 100644 --- a/cluster/manifests/deployment-service/status-service-deployment.yaml +++ b/cluster/manifests/deployment-service/status-service-deployment.yaml @@ -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 diff --git a/cluster/manifests/deployment-service/status-service-rbac.yaml b/cluster/manifests/deployment-service/status-service-rbac.yaml index 93a1fd7a56..68f32d0667 100644 --- a/cluster/manifests/deployment-service/status-service-rbac.yaml +++ b/cluster/manifests/deployment-service/status-service-rbac.yaml @@ -43,6 +43,11 @@ rules: - eventtypesubscriptions - nakadisqlqueries verbs: ["get", "list", "watch"] + - apiGroups: + - acid.zalan.do + resources: + - postgresqls + verbs: ["get", "list", "watch"] - apiGroups: - "" resources: