-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to pass CSI workspace #1794
Conversation
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/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
Needs 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 <[email protected]>
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
tkn
start likecloses #1668
Signed-off-by: vinamra28 [email protected]
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes