vault migration
This commit is contained in:
17
cluster-resources/forte10x-repo-credentials-vault.yaml
Normal file
17
cluster-resources/forte10x-repo-credentials-vault.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: secrets.hashicorp.com/v1beta1
|
||||
kind: VaultStaticSecret
|
||||
metadata:
|
||||
name: forte10x-repo-creds
|
||||
namespace: argocd
|
||||
spec:
|
||||
type: kv-v2
|
||||
mount: kv
|
||||
path: argocd/forte10x-repo-creds
|
||||
destination:
|
||||
name: forte10x-repo-creds
|
||||
create: true
|
||||
type: Opaque
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
refreshAfter: 30s
|
||||
vaultAuthRef: vault-auth
|
||||
Reference in New Issue
Block a user