move to project lifecycle structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- op: replace # action
|
||||
path: /data/config.json # resource we want to change
|
||||
value: |-
|
||||
{
|
||||
"storageClassConfigs": {
|
||||
"ssd": {
|
||||
"sharedFileSystemPath": "/opt/local-path-provisioner/ssd"
|
||||
},
|
||||
"hdd": {
|
||||
"sharedFileSystemPath": "/opt/local-path-provisioner/hdd"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user