Skip to content

Instantly share code, notes, and snippets.

@yifan-gu
Last active December 2, 2016 04:28
Show Gist options
  • Select an option

  • Save yifan-gu/b9a1853fb7c9c271fa5dbe6241564167 to your computer and use it in GitHub Desktop.

Select an option

Save yifan-gu/b9a1853fb7c9c271fa5dbe6241564167 to your computer and use it in GitHub Desktop.
tectonic-staging-alpha-test-payload (don't change)
{
"version": "1.4.5",
"deployments": [
{
"apiVersion": "extensions/v1beta1",
"kind": "Deployment",
"metadata": {
"name": "tectonic-channel-operator",
"namespace": "tectonic-system",
"labels": {
"k8s-app": "tectonic-channel-operator"
}
},
"spec": {
"replicas": 1,
"template": {
"metadata": {
"labels": {
"k8s-app": "tectonic-channel-operator"
}
},
"spec": {
"containers": [
{
"name": "tectonic-channel-operator",
"image": "quay.io/coreos/tectonic-channel-operator:66c69933e6ccc90fdbbc1d5ea2d52e9c943f2dc0-dirty ",
"env": [
{
"name": "CLUSTER_ID",
"valueFrom": {
"configMapKeyRef": {
"name": "tectonic-config",
"key": "clusterID"
}
}
}
],
"volumeMounts": [
{
"name": "certs",
"mountPath": "/etc/ssl/certs"
}
]
}
],
"imagePullSecrets": [
{
"name": "coreos-pull-secret"
}
],
"volumes": [
{
"name": "certs",
"hostPath": {
"path": "/usr/share/ca-certificates"
}
}
]
}
}
}
}
],
"desiredVersions": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment