Skip to content
Snippets Groups Projects
Commit d51e0dbb authored by david.bauer's avatar david.bauer :fire: Committed by julian.baeume
Browse files

Chore: Remove test and add charts dir to .gitignore

parent aac12484
No related branches found
No related tags found
No related merge requests found
......@@ -126,3 +126,4 @@ Thumbs.db
output
package-lock.json
pnpm-lock.yaml
helm/core-ui-middleware/charts/
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "core-ui-middleware.fullname" . }}-test-connection"
labels:
{{- include "core-ui-middleware.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "core-ui-middleware.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment