mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 16:25:24 +00:00
* added Helm chart * Update deployment name in hap.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io> Co-authored-by: Shubham Rasal <shubhamdharmarasal@gmail.com>
13 lines
318 B
YAML
13 lines
318 B
YAML
{{- if .Values.serviceAccount.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "nuclei.serviceAccountName" . }}
|
|
labels:
|
|
{{- include "nuclei.labels" . | nindent 4 }}
|
|
{{- with .Values.serviceAccount.annotations }}
|
|
annotations:
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
{{- end }}
|