Skip to content

Commit

Permalink
fix[infludb3-clustered]: remove optional ingress config from default …
Browse files Browse the repository at this point in the history
…values
  • Loading branch information
jenniferplusplus committed Apr 16, 2024
1 parent c3b4c9b commit 28a39be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/influxdb3-clustered/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ ingress:
# # The name of the Kubernetes Secret containing a TLS certificate, this should exist in the same namespace as the Clustered installation.
# # If you are using cert-manager, enter a name for the Secret it should create.
# tlsSecretName: ""

# # (Optional)
# # Usually you have only one ingress controller installed in a given cluster.
# # In case you have more than one, you have to specify the "class name" of the ingress controller you want to use
# http:
# className: nginx
# grpc:
# className: nginx

# (Optional)
# Enables specifying which 'type' of Ingress to use, alongside whether to place additional annotations
# onto those objects, this is useful for third party software in your environment, such as cert-manager.
Expand Down

0 comments on commit 28a39be

Please sign in to comment.