diff --git a/clusters/cl01tl/manifests/isponsorblocktv/Deployment-isponsorblocktv.yaml b/clusters/cl01tl/manifests/isponsorblocktv/Deployment-isponsorblocktv.yaml index c9879bb78..e117849ee 100644 --- a/clusters/cl01tl/manifests/isponsorblocktv/Deployment-isponsorblocktv.yaml +++ b/clusters/cl01tl/manifests/isponsorblocktv/Deployment-isponsorblocktv.yaml @@ -42,3 +42,16 @@ spec: requests: cpu: 1m memory: 20Mi + volumeMounts: + - mountPath: /app/data/config.json + mountPropagation: None + name: config + readOnly: true + subPath: config.json + volumes: + - csi: + driver: secrets-store.csi.k8s.io + readOnly: true + volumeAttributes: + secretProviderClass: isponsorblocktv-config + name: config