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