Is there a way to set an env variable in deployment using kubectl create deployment command
?
controlplane k8s/overlays/staging ➜ kubectl create deployment mysql-deployment --replicas=1 --image=mysql --dry-run=client -o yaml > mysql-depl.yaml
Thanks
Sakshi