mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
d5462a2afe
* TM-68 reenabling persistent volume claims using azure files * TM-68 jenkins stackstracee * TM-68 removing duplicate volume * TM-68 pushing storage class yaml file * TM-68 writing all results to the new persistent volume * TM-68 fix wrong directory * TM-68 fix wrong directory * reapply lost merge commit * investigate missing POD from test results * more investigations around pods not executing their tests * make Pod command line more strict with regards to sub command failure * make logs an artifact within jenkins * tidy up command line
8 lines
185 B
YAML
8 lines
185 B
YAML
kind: StorageClass
|
|
apiVersion: storage.k8s.io/v1
|
|
metadata:
|
|
name: testing-storage
|
|
provisioner: kubernetes.io/azure-file
|
|
parameters:
|
|
storageAccount: testrestart
|
|
location: westeurope |