Skip to content

Commit

Permalink
Add script to generate yaml files from helm
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 6, 2020
1 parent 2738d8f commit 42fcc07
Show file tree
Hide file tree
Showing 8 changed files with 2,698 additions and 4 deletions.
8 changes: 5 additions & 3 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ controller:
##
podSecurityContext: {}

## Allows customization of the external service
## the ingress will be bound to via DNS
## Allows customization of the source of the IP address or FQDN to report
## in the ingress status field. By default, it reads the information provided
## by the service. If disable, the status field reports the IP address of the
## node or nodes where an ingress controller pod is running.
publishService:
enabled: false
enabled: true
## Allows overriding of the publish service to bind to
## Must be <namespace>/<service_name>
##
Expand Down
Loading

0 comments on commit 42fcc07

Please sign in to comment.