Skip to content

Commit

Permalink
chore: chart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcportabellaclotet-mt committed Oct 17, 2024
1 parent 22ac7f2 commit 8eed676
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/netbird/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ The following table lists the configurable parameters of the NetBird Helm chart
| `ingress.enabled` | Enable ingress for the management, signal, or relay services | `false` |
| `ingress.className` | Ingress class name | `""` |
| `persistentVolume.enabled` | Enable persistent volume for management | `true` |
| `autoscaling.enabled` | Enable autoscaling for management, signal, or relay components | `false` |
| `dnsDomain` | DNS domain for the NetBird management service | `netbird.selfhosted` |

For more configuration options, refer to the `values.yaml` file.
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ management:
lifecycle: {}

secretname: ""
secretName: ""

## @param management.replicaCount
##
Expand Down

0 comments on commit 8eed676

Please sign in to comment.