Add support to pass CSI workspace#1794
Conversation
|
/retest |
vdemeester
left a comment
There was a problem hiding this comment.
I think we should document this a bit more somehow, as initially it wasn't really clear to me that it would load a file. Other than this, looks good to me 👍🏼
yeah makes sense. Will be adding this and improving the code a little bit more |
45dca48 to
e4c86a5
Compare
|
/retest |
91c0b2c to
b8d30ff
Compare
b8d30ff to
8293379
Compare
|
/retest |
946a4fb to
51023ed
Compare
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/retest |
51023ed to
509171c
Compare
|
/retest |
|
@vinamra28 seems like this is breaking because of 0.43 release |
Since Pipelines version v0.38.0, an user can pass CSI Volume as a workspace. A sample CSI file can look like ```yaml driver: secrets-store.csi.k8s.io readOnly: true volumeAttributes: secretProviderClass: "vault-database" ``` This requires feature flag to be alpha. Once feature flag is enabled user can pass in `tkn` start like ```sh $ tkn pipeline start foobar -w=csiFile=csi.yaml ``` Signed-off-by: vinamra28 <jvinamra776@gmail.com>
509171c to
e9a8ad8
Compare
|
/lgtm |
|
/retest |
Changes
Since Pipelines version v0.38.0, an user can pass CSI Volume
as a workspace. A sample CSI file can look like
This requires feature flag to be alpha. Once feature flag is enabled
user can pass in
tknstart likecloses #1668
Signed-off-by: vinamra28 jvinamra776@gmail.com
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make checkmake generatedSee the contribution guide
for more details.
Release Notes