Skip to content

Commit

Permalink
Fix chart rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Aug 3, 2022
1 parent a1e5bac commit 1986d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/pingdom-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pingdom-operator
description: A Helm chart for Kubernetes
type: application
version: 0.0.2
version: 0.0.3
appVersion: 0.0.1
2 changes: 1 addition & 1 deletion helm/pingdom-operator/templates/deploy.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: {{ .Release.Namespace }}-{{ .Release.Name }}
rules:
- apiGroups: ["networking.k8s.io"]
resources: ["ingress"]
resources: ["ingresses"]
verbs: ["get", "watch", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 1986d9d

Please sign in to comment.