First commit
This commit is contained in:
9
helm/templates/wordlists-configmap.yaml
Normal file
9
helm/templates/wordlists-configmap.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "krawl.fullname" . }}-wordlists
|
||||
labels:
|
||||
{{- include "krawl.labels" . | nindent 4 }}
|
||||
data:
|
||||
wordlists.json: |
|
||||
{{- .Values.wordlists | toJson | nindent 4 }}
|
||||
Reference in New Issue
Block a user