chore: Update manifests after change
This commit is contained in:
@@ -68,7 +68,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: key
|
||||
name: bazarr-key-secret
|
||||
name: bazarr-key
|
||||
- name: ENABLE_ADDITIONAL_METRICS
|
||||
value: "false"
|
||||
- name: ENABLE_UNKNOWN_QUEUE_ITEMS
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: bazarr-key-secret
|
||||
name: bazarr-key
|
||||
namespace: bazarr
|
||||
labels:
|
||||
app.kubernetes.io/name: bazarr-key-secret
|
||||
app.kubernetes.io/name: bazarr/templates/external-secret.yaml
|
||||
app.kubernetes.io/instance: bazarr
|
||||
app.kubernetes.io/part-of: bazarr
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
name: openbao
|
||||
data:
|
||||
- secretKey: key
|
||||
remoteRef:
|
||||
@@ -4,7 +4,7 @@ metadata:
|
||||
name: bazarr-nfs-storage
|
||||
namespace: bazarr
|
||||
labels:
|
||||
app.kubernetes.io/name: bazarr-nfs-storage
|
||||
app.kubernetes.io/name: bazarr/templates/persistent-volume.yaml
|
||||
app.kubernetes.io/instance: bazarr
|
||||
app.kubernetes.io/part-of: bazarr
|
||||
spec:
|
||||
|
||||
@@ -4,11 +4,11 @@ metadata:
|
||||
name: bazarr-nfs-storage
|
||||
namespace: bazarr
|
||||
labels:
|
||||
app.kubernetes.io/name: bazarr-nfs-storage
|
||||
app.kubernetes.io/name: bazarr/templates/persistent-volume-claim.yaml
|
||||
app.kubernetes.io/instance: bazarr
|
||||
app.kubernetes.io/part-of: bazarr
|
||||
spec:
|
||||
volumeName: bazarr-nfs-storage
|
||||
volumeName: bazarr/templates/persistent-volume-claim.yaml
|
||||
storageClassName: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
|
||||
Reference in New Issue
Block a user