From 09385c7a93fd13691a47e3ddef988ca4adaa58b4 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 5 Jan 2024 20:31:19 -0500 Subject: [PATCH] bump runtime chart again --- charts/runtime/Chart.yaml | 2 +- .../charts/plural-certmanager-webhook/templates/rbac.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/runtime/Chart.yaml b/charts/runtime/Chart.yaml index ad78aaa..fbe22ef 100644 --- a/charts/runtime/Chart.yaml +++ b/charts/runtime/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: runtime description: Sets up the basic dependencies needed to get a network stack running type: application -version: 0.1.12 +version: 0.1.13 appVersion: "0.1.0" dependencies: - name: external-dns diff --git a/charts/runtime/charts/plural-certmanager-webhook/templates/rbac.yaml b/charts/runtime/charts/plural-certmanager-webhook/templates/rbac.yaml index 2d57505..9154ede 100644 --- a/charts/runtime/charts/plural-certmanager-webhook/templates/rbac.yaml +++ b/charts/runtime/charts/plural-certmanager-webhook/templates/rbac.yaml @@ -87,7 +87,7 @@ subjects: - apiGroup: "" kind: ServiceAccount name: {{ .Values.certManager.serviceAccountName }} - namespace: {{ .Release.Namespace }} + namespace: {{ .Values.certManager.namespace | default .Release.Namespace }} --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding