Skip to content
Snippets Groups Projects

Merge ibm helm

Merged Manish Singh requested to merge merge-ibm-helm into master
2 files
+ 0
37
Compare changes
  • Side-by-side
  • Inline
Files
2
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "ibm-schema-config.fullname" . }}-test-connection"
labels:
{{- include "ibm-schema-config.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "ibm-schema-config.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never
Loading