Created
May 3, 2019 10:51
-
-
Save 27Bslash6/f99db68fe5505d614d30edfadbc93c1a to your computer and use it in GitHub Desktop.
blort
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
RELEASE := p4-rocketchat | |
NAMESPACE ?= rocketchat | |
CHART_NAME ?= stable/rocketchat | |
CHART_VERSION ?= 0.3.4 | |
fnord: | |
helm upgrade --install --force --wait $(HELM_RELEASE) \ | |
--namespace=$(NAMESPACE) \ | |
--version $(CHART_VERSION) \ | |
-f values.yaml \ | |
$(CHART_NAME) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment