forked from public/stack
k/cert-manager: initial commit
This commit is contained in:
parent
1a3cdd1591
commit
f28db63026
|
@ -0,0 +1,25 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: cert-manager
|
||||
bases:
|
||||
- https://github.com/james-callahan/cert-manager-kustomize?ref=b9560b4603bffac901c99d7d9d16e5e2a07e44d8
|
||||
resources:
|
||||
- namespace.yaml
|
||||
replacements:
|
||||
- source:
|
||||
kind: Deployment
|
||||
name: cert-manager-webhook
|
||||
fieldPath: metadata.namespace
|
||||
targets:
|
||||
- select:
|
||||
kind: MutatingWebhookConfiguration
|
||||
fieldPaths:
|
||||
- metadata.annotations.[cert-manager.io/inject-ca-from-secret]
|
||||
options:
|
||||
delimiter: /
|
||||
- select:
|
||||
kind: ValidatingWebhookConfiguration
|
||||
fieldPaths:
|
||||
- metadata.annotations.[cert-manager.io/inject-ca-from-secret]
|
||||
options:
|
||||
delimiter: /
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
Loading…
Reference in New Issue