Add watch verb to cert-manager Role for vencrypt

Change-Id: I32717302aee97748574d8767b1d19824577ad41b
This commit is contained in:
Mosher, Jaymes (jm616v) 2023-10-13 10:37:23 -06:00
parent 5e5a52cc04
commit 07c735f632
3 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0 appVersion: v1.0.0
description: OpenStack-Helm libvirt description: OpenStack-Helm libvirt
name: libvirt name: libvirt
version: 0.1.26 version: 0.1.27
home: https://libvirt.org home: https://libvirt.org
sources: sources:
- https://libvirt.org/git/?p=libvirt.git;a=summary - https://libvirt.org/git/?p=libvirt.git;a=summary

View File

@ -41,6 +41,7 @@ rules:
- get - get
- list - list
- create - create
- watch
resources: resources:
- certificates - certificates
- apiGroups: - apiGroups:

View File

@ -27,4 +27,5 @@ libvirt:
- 0.1.24 Include HOSTNAME_FQDN for certificates - 0.1.24 Include HOSTNAME_FQDN for certificates
- 0.1.25 Add 2023.2 Ubuntu Jammy overrides - 0.1.25 Add 2023.2 Ubuntu Jammy overrides
- 0.1.26 Update Rook to 1.12.5 and Ceph to 18.2.0 - 0.1.26 Update Rook to 1.12.5 and Ceph to 18.2.0
- 0.1.27 Add watch verb to vencrypt cert-manager Role
... ...