You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
633 B
36 lines
633 B
bases:
|
|
- ../../base
|
|
|
|
resources:
|
|
- certificate.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- mutating-webhook-configuration.yaml
|
|
- deployment.yaml
|
|
|
|
configMapGenerator:
|
|
- name: admission-webhook-parameters
|
|
behavior: merge
|
|
env: params.env
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
vars:
|
|
- name: issuer
|
|
objref:
|
|
kind: ConfigMap
|
|
name: admission-webhook-parameters
|
|
apiVersion: v1
|
|
fieldref:
|
|
fieldpath: data.issuer
|
|
- name: cert_name
|
|
objref:
|
|
kind: Certificate
|
|
group: cert-manager.io
|
|
version: v1alpha2
|
|
name: admission-webhook-cert
|
|
fieldref:
|
|
fieldpath: metadata.name
|
|
|
|
configurations:
|
|
- params.yaml
|