Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
autoscaler
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
kubernetes
autoscaler
Commits
032f5795
Commit
032f5795
authored
3 years ago
by
Maximilian Rink
Browse files
Options
Downloads
Patches
Plain Diff
fix RBAC for namespaced mode
parent
76bd4cc1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
charts/cluster-autoscaler/Chart.yaml
+1
-1
1 addition, 1 deletion
charts/cluster-autoscaler/Chart.yaml
charts/cluster-autoscaler/templates/role.yaml
+1
-1
1 addition, 1 deletion
charts/cluster-autoscaler/templates/role.yaml
with
2 additions
and
2 deletions
charts/cluster-autoscaler/Chart.yaml
+
1
−
1
View file @
032f5795
...
...
@@ -17,4 +17,4 @@ name: cluster-autoscaler
sources
:
-
https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type
:
application
version
:
9.16.
0
version
:
9.16.
1
This diff is collapsed.
Click to expand it.
charts/cluster-autoscaler/templates/role.yaml
+
1
−
1
View file @
032f5795
...
...
@@ -43,7 +43,7 @@ rules:
-
get
-
update
{{
- end
}}
{{
- if and ( and ( eq .Values.cloudProvider "clusterapi" ) ( not .Values.rbac.clusterScoped ) ( or ( eq .Values.clusterAPIMode "incluster-incluster" ) ( eq .Values.clusterAPIMode "
incluster-
kubeconfig" ) ))
}}
{{
- if and ( and ( eq .Values.cloudProvider "clusterapi" ) ( not .Values.rbac.clusterScoped ) ( or ( eq .Values.clusterAPIMode "incluster-incluster" ) ( eq .Values.clusterAPIMode "kubeconfig
-incluster
" ) ))
}}
-
apiGroups
:
-
cluster.x-k8s.io
resources
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment