Skip to content

Commit 1f417ad

Browse files
authored
Merge pull request #181 from nikki-quant/fix/role-name-override
fix: add default value for clusterRole name override
2 parents 7b685ba + 68c2d31 commit 1f417ad

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

charts/coredns/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.36.0
3+
version: 1.36.1
44
appVersion: 1.11.3
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919
type: application
2020
annotations:
2121
artifacthub.io/changes: |
22-
- kind: changed
23-
description: Add environment variables on container specs
22+
- kind: fix
23+
description: Add default values to chart to fix cluster role name templating issue

charts/coredns/values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ rbac:
8282
# If not set and create is true, a name is generated using the fullname template
8383
# name:
8484

85+
clusterRole:
86+
# By default a name is generated using the fullname template.
87+
# Override here if desired:
88+
nameOverride: ""
89+
8590
# isClusterService specifies whether chart should be deployed as cluster-service or normal k8s app.
8691
isClusterService: true
8792

0 commit comments

Comments
 (0)