Compare commits
No commits in common. "5b275afd4a05207d164eb9b78bebed81a93964c4" and "fb5d087b274bc6e2c53c62877e5214219a98ccc4" have entirely different histories.
5b275afd4a
...
fb5d087b27
@ -1,15 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: "{{ include "droneRunner.fullname" . }}-test-connection"
|
||||
labels:
|
||||
{{- include "droneRunner.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
"helm.sh/hook": test
|
||||
spec:
|
||||
containers:
|
||||
- name: wget
|
||||
image: busybox
|
||||
command: ['wget']
|
||||
args: ['{{ include "droneRunner.fullname" . }}:{{ .Values.service.port }}']
|
||||
restartPolicy: Never
|
Loading…
Reference in New Issue
Block a user