-
Notifications
You must be signed in to change notification settings - Fork 555
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
helm: add extraDeploy option #4260
Conversation
Hi @mustdiechik , thanks for the PR! Could you explain a little how this can be used, what advantage does it have? I am not very familiar with Helm common practices, so a pointer to this recommendation would help me. Please also document the new option in the |
with this options i deploy additional PVC because I have few pools (ssd\hdd). |
Thanks for explaining, that sounds reasonable to me. Could you add that to the documentation, so that other users are aware of the option? |
a5737b5
to
d1beaa5
Compare
d1beaa5
to
cb02f8e
Compare
@Mergifyio rebase |
To deploy additional manifests with the release. Signed-off-by: Ruslan Khizhnyak <[email protected]>
✅ Branch has been successfully rebased |
cb02f8e
to
2e2ea24
Compare
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at ec29ec1 |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
To deploy additional manifests with the release.