Skip to content

Commit 8a69828

Browse files
[FIX] remove ns definition (#39)
Signed-off-by: Nicolas Takashi <[email protected]>
1 parent fe3fd74 commit 8a69828

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

charts/cole/Chart.yaml

Lines changed: 1 addition & 1 deletion
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: 1.4.0
18+
version: 1.4.1
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/cole/templates/role.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
44
name: {{ include "cole.fullname" . }}
5-
namespace: {{ .Values.flags.grafana.namespace }}
65
rules:
76
- apiGroups: [""]
87
resources:

charts/cole/templates/serviceaccount.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ apiVersion: v1
33
kind: ServiceAccount
44
metadata:
55
name: {{ include "cole.serviceAccountName" . }}
6-
namespace: {{ .Values.flags.grafana.namespace }}
76
labels:
87
{{- include "cole.labels" . | nindent 4 }}
98
{{- with .Values.serviceAccount.annotations }}

0 commit comments

Comments
 (0)