Skip to content

Commit

Permalink
fix(bitwarden-webhook): set default value for host
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Jun 5, 2024
1 parent a14ce4d commit f4fcbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions anza-labs/bitwarden-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: bitwarden-webhook
description: A BitWarden Webhook provider for External Secrets Operator
description: A BitWarden Webhook provider for External Secrets Operator.
type: application
version: 1.0.1
version: 1.0.2
6 changes: 3 additions & 3 deletions anza-labs/bitwarden-webhook/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# bitwarden-webhook

![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)

A BitWarden Webhook provider for External Secrets Operator
A BitWarden Webhook provider for External Secrets Operator.

## Values

Expand All @@ -23,7 +23,7 @@ A BitWarden Webhook provider for External Secrets Operator
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | Number of replicas for the deployment. |
| resources | object | `{}` | |
| secret.bitwardenHost | string | `""` | Host for Bitwarden. |
| secret.bitwardenHost | string | `"https://vault.bitwarden.com"` | Host for Bitwarden. |
| secret.bitwardenPassword | string | `""` | Password for Bitwarden. |
| secret.bitwardenUsername | string | `""` | Username for Bitwarden. |
| secret.create | bool | `true` | Specifies whether a secret should be created. |
Expand Down
2 changes: 1 addition & 1 deletion anza-labs/bitwarden-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ secret:
# -- Name of the existing secret.
existingSecretName: ""
# -- Host for Bitwarden.
bitwardenHost: ""
bitwardenHost: "https://vault.bitwarden.com"
# -- Username for Bitwarden.
bitwardenUsername: ""
# -- Password for Bitwarden.
Expand Down

0 comments on commit f4fcbdb

Please sign in to comment.