Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
dcadec6b
Unverified
Commit
dcadec6b
authored
Mar 11, 2022
by
Markus Mahlberg
Committed by
GitHub
Mar 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate roleRef (#431) (#432)
parent
4d96c2b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Chart.yaml
charts/kapacitor/Chart.yaml
+1
-1
rolebinding.yaml
charts/kapacitor/templates/rolebinding.yaml
+0
-4
No files found.
charts/kapacitor/Chart.yaml
View file @
dcadec6b
apiVersion
:
v1
name
:
kapacitor
version
:
1.4.
3
version
:
1.4.
4
appVersion
:
1.6.3
description
:
InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB.
...
...
charts/kapacitor/templates/rolebinding.yaml
View file @
dcadec6b
...
...
@@ -13,10 +13,6 @@ metadata:
release
:
"
{{
.Release.Name
}}"
heritage
:
"
{{
.Release.Service
}}"
app
:
{{
template "kapacitor.fullname" .
}}
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
Role
name
:
{{
template "kapacitor.fullname" .
}}
subjects
:
-
kind
:
ServiceAccount
name
:
{{
template "kapacitor.serviceAccountName" .
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment