feat: add more
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: ntfy-config-secret
|
||||
name: ntfy-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: ntfy-config-secret
|
||||
app.kubernetes.io/name: ntfy-config
|
||||
{{- include "custom.labels" . | nindent 4 }}
|
||||
spec:
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
name: openbao
|
||||
data:
|
||||
- secretKey: attachment-cache-dir
|
||||
remoteRef:
|
||||
key: /garage/home-infra/ntfy-attachments
|
||||
property: attachment-cache-dir
|
||||
property: S3_URI
|
||||
|
||||
@@ -29,7 +29,7 @@ ntfy:
|
||||
- name: NTFY_ATTACHMENT_CACHE_DIR
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: ntfy-config-secret
|
||||
name: ntfy-config
|
||||
key: attachment-cache-dir
|
||||
- name: NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT
|
||||
value: 10G
|
||||
|
||||
Reference in New Issue
Block a user