Skip to content

Commit 563a90d

Browse files
committed
bug(make): reference the proper path for k8s rc manifest
1 parent e162fda commit 563a90d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DEIS_REGISTRY ?= ${DEV_REGISTRY}
1414
IMAGE_PREFIX ?= deis/
1515

1616
# Kubernetes-specific information for RC, Service, and Image.
17-
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml
17+
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.yaml
1818
SVC := contrib/kubernetes/manifests/${SHORT_NAME}-service.yaml
1919
IMAGE := ${DEIS_REGISTRY}/${IMAGE_PREFIX}${SHORT_NAME}:${BUILD_TAG}
2020

0 commit comments

Comments
 (0)