Files
tools/plausible/resources/geoipsecret.yaml
Gabriel Radureau 11de19ef91
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 3m52s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try plausible CE for web analytics
2025-12-10 14:37:36 +01:00

24 lines
423 B
YAML

apiVersion: secrets.hashicorp.com/v1beta1
kind: VaultStaticSecret
metadata:
name: plausible-geoip
namespace: tools
spec:
type: kv-v2
# mount path
mount: kvv2
# path of the secret
path: plausible/geoip
# dest k8s secret
destination:
name: plausible-geoip
create: true
# static secret refresh interval
refreshAfter: 30s
# Name of the CRD to authenticate to Vault
vaultAuthRef: plausible