Skip to content

Commit

Permalink
Update test-connection.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Apr 26, 2024
1 parent d3ab131 commit ff69575
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions charts/ratify/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "ratify.fullname" . }}-test-connection"
labels:
{{- include "ratify.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "ratify.fullname" . }}:6001']
restartPolicy: Never

0 comments on commit ff69575

Please sign in to comment.