Skip to content

Commit

Permalink
Update agent proxy roles to read cluster autoscaler and karpenter (#842)
Browse files Browse the repository at this point in the history
* Update agent proxy roles to read cluster autoscaler and karpenter
resoures

* Update tfy-agent-proxy-clusterrole-ns.yaml
  • Loading branch information
chiragjn authored Dec 4, 2024
1 parent 0390838 commit 1488fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tfy-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.42
version: 0.2.43

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ rules:
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["list"]

- apiGroups: ["karpenter.k8s.aws", "karpenter.sh"]
resources: ["ec2nodeclasses", "nodepools"]
verbs: ["list"]
{{- else }}
- apiGroups: ["*"]
resources: ["*"]
Expand Down

0 comments on commit 1488fb9

Please sign in to comment.