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