From 6ef4da36cf7e34b44bc622036953d777568b00b4 Mon Sep 17 00:00:00 2001 From: Robert Leenders Date: Thu, 19 Nov 2015 15:30:14 -0800 Subject: [PATCH] Updates type references --- templates/nfs/v1/nfs.jinja | 2 +- templates/nfs/v1/nfs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nfs/v1/nfs.jinja b/templates/nfs/v1/nfs.jinja index d8aca3117..12da6e3bf 100644 --- a/templates/nfs/v1/nfs.jinja +++ b/templates/nfs/v1/nfs.jinja @@ -7,7 +7,7 @@ resources: - name: nfs - type: https://raw.githubusercontent.com/leendersr/deployment-manager/master/templates/replicatedservice/v2/replicatedservice.py + type: https://raw.githubusercontent.com/kubernetes/deployment-manager/master/templates/replicatedservice/v2/replicatedservice.py properties: service_port: {{ SERVER_PORT }} container_port: {{ SERVER_PORT }} diff --git a/templates/nfs/v1/nfs.yaml b/templates/nfs/v1/nfs.yaml index 4d5c68d8a..650a12f85 100644 --- a/templates/nfs/v1/nfs.yaml +++ b/templates/nfs/v1/nfs.yaml @@ -1,2 +1,2 @@ - name: nfs - type: https://raw.githubusercontent.com/leendersr/deployment-manager/master/templates/nfs/v1/nfs.jinja + type: https://raw.githubusercontent.com/kubernetes/deployment-manager/master/templates/nfs/v1/nfs.jinja