Skip to content

Commit f4213e2

Browse files
authored
Add missing quotes in readme
1 parent e55d6dd commit f4213e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/jaeger/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.53.0
33
description: A Jaeger Helm chart for Kubernetes
44
name: jaeger
55
type: application
6-
version: 3.0.9
6+
version: 3.0.10
77
# CronJobs require v1.21
88
kubeVersion: ">= 1.21-0"
99
keywords:

charts/jaeger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ extraObjects:
399399
- apiVersion: rbac.authorization.k8s.io/v1
400400
kind: RoleBinding
401401
metadata:
402-
name: {{ .Release.Name }}-someRoleBinding
402+
name: "{{ .Release.Name }}-someRoleBinding"
403403
roleRef:
404404
apiGroup: rbac.authorization.k8s.io
405405
kind: Role

0 commit comments

Comments
 (0)