Skip to content
Snippets Groups Projects

Merge ibm helm

Merged Manish Singh requested to merge merge-ibm-helm into master
23 files
+ 778
0
Compare changes
  • Side-by-side
  • Inline
Files
23
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