Skip to content

Commit

Permalink
Update Manifests (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyakonduri authored Mar 24, 2023
1 parent 678a415 commit 0e8d2d9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ metadata:
"tolerations": null
},
"replicas": 2,
"sideCars": null,
"storageCapacity": true
}
}
Expand Down Expand Up @@ -393,7 +394,20 @@ metadata:
}
],
"node": {
"envs": null,
"envs": [
{
"name": "X_CSI_APPROVE_SDC_ENABLED",
"value": "false"
},
{
"name": "X_CSI_RENAME_SDC_ENABLED",
"value": "false"
},
{
"name": "X_CSI_RENAME_SDC_PREFIX",
"value": "sdc-test"
}
],
"nodeSelector": null,
"tolerations": null
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ metadata:
"tolerations": null
},
"replicas": 2,
"sideCars": null,
"storageCapacity": true
}
}
Expand Down Expand Up @@ -393,7 +394,20 @@ metadata:
}
],
"node": {
"envs": null,
"envs": [
{
"name": "X_CSI_APPROVE_SDC_ENABLED",
"value": "false"
},
{
"name": "X_CSI_RENAME_SDC_ENABLED",
"value": "false"
},
{
"name": "X_CSI_RENAME_SDC_PREFIX",
"value": "sdc-test"
}
],
"nodeSelector": null,
"tolerations": null
},
Expand Down

0 comments on commit 0e8d2d9

Please sign in to comment.