Skip to content

Commit 36e7528

Browse files
authored
[gcloud-sqlproxy] wrong default value in README.md (#141)
* wrong default value in README.md * increase gcloud-sqlproxy Chart version
1 parent e8dbac0 commit 36e7528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/gcloud-sqlproxy/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: gcloud-sqlproxy
1919
sources:
2020
- https://github.com/rimusz/charts
2121
type: application
22-
version: 0.25.1
22+
version: 0.25.2

stable/gcloud-sqlproxy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following table lists the configurable parameters of the `gcloud-sqlproxy` c
9898
| `serviceAccount.create` | Create a service account | `true` |
9999
| `serviceAccount.annotations` | Annotations for the service account | `{}` |
100100
| `serviceAccount.name` | Service account name | Generated using the fullname template |
101-
| `networkPolicy.enabled` | Enable NetworkPolicy | `false` |
101+
| `networkPolicy.enabled` | Enable NetworkPolicy | `true` |
102102
| `networkPolicy.ingress.from` | List of sources which should be able to access the pods selected for this rule. If empty, allows all sources. | `[]` |
103103
| `extraArgs` | Additional container arguments | `{}` |
104104
| `extraFlags` | Additional container flags | `[]` |

0 commit comments

Comments
 (0)