Fix migration workflow: upload as artifact instead of scp to practice EC2
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{{- if .Values.web.enabled }}
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -58,3 +59,4 @@ spec:
|
||||
{{- if and (eq .Values.web.service.type "NodePort") .Values.web.service.nodePort }}
|
||||
nodePort: {{ .Values.web.service.nodePort }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user