fix: update container name to 'krawl' in deployment.yaml

This commit is contained in:
Lorenzo Venerandi
2026-02-28 15:35:48 +01:00
parent f7416518fe
commit 4194c4585b

View File

@@ -31,7 +31,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
- name: krawl
{{- with .Values.securityContext }}
securityContext:
{{- toYaml . | nindent 12 }}