chore: Update manifests after change

This commit is contained in:
2026-04-24 00:11:38 +00:00
parent cfe38d32cf
commit ba20a96b0f
233 changed files with 1471 additions and 1345 deletions
@@ -60,12 +60,12 @@ spec:
valueFrom:
secretKeyRef:
key: grimmory-user
name: shelfmark-config-secret
name: shelfmark-grimmory-config
- name: BOOKLORE_PASSWORD
valueFrom:
secretKeyRef:
key: grimmory-password
name: shelfmark-config-secret
name: shelfmark-grimmory-config
- name: BOOKLORE_DESTINATION
value: library
- name: BOOKLORE_LIBRARY_ID
@@ -92,7 +92,7 @@ spec:
valueFrom:
secretKeyRef:
key: prowlarr-key
name: shelfmark-config-secret
name: shelfmark-prowlarr-config
- name: ABB_ENABLED
value: "true"
- name: ABB_HOSTNAME
@@ -1,26 +1,22 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: shelfmark-config-secret
name: shelfmark-grimmory-config
namespace: shelfmark
labels:
app.kubernetes.io/name: shelfmark-config-secret
app.kubernetes.io/name: shelfmark-grimmory-config
app.kubernetes.io/instance: shelfmark
app.kubernetes.io/part-of: shelfmark
spec:
secretStoreRef:
kind: ClusterSecretStore
name: vault
name: openbao
data:
- secretKey: grimmory-user
remoteRef:
key: /cl01tl/shelfmark/booklore
key: /cl01tl/grimmory/users/shelfmark
property: user
- secretKey: grimmory-password
remoteRef:
key: /cl01tl/shelfmark/booklore
key: /cl01tl/grimmory/users/shelfmark
property: password
- secretKey: prowlarr-key
remoteRef:
key: /cl01tl/prowlarr/key
property: key
@@ -0,0 +1,18 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: shelfmark-prowlarr-config
namespace: shelfmark
labels:
app.kubernetes.io/name: shelfmark-prowlarr-config
app.kubernetes.io/instance: shelfmark
app.kubernetes.io/part-of: shelfmark
spec:
secretStoreRef:
kind: ClusterSecretStore
name: openbao
data:
- secretKey: prowlarr-key
remoteRef:
key: /cl01tl/prowlarr/key
property: key