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 aa1a5e6 commit c3b4c9b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions charts/influxdb3-clustered/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,19 @@ ingress:
hosts:
# This is the host on which you will access Influxdb 3.0, for both reads and writes
- ""
# (Optional)
# 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.
# # (Optional)
# # 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: ""
http:
# 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
className: nginx
grpc:
# 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
className: nginx

Check failure on line 119 in charts/influxdb3-clustered/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test (k8s v1.22.4)

[trailing-spaces] trailing spaces
# # (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

Check failure on line 127 in charts/influxdb3-clustered/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test (k8s v1.22.4)

[trailing-spaces] trailing spaces
# (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 c3b4c9b

Please sign in to comment.