mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user