Kaynağa Gözat

add clientsecret to bitwarden-cli

Josh Bicking 2 hafta önce
ebeveyn
işleme
eca9291314
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      argocd/external-secrets/bitwarden-cli.yaml

+ 5 - 0
argocd/external-secrets/bitwarden-cli.yaml

@@ -35,6 +35,11 @@ spec:
                 secretKeyRef:
                   name: bitwarden-cli
                   key: BW_PASSWORD
+            - name: BW_CLIENTSECRET
+              valueFrom:
+                secretKeyRef:
+                  name: bitwarden-cli
+                  key: BW_CLIENTSECRET
           ports:
             - name: http
               containerPort: 8087