mirror of https://git.rancher.io/rke2-charts
12 lines
480 B
Diff
12 lines
480 B
Diff
|
--- charts-original/templates/clusterrole.yaml
|
||
|
+++ charts/templates/clusterrole.yaml
|
||
|
@@ -8,7 +8,7 @@
|
||
|
app.kubernetes.io/instance: {{ .Release.Name | quote }}
|
||
|
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
|
||
|
{{- if .Values.isClusterService }}
|
||
|
- k8s-app: {{ .Chart.Name | quote }}
|
||
|
+ k8s-app: {{ .Values.k8sApp | default .Chart.Name | quote }}
|
||
|
kubernetes.io/cluster-service: "true"
|
||
|
kubernetes.io/name: "CoreDNS"
|
||
|
{{- end }}
|