Type was not changed when repository was moved

update type after repo moved to application-dm-templates
otherwise templates can't be expanded
This commit is contained in:
runseb
2015-12-08 22:59:59 +01:00
parent 40fc0bd1ee
commit 9fa48bdf70
+1 -1
View File
@@ -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 }}