fix(): removed tests
Some checks failed
Lint and Test Charts / lint-test (push) Has been cancelled

This commit is contained in:
2026-01-20 21:41:58 +01:00
parent 508affc39d
commit 1f98a4b0a7

View File

@@ -1,15 +0,0 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "k8s-cilium-node-label.fullname" . }}-test-connection"
labels:
{{- include "k8s-cilium-node-label.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "k8s-cilium-node-label.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never