add manifests to archive
This commit is contained in:
4
manifests/delete4/cert-manager/jsonpatch.yaml
Normal file
4
manifests/delete4/cert-manager/jsonpatch.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/-
|
||||
value:
|
||||
--dns01-recursive-nameservers=1.1.1.1:53,8.8.8.8:53
|
16
manifests/delete4/cert-manager/kustomization.yaml
Normal file
16
manifests/delete4/cert-manager/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
---
|
||||
kind: Kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
resources:
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
|
||||
patches:
|
||||
- path: patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: cert-manager
|
||||
patchesJson6902:
|
||||
- path: jsonpatch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: cert-manager
|
13
manifests/delete4/cert-manager/patch.yaml
Normal file
13
manifests/delete4/cert-manager/patch.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: cert-manager
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: cert-manager-controller
|
||||
ports:
|
||||
- containerPort: 9402
|
||||
name: http
|
||||
protocol: TCP
|
16
manifests/delete4/kustomization.yaml
Normal file
16
manifests/delete4/kustomization.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
---
|
||||
kind: Kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
resources:
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
|
||||
patches:
|
||||
- path: patch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: cert-manager
|
||||
patchesJson6902:
|
||||
- path: jsonpatch.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
name: cert-manager
|
Reference in New Issue
Block a user