We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e162fda commit 563a90dCopy full SHA for 563a90d
1 file changed
Makefile
@@ -14,7 +14,7 @@ DEIS_REGISTRY ?= ${DEV_REGISTRY}
14
IMAGE_PREFIX ?= deis/
15
16
# Kubernetes-specific information for RC, Service, and Image.
17
-RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml
+RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.yaml
18
SVC := contrib/kubernetes/manifests/${SHORT_NAME}-service.yaml
19
IMAGE := ${DEIS_REGISTRY}/${IMAGE_PREFIX}${SHORT_NAME}:${BUILD_TAG}
20
0 commit comments