rename helper

master
Marius Ensrud 5 years ago
parent 16129057fb
commit 20ec1fe4b0

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

Loading…
Cancel
Save