Skip to content

Instantly share code, notes, and snippets.

@maleck13
Last active June 23, 2018 08:09
Show Gist options
  • Select an option

  • Save maleck13/25bff2a8ba5e63be58f5ec73e9fcfe8f to your computer and use it in GitHub Desktop.

Select an option

Save maleck13/25bff2a8ba5e63be58f5ec73e9fcfe8f to your computer and use it in GitHub Desktop.
shared service crd
{
"apiVersion": "v1alpha1",
"kind": "SharedService",
"metadata": {
"name": "dh-keycloak-apb",
"namespace": "automation-broker",
},
"spec":{
"instances":[{
"serviceInstanceID":"abcd",
"namespace":"shared", //not sure if we need this
"maxSlices":10,
"slices": [""],
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment