feat(security): Vault standalone+raft на proxmox-csi, чарт из git
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: vault-helm
|
||||
spec:
|
||||
interval: 12h
|
||||
# Чарт берём прямо из git, а не из https://helm.releases.hashicorp.com:
|
||||
# этот Helm-репозиторий отдаётся через CloudFront, который блокирует
|
||||
# российские адреса (403 Forbidden), и HelmRelease не может получить index.yaml.
|
||||
url: https://github.com/hashicorp/vault-helm
|
||||
ref:
|
||||
# hashicorp/vault-helm: Chart.yaml version 0.34.1 (appVersion Vault 2.0.4),
|
||||
# чарт лежит в корне репозитория.
|
||||
tag: v0.34.1
|
||||
Reference in New Issue
Block a user