Kaynağa Gözat

add clientid to bitwarden-cli

Josh Bicking 2 hafta önce
ebeveyn
işleme
6118c532e7
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

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