浏览代码

add clientsecret to bitwarden-cli

Josh Bicking 2 周之前
父节点
当前提交
eca9291314
共有 1 个文件被更改,包括 5 次插入0 次删除
  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