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