|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Pod
|
|
|
|
|
metadata:
|
|
|
|
|
name: "{{ include "rsyncd.fullname" . }}-test-connection"
|
|
|
|
|
name: "{{ include "omada-controller.fullname" . }}-test-connection"
|
|
|
|
|
labels:
|
|
|
|
|
{{- include "rsyncd.labels" . | nindent 4 }}
|
|
|
|
|
{{- include "omada-controller.labels" . | nindent 4 }}
|
|
|
|
|
annotations:
|
|
|
|
|
"helm.sh/hook": test-success
|
|
|
|
|
spec:
|
|
|
|
|
@ -11,5 +11,5 @@ spec:
|
|
|
|
|
- name: wget
|
|
|
|
|
image: busybox
|
|
|
|
|
command: ['wget']
|
|
|
|
|
args: ['{{ include "rsyncd.fullname" . }}:{{ .Values.service.port }}']
|
|
|
|
|
args: ['{{ include "omada-controller.fullname" . }}:{{ .Values.service.port }}']
|
|
|
|
|
restartPolicy: Never
|
|
|
|
|
|