Created
June 4, 2019 17:59
-
-
Save cnicolov/2f07716c9192ff01f549db0d2290924a to your computer and use it in GitHub Desktop.
This file contains 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
maxReplicas: 3 |
This file contains 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
#!/usr/bin/env bash | |
touch "${CUSTDEP}.yml" | |
helm upgrade -f ./defaults.yml -f "${CUSTDEP}.yml" |
This file contains 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
maxReplicas: 13 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment