|
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 |