Answers for "shell script for creating a pod using helm"

0

shell script for creating a pod using helm

helm install 
  cert-manager jetstack/cert-manager 
  --namespace cert-manager 
  --create-namespace 
  --version v1.5.4 
  --set installCRDs=true
kubectl apply -f deploy/cert-manager/cluster-issuers.yaml
Posted by: Guest on February-21-2022

Code answers related to "shell script for creating a pod using helm"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language