Hi All,
Is there a complete list of optional variables that can be used for "azure-aks-helm-deploy:2.0.0"
e.g - HELM_VERSION; HELM_RELEASE_NAME, etc'.
Regards
Asaf.
Hi @Asaf Moalem
Thank you for your question!
More detail for the azure-aks-helm-deploy pipe you could find in the pipe's repository.
script: - pipe: atlassian/azure-aks-helm-deploy:2.0.0 variables: AZURE_APP_ID: '<string>' AZURE_PASSWORD: '<string>' AZURE_TENANT_ID: '<string>' AZURE_AKS_NAME: '<string>' AZURE_RESOURCE_GROUP: '<string>' # HELM_VERSION: '<string>' # HELM_RELEASE_NAME: '<string>' # HELM_CHART_NAME: '<string>' # HELM_CHART_DIR: '<string>' # HELM_COMMAND: '<string>' # HELM_COMMAND_WAIT: '<string>' # HELM_UPGRADE_INSTALL_IF_NOT_PRESENT: '<string>' # DEBUG: '<boolean>' # Optional
Best regards,
Oleksandr Kyrdan
Thanks for the answer, I already worked with this manual, but i found from other forums other variables that are not listed here,
example - "HELM_COMMAND_ARGS"
and wanted to know if there any more or where i can dig out the list?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Asaf Moalem
Yes, you are right, this variable is not described in the docs.
We'll add it to the Readme soon.
Also, code of the pipe is public. If you have any improvements and ideas how to make the pipe better, your PRs are welcome. 👍
Thank your for your contribution to the community!
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.