Skip to content

Commit 1a8e00c

Browse files
committed
fix
1 parent 2c2ff9f commit 1a8e00c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/odd-tracing-gateway/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.4
18+
version: 0.1.5
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/odd-tracing-gateway/templates/rolebinding.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ roleRef:
1010
apiGroup: rbac.authorization.k8s.io
1111
kind: Role
1212
name: {{ .Values.serviceAccount.roleName }}
13-
namespace: {{ .Release.Namespace }}
1413
subjects:
1514
- kind: ServiceAccount
1615
name: {{ include "odd-tracing-gateway.serviceAccountName" . }}

0 commit comments

Comments
 (0)