Skip to content

Instantly share code, notes, and snippets.

@cpanato
Created September 25, 2018 17:05
Show Gist options
  • Save cpanato/5252ba9d3362aa60d8dde9d2844dc0af to your computer and use it in GitHub Desktop.
Save cpanato/5252ba9d3362aa60d8dde9d2844dc0af to your computer and use it in GitHub Desktop.
.testenv for helm chart testing
# 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