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