Open xinnjie opened 1 year ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign alan-ghelardi after the PR has been reviewed.
You can assign the PR to them by writing /assign @alan-ghelardi
in a comment when ready.
The full list of commands accepted by this bot can be found here.
Hi @xinnjie. Thanks for your PR.
I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/cc @avina @enarha
@xinnjie: GitHub didn't allow me to request PR reviews from the following users: avina.
Note that only tektoncd members and repo collaborators can review this PR, and authors cannot review their own PRs.
/release-note-none
@xinnjie: you can only set the release note label to release-note-none if the release-note block in the PR body text is empty or "none".
/ok-to-test
/release-note-none
@xinnjie: you can only set the release note label to release-note-none if the release-note block in the PR body text is empty or "none".
/release-note-none
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
with a justification.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle rotten
Send feedback to tektoncd/plumbing.
Changes
This fix the issue https://github.com/tektoncd/results/issues/522 Kubelet will modify the ownership and permissions of volume to 1001 which Postgres uses after setting
securityContext.fsGroup
. This pr will helper users who want to try out Results not encounter file permission issues.Submitter Checklist
/kind bug These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes