Explorar el Código

add enc key to duplicati

Josh Bicking hace 2 semanas
padre
commit
8c6b0e910e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      argocd/infra/duplicati/duplicati.yaml

+ 5 - 0
argocd/infra/duplicati/duplicati.yaml

@@ -36,6 +36,11 @@ spec:
             secretKeyRef:
               name: duplicati
               key: DUPLICATI__WEBSERVICE_PASSWORD
+        - name: SETTINGS_ENCRYPTION_KEY
+          valueFrom:
+            secretKeyRef:
+              name: duplicati
+              key: DUPLICATI__WEBSERVICE_PASSWORD
         volumeMounts:
         - mountPath: "/plex"
           name: plex