-
Notifications
You must be signed in to change notification settings - Fork 3
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 HUB_COMPONENT_DIR implicit variable for deployment hooks #23
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
usability
Related to CLI usability
Comments
akranga
added
enhancement
New feature or request
usability
Related to CLI usability
labels
Jan 19, 2023
akranga
added a commit
that referenced
this issue
Jan 19, 2023
akranga
added a commit
that referenced
this issue
Jan 30, 2023
Also related to #35 . Proposing a breaking change to use
|
Also adding extensions to the lookup. This will allow execution of hooks like Resolve script name as:
Search in directories:
|
akranga
added a commit
that referenced
this issue
Jul 26, 2023
akranga
added a commit
that referenced
this issue
Jul 26, 2023
akranga
added a commit
that referenced
this issue
Jul 27, 2023
akranga
added a commit
that referenced
this issue
Jul 31, 2023
oginskis
pushed a commit
that referenced
this issue
Jul 31, 2023
oginskis
pushed a commit
that referenced
this issue
Jul 31, 2023
oginskis
pushed a commit
that referenced
this issue
Jul 31, 2023
oginskis
pushed a commit
that referenced
this issue
Jul 31, 2023
This was referenced Jul 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
usability
Related to CLI usability
Today we do restrict location where deployment hooks can be found. User will want to interact with artefacts inside component directory. To do so, hubctl should deliver environment variables
HUB_COMPONENT_DIR
- absolute path to component directoryHUB_BASE_DIR
- absolute path to hubfileThis will allow user to write something like
pre-deployment
hook likeThat will seed some additional configuration for helm
The text was updated successfully, but these errors were encountered: