changed version number
This commit is contained in:
parent
8b6134403c
commit
d4ba123a8f
11 changed files with 0 additions and 0 deletions
|
|
@ -1,15 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: "{{ include "vp-web.fullname" . }}-test-connection"
|
||||
labels:
|
||||
{{- include "vp-web.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
"helm.sh/hook": test
|
||||
spec:
|
||||
containers:
|
||||
- name: wget
|
||||
image: busybox
|
||||
command: ['wget']
|
||||
args: ['{{ include "vp-web.fullname" . }}:{{ .Values.service.port }}']
|
||||
restartPolicy: Never
|
||||
Loading…
Add table
Add a link
Reference in a new issue