1package kube 2 3deployment: headchef: _kitchenDeployment & { 4 image: "gcr.io/myproj/headchef:v0.2.16" 5 volume: "secret-headchef": mountPath: "/sslcerts" 6}
View as plain text