29 lines
598 B
YAML
29 lines
598 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
transformers:
|
|
- |-
|
|
apiVersion: builtin
|
|
kind: NamespaceTransformer
|
|
metadata:
|
|
name: notImportantHere
|
|
namespace: cert-manager
|
|
unsetOnly: true
|
|
|
|
namePrefix: cert-manager-
|
|
resources:
|
|
- ../../../kustomize/bases/helmchart-noaddons
|
|
- extra/cloudflare-token.yaml
|
|
|
|
patches:
|
|
- path: patches/chart.yaml
|
|
target:
|
|
kind: HelmChart
|
|
name: chart
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/appName: cert-manager
|
|
- pairs:
|
|
app.kubernetes.io/appNamespace: cert-manager
|