Created
September 25, 2018 17:05
-
-
Save cpanato/5252ba9d3362aa60d8dde9d2844dc0af to your computer and use it in GitHub Desktop.
.testenv for helm chart testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The name of the Git remote | |
REMOTE=origin | |
# The name of the Git target branch | |
TARGET_BRANCH=master | |
# Chart directories separated by a space | |
CHART_DIRS=( | |
mattermost-helm | |
) | |
# Charts that should be skipped | |
EXCLUDED_CHARTS=( | |
) | |
# Additional chart repos to add (<name>=<url>), separated by a space | |
CHART_REPOS=( | |
incubator=https://kubernetes-charts-incubator.storage.googleapis.com/ | |
) | |
TIMEOUT=600 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment