Browse Source

add clientid to bitwarden-cli

Josh Bicking 2 weeks ago
parent
commit
6118c532e7
1 changed files with 5 additions and 0 deletions
  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