Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
added pre-hook for ServiceAccount creation
Browse files Browse the repository at this point in the history
    Signed-off-by: Eugenio Marzo <eugenio.marzo@sourcesense.com>
  • Loading branch information
lucky-sideburn committed Nov 11, 2019
1 parent 756ad88 commit c77ed6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stable/kubeinvaders/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
"helm.sh/hook": "pre-install"
name: kubeinvaders
labels:
app: kubeinvaders
Expand Down

0 comments on commit c77ed6b

Please sign in to comment.