Skip to content

Commit

Permalink
fix: charts to support v0.3.1 fastly-controller (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Sep 27, 2022
1 parent 3622145 commit 8d0f1cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/fastly-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ kubeVersion: ">= 1.22.0-0"

type: application

version: 0.3.0
version: 0.3.1

appVersion: v0.3.0
appVersion: v0.3.1
4 changes: 3 additions & 1 deletion charts/fastly-controller/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ metadata:
rules:
- apiGroups:
- ""
- coordination.k8s.io
resources:
- configmaps
- leases
verbs:
- get
- list
Expand All @@ -30,4 +32,4 @@ rules:
resources:
- events
verbs:
- create
- create

0 comments on commit 8d0f1cc

Please sign in to comment.