Skip to content

Commit

Permalink
Merge pull request #58 from 7knot/feat/add-necessary-permissions-to-a…
Browse files Browse the repository at this point in the history
…gent

feat: add necessary permissions to agent.
  • Loading branch information
mugioka authored Aug 28, 2022
2 parents 11a1566 + d22c660 commit f1cf120
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/panope/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.8.0
version: 0.8.1

# 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
2 changes: 1 addition & 1 deletion charts/panope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Panope, use Spot VMs/Preemptible VMs in GKE to reduce infrastructure costs while high availability tool

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square)
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square)

## Prerequisites
*GKE 1.19+*
Expand Down
10 changes: 10 additions & 0 deletions charts/panope/templates/agent/cluterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ rules:
- list
- watch
- update
- apiGroups:
- apps
resources:
- replicasets
- daemonsets
- statefulsets
verbs:
- get
- list
- watch

0 comments on commit f1cf120

Please sign in to comment.