From 44d7d9dd627a99d914a0795c368c380f04f2c503 Mon Sep 17 00:00:00 2001 From: Eloy Maillo <14107036+herodes1991@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:22:10 +0100 Subject: [PATCH] Add permissions for applications/status (#216) --- helm/fiaas-deploy-daemon/templates/role.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/helm/fiaas-deploy-daemon/templates/role.yaml b/helm/fiaas-deploy-daemon/templates/role.yaml index 49557f4d..e3c74e40 100644 --- a/helm/fiaas-deploy-daemon/templates/role.yaml +++ b/helm/fiaas-deploy-daemon/templates/role.yaml @@ -31,6 +31,17 @@ rules: - list - update - watch +- apiGroups: + - fiaas.schibsted.io + resources: + - applications/status + verbs: + - create + - delete + - get + - list + - update + - watch - apiGroups: - "" - apps