Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
feat: add service account for vault
Browse files Browse the repository at this point in the history
  • Loading branch information
malo-octo committed Dec 19, 2023
1 parent 65e0094 commit fd77add
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .kontinuous/env/dev/templates/app.vault.serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: vault
1 change: 1 addition & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ app:
imagePackage: app
containerPort: 3000
probesPath: "/healthz"
serviceAccountName: vault
securityContext:
fsGroup: 1001
runAsGroup: 1000
Expand Down

0 comments on commit fd77add

Please sign in to comment.