added kube ca root
This commit is contained in:
parent
eb8e6dd619
commit
d68b79d4f6
|
|
@ -8,6 +8,11 @@ spec:
|
|||
apiURL: https://api.bitwarden.com
|
||||
identityURL: https://identity.bitwarden.com
|
||||
bitwardenServerSDKURL: https://sdk.bitwarden.com
|
||||
caProvider:
|
||||
type: ConfigMap
|
||||
name: kube-root-ca.crt
|
||||
namespace: security
|
||||
key: ca.crt
|
||||
# This org ID is already used by your Bitwarden operator resources.
|
||||
organizationID: 0df293ad-6afb-4d0b-b3ff-b41000581de5
|
||||
# Set this to your Bitwarden Secrets Manager Project ID.
|
||||
|
|
|
|||
Loading…
Reference in a new issue