Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 38a5154

Browse files
committed
Fix ParseDefinition name
1 parent ed9f82c commit 38a5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: "execution.experimental.securecodebox.io/v1"
22
kind: ParseDefinition
33
metadata:
4-
name: "kube-hunter"
4+
name: "kube-hunter-json"
55
spec:
66
handlesResultsType: kube-hunter-json
77
image: "{{ .Values.parserImage.registry }}/{{ .Values.parserImage.repository }}:{{ .Values.parserImage.tag }}"

0 commit comments

Comments
 (0)