Skip to content

Commit

Permalink
Update service-account.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joebowbeer committed Nov 1, 2022
1 parent d5f93ef commit a03af84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lacework-agent/templates/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: cluster-{{ include "lacework-agent.name" . }}-sa
name: cluster-{{ include "lacework-agent.name" . }}-sa
namespace: {{ .Release.Namespace }}
{{- end -}}

0 comments on commit a03af84

Please sign in to comment.