Skip to content

Commit

Permalink
change admin user job to be a post install helm hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Mar 26, 2024
1 parent 84dc94c commit df38f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/netmaker/templates/netmaker-admin-user-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ apiVersion: batch/v1
kind: Job
metadata:
name: setup-initial-user-job
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-delete-policy": hook-succeeded
spec:
template:
metadata:
Expand Down

0 comments on commit df38f8a

Please sign in to comment.