From fec726e20d960d4eb7f3758e8632e1cf12b449d6 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Thu, 9 Sep 2021 15:21:11 +0200 Subject: [PATCH] Add configmaps to rbac --- charts/template-operator/Chart.yaml | 2 +- charts/template-operator/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/template-operator/Chart.yaml b/charts/template-operator/Chart.yaml index 9deec1b..b2d5ef4 100644 --- a/charts/template-operator/Chart.yaml +++ b/charts/template-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: template-operator description: A Helm chart for the template operator type: application -version: 0.1.2 +version: 0.1.3 appVersion: 0.1.0 engine: gotpl home: https://github.com/onmetal/template-operator diff --git a/charts/template-operator/values.yaml b/charts/template-operator/values.yaml index 88ab22b..b2434ee 100644 --- a/charts/template-operator/values.yaml +++ b/charts/template-operator/values.yaml @@ -6,6 +6,7 @@ rbac: - "" resources: - secrets + - configmaps image: repository: ghcr.io/onmetal/template-operator