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