Skip to content

Commit

Permalink
helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Aug 31, 2022
1 parent 1edca38 commit 2481ff1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 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.6
version: 0.0.7
appVersion: 0.0.3
41 changes: 32 additions & 9 deletions helm/pingdom-operator/templates/deploy.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,38 @@ kind: ClusterRole
metadata:
name: {{ .Release.Namespace }}-{{ .Release.Name }}
rules:
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "watch", "list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["CustomResourceDefinition"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resouces: ["namespaces"]
verbs: ["get", "watch", "list"]
- verbs:
- get
- watch
- list
apiGroups:
- networking.k8s.io
resources:
- ingresses
- verbs:
- get
- watch
- list
apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions
- verbs:
- get
- list
- watch
apiGroups:
- ''
resources:
- namespaces
- verbs:
- get
- list
- watch
apiGroups:
- 'projectcontour.io'
resources:
- httpproxies
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 2481ff1

Please sign in to comment.