Skip to content

Commit

Permalink
try1
Browse files Browse the repository at this point in the history
  • Loading branch information
womfoo committed Jul 26, 2023
1 parent a64fe7b commit 662e142
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/charts/agent/templates/vaultstandalone.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{{- if .Values.server.useVault }}
# verify if this isneeeded, fixes:
# pods "vault-configurer-78fb744b9f-" is forbidden: error looking up service account kranium-test-env/vault: serviceaccount "vault" not found
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: vault
---
apiVersion: "vault.banzaicloud.com/v1alpha1"
kind: "Vault"
metadata:
Expand Down

0 comments on commit 662e142

Please sign in to comment.