add kustomize manifeste
This commit is contained in:
parent
5d0efa446a
commit
782a0bb9a8
|
@ -0,0 +1,9 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.13.1/cert-manager.yaml
|
||||
|
||||
# kubectl apply -k .
|
||||
# kubectl get pods --namespace cert-manager
|
||||
# kubectl get pods --namespace ingress-nginx
|
Loading…
Reference in New Issue