1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Merge pull request #102 from cnmcavoy/cnmcavoy/fix-leader-rbac

Add RBAC for leader election in the helm chart
This commit is contained in:
paul-the-alien[bot] 2021-04-08 16:57:24 +00:00 committed by GitHub
commit 904124c5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: external-secrets
description: External secret management for Kubernetes
type: application
version: "0.1.0"
version: "0.1.1"
appVersion: "0.1.0"
kubeVersion: ">= 1.11.0"
keywords:

View file

@ -82,6 +82,14 @@ rules:
- "configmaps"
verbs:
- "create"
- apiGroups:
- "coordination.k8s.io"
resources:
- "leases"
verbs:
- "get"
- "update"
- "patch"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding