-
Notifications
You must be signed in to change notification settings - Fork 558
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
Fix helm chart external-provisioner RBAC not being created if serviceaccount.controller.create false & pick up master branch fixes #377
Conversation
Remove helm chart step from release github workflow
Release v1.2.0
Hi @kbasv. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
- name: Create Helm chart | ||
run: | | ||
tar cvzf helm-chart.tgz helm |
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.
Did we delete this because it was never being used?
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 ported this from master branch. I think @wongma7 has more context on this
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.
Matthew Wong
we have a separate github action just for releasing the helm chart, and we moved the location of the helm chart, so that one was broken. and yes, the tgz is kind of useless since we recommend using helm repo approach
/lgtm |
/ok-to-test |
charts/aws-efs-csi-driver/templates/controller-serviceaccount.yaml
Outdated
Show resolved
Hide resolved
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kbasv, wongma7 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 |
1 similar comment
/retest |
/restart |
1 similar comment
/restart |
/test pull-aws-efs-csi-driver-e2e |
2 similar comments
/test pull-aws-efs-csi-driver-e2e |
/test pull-aws-efs-csi-driver-e2e |
/test pull-aws-efs-csi-driver-e2e |
/test pull-aws-efs-csi-driver-e2e |
Is this a bug fix or adding new feature?
Helm chart update for release 1.2
What is this PR about? / Why do we need it?
What testing is done?