vault migration
This commit is contained in:
14
infra/base/homepage/homepage-widget-credentials-vault.yaml
Normal file
14
infra/base/homepage/homepage-widget-credentials-vault.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: secrets.hashicorp.com/v1beta1
|
||||
kind: VaultStaticSecret
|
||||
metadata:
|
||||
name: homepage-widget-credentials
|
||||
namespace: homepage
|
||||
spec:
|
||||
type: kv-v2
|
||||
mount: kv
|
||||
path: homepage/homepage-widget-credentials
|
||||
destination:
|
||||
name: homepage-widget-credentials
|
||||
create: true
|
||||
refreshAfter: 30s
|
||||
vaultAuthRef: vault-auth
|
||||
Reference in New Issue
Block a user