Change the key from Dockerfile to dockerfile in module loader ConfigMap

This commit is contained in:
M. Mert Yildiran 2023-08-11 17:15:12 +03:00
parent 7ec1f595a1
commit 1a0625d37c
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -6,7 +6,7 @@ metadata:
labels:
{{- include "kubeshark.labels" . | nindent 4 }}
data:
Dockerfile: |
dockerfile: |
### Builder image
ARG TARGETARCH=amd64
FROM ${TARGETARCH}/debian:bullseye AS builder