Skip to content

Instantly share code, notes, and snippets.

@pulumipus
Last active July 17, 2020 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pulumipus/0520c6f917eaf0a532b99a2279d71118 to your computer and use it in GitHub Desktop.
Save pulumipus/0520c6f917eaf0a532b99a2279d71118 to your computer and use it in GitHub Desktop.
volumeClaimTemplates: [
{
metadata: {
name: "data",
labels: {
app: "mariadb",
component: "master",
release: "example",
}
},
spec: {
accessModes: [
"ReadWriteOnce"
],
resources: {
requests: {
storage: "8Gi"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment