Skip to content

Commit

Permalink
[gcloud-sqlproxy] wrong default value in README.md (#141)
Browse files Browse the repository at this point in the history
* wrong default value in README.md

* increase gcloud-sqlproxy Chart version
  • Loading branch information
azhurbilo committed Oct 5, 2023
1 parent e8dbac0 commit 36e7528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ name: gcloud-sqlproxy
sources:
- https://github.com/rimusz/charts
type: application
version: 0.25.1
version: 0.25.2
2 changes: 1 addition & 1 deletion stable/gcloud-sqlproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the `gcloud-sqlproxy` c
| `serviceAccount.create` | Create a service account | `true` |
| `serviceAccount.annotations` | Annotations for the service account | `{}` |
| `serviceAccount.name` | Service account name | Generated using the fullname template |
| `networkPolicy.enabled` | Enable NetworkPolicy | `false` |
| `networkPolicy.enabled` | Enable NetworkPolicy | `true` |
| `networkPolicy.ingress.from` | List of sources which should be able to access the pods selected for this rule. If empty, allows all sources. | `[]` |
| `extraArgs` | Additional container arguments | `{}` |
| `extraFlags` | Additional container flags | `[]` |
Expand Down

0 comments on commit 36e7528

Please sign in to comment.