Skip to content

Commit

Permalink
Add pathType documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
r0zbot committed Jan 24, 2022
1 parent 9bd03e1 commit a272e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rocketchat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Parameter | Description | Default
`serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true`
`serviceAccount.name` | Name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | `""`
`ingress.enabled` | If `true`, an ingress is created | `false`
`ingress.pathType` | Sets the value for pathType for the created Ingress resource | `Prefix`
`ingress.annotations` | Annotations for the ingress | `{}`
`ingress.path` | Path of the ingress | `/`
`ingress.tls` | A list of [IngressTLS](https://kubernetes.io/docs/reference/federation/extensions/v1beta1/definitions/#_v1beta1_ingresstls) items | `[]`
Expand Down
1 change: 1 addition & 0 deletions rocketchat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ serviceAccount:
###
ingress:
enabled: false
pathType: Prefix
annotations:
{}
# ingressClassName: "nxinx"
Expand Down

0 comments on commit a272e19

Please sign in to comment.