Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
fix: remove Jx command
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Feb 14, 2019
1 parent 1d84157 commit a6a6815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ OS := $(shell uname)
CHARTS := $(shell ls -d */ | cut -f1 -d'/')
EXAMPLE := activiti-cloud-full-example
name := example
domain := $(shell kubectl get cm ingress-config -o=go-template --template='{{.data.domain}}' -n jx)
domain := REPLACEME

.PHONY: ;

Expand Down

0 comments on commit a6a6815

Please sign in to comment.