Kubernetes yaml deployment – unable to create a symbolic link – Nginx
I am trying to make an nginx deployment and during the container creation, I want to create multiply symbolic links. But for some reason, it doesn't work and the container crashes. apiVersion: apps/v1 kind: Deployment metadata: labels: app: tcc component:…