Continue organization
This commit is contained in:
parent
4898382f78
commit
b012f8295b
152 changed files with 21348 additions and 18 deletions
15
apps/leafcutter/charts/templates/tests/test-connection.yaml
Normal file
15
apps/leafcutter/charts/templates/tests/test-connection.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: "{{ include "charts.fullname" . }}-test-connection"
|
||||
labels:
|
||||
{{- include "charts.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
"helm.sh/hook": test
|
||||
spec:
|
||||
containers:
|
||||
- name: wget
|
||||
image: busybox
|
||||
command: ['wget']
|
||||
args: ['{{ include "charts.fullname" . }}:{{ .Values.service.port }}']
|
||||
restartPolicy: Never
|
||||
Loading…
Add table
Add a link
Reference in a new issue