From 9fa48bdf7087f90f366827a5864343cd8b7a4065 Mon Sep 17 00:00:00 2001 From: runseb Date: Tue, 8 Dec 2015 22:59:59 +0100 Subject: [PATCH] Type was not changed when repository was moved update type after repo moved to application-dm-templates otherwise templates can't be expanded --- storage/nfs/v1/nfs.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/nfs/v1/nfs.jinja b/storage/nfs/v1/nfs.jinja index 12da6e3bfa..3b0d54b8f8 100644 --- a/storage/nfs/v1/nfs.jinja +++ b/storage/nfs/v1/nfs.jinja @@ -7,7 +7,7 @@ resources: - name: nfs - type: https://raw.githubusercontent.com/kubernetes/deployment-manager/master/templates/replicatedservice/v2/replicatedservice.py + type: github.com/kubernetes/application-dm-templates/common/replicatedservice:v2 properties: service_port: {{ SERVER_PORT }} container_port: {{ SERVER_PORT }}