Skip to content

Commit

Permalink
Helm: add globalConfigurationCustomName parameter
Browse files Browse the repository at this point in the history
 Fix documentation in values.yaml (nginx#6679)
  • Loading branch information
frantsao committed Dec 12, 2024
1 parent 8490da9 commit f8681b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ controller:
create: false

## customName: "the-namespace/the-name-of-the-global-configuration-custom-resource"
## The name of the GlobalConfiguration custom resource to use instead of the one provided by default when create is set to false.
## The name of the GlobalConfiguration custom resource to use instead of the one provided by default.

## The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller.
spec: {} ## Ensure both curly brackets are removed when adding listeners in YAML format.
Expand Down

0 comments on commit f8681b7

Please sign in to comment.