feat: add cert-manager fleet bundle configuration
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
kind: Bundle
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
|
||||||
|
defaultNamespace: cert-manager
|
||||||
|
|
||||||
|
helm:
|
||||||
|
chart: jetstack/cert-manager
|
||||||
|
version: "1.20.2"
|
||||||
|
releaseName: cert-manager
|
||||||
|
repo: https://charts.jetstack.io
|
||||||
|
|
||||||
|
values:
|
||||||
|
config:
|
||||||
|
enableGatewayAPI: true
|
||||||
|
crds:
|
||||||
|
enabled: true
|
||||||
Reference in New Issue
Block a user