Sha256: 3d22152035e4a0286712a5551f10beac9c35a0238a247a50f9974c9f5ac25a5c
Contents?: true
Size: 381 Bytes
Versions: 24
Compression:
Stored size: 381 Bytes
Contents
apiVersion: v1 kind: Pod metadata: name: "{{ include "hyrax.fullname" . }}-test-connection" labels: {{- include "hyrax.labels" . | nindent 4 }} annotations: "helm.sh/hook": test-success spec: containers: - name: wget image: busybox command: ['wget'] args: ['{{ include "hyrax.fullname" . }}:{{ .Values.service.port }}'] restartPolicy: Never
Version data entries
24 entries across 24 versions & 1 rubygems