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