[Agent][Deploy] - support pure hostmode
This commit is contained in:
@@ -22,7 +22,11 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-pod
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/busybox
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIP }}:{{ .HarborPort }}/cmii/busybox:latest
|
||||
{{- else }}
|
||||
image: {{ .HarborIP }}/cmii/busybox:latest
|
||||
{{- end }}
|
||||
command:
|
||||
- "/bin/sh"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user