Skip to content

Instantly share code, notes, and snippets.

@varshavaradarajan
Last active February 4, 2019 17:44
Show Gist options
  • Save varshavaradarajan/e364dc33fea3b47adaf216c031a1304f to your computer and use it in GitHub Desktop.
Save varshavaradarajan/e364dc33fea3b47adaf216c031a1304f to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "test-pod-json",
"labels": {
"app": "gocd-agent"
},
"annotations": {
"annotation-key": "my-fancy-annotation-value"
}
},
"spec": {
"containers": [
{
"name": "gocd-agent-container",
"image": "gocd/gocd-agent-alpine-3.8:v19.1.0",
"imagePullPolicy": "Always",
"env": [
{
"name": "DEMO_ENV",
"value": "DEMO_FANCY_VALUE"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment