EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit e8a04582 authored by Stephan's avatar Stephan
Browse files

adding test

parent fa4515ce
No related branches found
No related tags found
2 merge requests!37Chart,!36Staging to master to prepare 1.0.0 release
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "vs.fullname" . }}-test-connection"
labels:
{{- include "vs.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "vs.fullname" . }}-renderer:{{ .Values.service.port }}']
restartPolicy: Never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment