ed1ecc00cc
Pass --api-versions policy/v1/PodDisruptionBudget to helm template so the consul chart's capability check succeeds and renders policy/v1 directly, removing the need for an apiVersion patch.
17 lines
331 B
YAML
17 lines
331 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../base/consul
|
|
|
|
helmCharts:
|
|
- name: consul
|
|
repo: https://helm.releases.hashicorp.com
|
|
version: "1.9.7"
|
|
releaseName: consul
|
|
namespace: consul
|
|
valuesFile: values.yaml
|
|
apiVersions:
|
|
- policy/v1/PodDisruptionBudget
|