update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c3f0b27999
commit
112ae73203
|
@ -36,7 +36,6 @@ steps:
|
|||
chart: ./{{ .Root }}/deploy
|
||||
release: api-{{ .Name }}
|
||||
wait: true
|
||||
debug: true
|
||||
namespace: {{ .NameSpace }}
|
||||
values:
|
||||
- nameSpace={{ .NameSpace }}
|
||||
|
|
|
@ -36,7 +36,6 @@ steps:
|
|||
chart: ./{{ .Root }}/deploy
|
||||
release: api-{{ .Name }}-test
|
||||
wait: true
|
||||
debug: true
|
||||
namespace: {{ .NameSpace }}
|
||||
values:
|
||||
- nameSpace={{ .NameSpace }}
|
||||
|
|
|
@ -36,7 +36,6 @@ steps:
|
|||
chart: ./{{ .Root }}/deploy
|
||||
release: service-{{ .Name }}
|
||||
wait: true
|
||||
debug: true
|
||||
namespace: {{ .NameSpace }}
|
||||
values:
|
||||
- nameSpace={{ .NameSpace }}
|
||||
|
|
|
@ -36,7 +36,6 @@ steps:
|
|||
chart: ./{{ .Root }}/deploy
|
||||
release: service-{{ .Name }}-test
|
||||
wait: true
|
||||
debug: true
|
||||
namespace: {{ .NameSpace }}
|
||||
values:
|
||||
- nameSpace={{ .NameSpace }}
|
||||
|
|
Loading…
Reference in New Issue