From 68c2d312c98985a52c03f1a595b33845a71d4cde Mon Sep 17 00:00:00 2001 From: Nikki Bailey Date: Mon, 28 Oct 2024 14:27:42 +0000 Subject: [PATCH] fix: add default value for clusterRole name override Signed-off-by: Nikki Bailey --- charts/coredns/Chart.yaml | 6 +++--- charts/coredns/values.yaml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 62392a2..8e9f3bc 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: coredns -version: 1.36.0 +version: 1.36.1 appVersion: 1.11.3 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png @@ -19,5 +19,5 @@ maintainers: type: application annotations: artifacthub.io/changes: | - - kind: changed - description: Add environment variables on container specs + - kind: fix + description: Add default values to chart to fix cluster role name templating issue diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 4c1333f..a5d70f3 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -82,6 +82,11 @@ rbac: # If not set and create is true, a name is generated using the fullname template # name: +clusterRole: + # By default a name is generated using the fullname template. + # Override here if desired: + nameOverride: "" + # isClusterService specifies whether chart should be deployed as cluster-service or normal k8s app. isClusterService: true