Hacker News new | ask | show | jobs
by mystifyingpoi 274 days ago
As I said, it's subjective. I like this

    image: my-repo.com/my-app:v1
    imagePullPolicy: Always
more than this

    image: "my-repo.com/my-app:v1"
    imagePullPolicy: "Always"
That's all. Not sure about quoting keys though.