e20b7285bf
- Upgrade chart from v1.19.2 to v1.20.2 - Enable enableGatewayAPI via ControllerConfiguration config block so cert-manager watches Gateway resources and issues certs from cert-manager.io/* annotations (required for consul/vault Gateway certs)
15 lines
328 B
YAML
15 lines
328 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../base/cert-manager
|
|
|
|
helmCharts:
|
|
- name: cert-manager
|
|
repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
|
|
version: "v1.20.2"
|
|
releaseName: cert-manager
|
|
namespace: cert-manager
|
|
valuesFile: values.yaml
|