Commit 1a8e00c 1 parent 2c2ff9f commit 1a8e00c Copy full SHA for 1a8e00c
File tree 2 files changed +1
-2
lines changed
charts/odd-tracing-gateway
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.4
18
+ version : 0.1.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ roleRef:
10
10
apiGroup : rbac.authorization.k8s.io
11
11
kind : Role
12
12
name : {{ .Values.serviceAccount.roleName }}
13
- namespace : {{ .Release.Namespace }}
14
13
subjects :
15
14
- kind : ServiceAccount
16
15
name : {{ include "odd-tracing-gateway.serviceAccountName" . }}
You can’t perform that action at this time.
0 commit comments