From b1e8e22fadf98356590b428ec65b4299c1da9883 Mon Sep 17 00:00:00 2001 From: Krisztian Lengyel Date: Mon, 26 Aug 2019 16:10:47 +0200 Subject: [PATCH] Update DANM RBAC Update DANM RBAC for version 5e15d4e322fc5ff89b06ac70bd83b5ce4c09d0df Change-Id: I57f0632cd641eb8b13f3a17321374f4ea38e6e44 Signed-off-by: Krisztian Lengyel --- rbac_manifests/danm-webhook.yaml | 1 + rpmbuild.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rbac_manifests/danm-webhook.yaml b/rbac_manifests/danm-webhook.yaml index 356321b..f94f7b1 100644 --- a/rbac_manifests/danm-webhook.yaml +++ b/rbac_manifests/danm-webhook.yaml @@ -27,6 +27,7 @@ rules: - apiGroups: - danm.k8s.io resources: + - danmeps - tenantconfigs verbs: [ "*" ] --- diff --git a/rpmbuild.spec b/rpmbuild.spec index 2067dbc..09c0510 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -15,7 +15,7 @@ %define COMPONENT security %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.0.0 -%define RPM_MINOR_VERSION 4 +%define RPM_MINOR_VERSION 5 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} -- 2.16.6