Skip to content
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

Reusable unhelm.sh #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Reusable unhelm.sh #3

wants to merge 4 commits into from

Conversation

solsson
Copy link
Contributor

@solsson solsson commented Jun 26, 2023

For example, with values yaml file name as arg:

#!/usr/bin/env bash -e
UNHELM_REF=a3addefaa4a1213342b7d499e7b801ecf23189d2
curl -sLS "https://raw.githubusercontent.com/Yolean/unhelm/$UNHELM_REF/unhelm.sh" | bash -s -- $@

Or for a specific file

curl -sLS https://raw.githubusercontent.com/Yolean/unhelm/a3addefaa4a1213342b7d499e7b801ecf23189d2/unhelm.sh | bash -s -- chart.variant.values.yaml

solsson added a commit to Yolean/ystack that referenced this pull request Jun 26, 2023
solsson added a commit to Yolean/ystack that referenced this pull request Jul 10, 2023
@solsson solsson force-pushed the reusable-unhelm-sh branch from c35c29d to 0497966 Compare December 8, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant