19 lines
552 B
YAML
19 lines
552 B
YAML
apiVersion: secrets-store.csi.x-k8s.io/v1
|
|
kind: SecretProviderClass
|
|
metadata:
|
|
name: isponsorblocktv-config
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
app.kubernetes.io/name: isponsorblocktv-config
|
|
{{- include "custom.labels" . | nindent 4 }}
|
|
spec:
|
|
provider: openbao
|
|
parameters:
|
|
baoAddress: "http://openbao-internal.openbao:8200"
|
|
roleName: isponsorblocktv
|
|
objects: |
|
|
- objectName: config.json
|
|
fileName: config.json
|
|
secretPath: secret/data/cl01tl/isponsorblocktv/config
|
|
secretKey: config.json
|