Skip to content

Commit

Permalink
Fix ingress annotations comment (#720)
Browse files Browse the repository at this point in the history
Co-authored-by: Yevhen Ivantsov <yivantsov@atlassian.com>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Nov 20, 2023
1 parent 0a5a2bd commit 97f7788
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/main/charts/bamboo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Kubernetes: `>=1.21.x-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"atlassian/bamboo"` | The Bamboo Docker image to use https://hub.docker.com/r/atlassian/bamboo-server |
| image.tag | string | `""` | The docker image tag to be used - defaults to the Chart appVersion |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource when NOT using the K8s ingress-nginx controller. |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource. If using an ingress-nginx controller be sure that the annotations you add here are compatible with those already defined in the 'ingess.yaml' template |
| ingress.className | string | `"nginx"` | The class name used by the ingress controller if it's being used. Please follow documenation of your ingress controller. If the cluster contains multiple ingress controllers, this setting allows you to control which of them is used for Atlassian application traffic. |
| ingress.create | bool | `false` | Set to 'true' if an Ingress Resource should be created. This depends on a pre-provisioned Ingress Controller being available. |
| ingress.host | string | `nil` | The fully-qualified hostname (FQDN) of the Ingress Resource. Traffic coming in on this hostname will be routed by the Ingress Resource to the appropriate backend Service. |
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/bamboo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,9 @@ ingress:
#
path:

# -- The custom annotations that should be applied to the Ingress Resource
# when NOT using the K8s ingress-nginx controller.
# -- The custom annotations that should be applied to the Ingress Resource.
# If using an ingress-nginx controller be sure that the annotations you add
# here are compatible with those already defined in the 'ingess.yaml' template
#
annotations: {}

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bitbucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Kubernetes: `>=1.21.x-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"atlassian/bitbucket"` | The Bitbucket Docker image to use https://hub.docker.com/r/atlassian/bitbucket-server |
| image.tag | string | `""` | The docker image tag to be used - defaults to the Chart appVersion |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource when NOT using the K8s ingress-nginx controller. |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource. If using an ingress-nginx controller be sure that the annotations you add here are compatible with those already defined in the 'ingess.yaml' template |
| ingress.className | string | `"nginx"` | The class name used by the ingress controller if it's being used. Please follow documentation of your ingress controller. If the cluster contains multiple ingress controllers, this setting allows you to control which of them is used for Atlassian application traffic. |
| ingress.create | bool | `false` | Set to 'true' if an Ingress Resource should be created. This depends on a pre-provisioned Ingress Controller being available. |
| ingress.host | string | `nil` | The fully-qualified hostname (FQDN) of the Ingress Resource. Traffic coming in on this hostname will be routed by the Ingress Resource to the appropriate backend Service. |
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/bitbucket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,9 @@ ingress:
#
path:

# -- The custom annotations that should be applied to the Ingress Resource
# when NOT using the K8s ingress-nginx controller.
# -- The custom annotations that should be applied to the Ingress Resource.
# If using an ingress-nginx controller be sure that the annotations you add
# here are compatible with those already defined in the 'ingess.yaml' template
#
annotations: {}

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/confluence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Kubernetes: `>=1.21.x-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"atlassian/confluence"` | The Confluence Docker image to use https://hub.docker.com/r/atlassian/confluence-server |
| image.tag | string | `""` | The docker image tag to be used - defaults to the Chart appVersion |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource when NOT using the K8s ingress-nginx controller. |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource. If using an ingress-nginx controller be sure that the annotations you add here are compatible with those already defined in the 'ingess.yaml' template |
| ingress.className | string | `"nginx"` | The class name used by the ingress controller if it's being used. Please follow documentation of your ingress controller. If the cluster contains multiple ingress controllers, this setting allows you to control which of them is used for Atlassian application traffic. |
| ingress.create | bool | `false` | Set to 'true' if an Ingress Resource should be created. This depends on a pre-provisioned Ingress Controller being available. |
| ingress.host | string | `nil` | The fully-qualified hostname (FQDN) of the Ingress Resource. Traffic coming in on this hostname will be routed by the Ingress Resource to the appropriate backend Service. |
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/confluence/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,9 @@ ingress:
# 'company.k8s.com/confluence'. Default value is 'confluence.service.contextPath'
path:

# -- The custom annotations that should be applied to the Ingress Resource
# when NOT using the K8s ingress-nginx controller.
# -- The custom annotations that should be applied to the Ingress Resource.
# If using an ingress-nginx controller be sure that the annotations you add
# here are compatible with those already defined in the 'ingess.yaml' template
#
annotations: {}

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/crowd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Kubernetes: `>=1.21.x-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"atlassian/crowd"` | The Docker Crowd Docker image to use https://hub.docker.com/r/atlassian/crowd |
| image.tag | string | `""` | The docker image tag to be used. Defaults to appVersion in Chart.yaml |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource when NOT using the K8s ingress-nginx controller. |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource. If using an ingress-nginx controller be sure that the annotations you add here are compatible with those already defined in the 'ingess.yaml' template |
| ingress.className | string | `"nginx"` | The class name used by the ingress controller if it's being used. Please follow documentation of your ingress controller. If the cluster contains multiple ingress controllers, this setting allows you to control which of them is used for Atlassian application traffic. |
| ingress.create | bool | `false` | Set to 'true' if an Ingress Resource should be created. This depends on a pre-provisioned Ingress Controller being available. |
| ingress.host | string | `nil` | The fully-qualified hostname (FQDN) of the Ingress Resource. Traffic coming in on this hostname will be routed by the Ingress Resource to the appropriate backend Service. |
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/crowd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,9 @@ ingress:
#
path: "/"

# -- The custom annotations that should be applied to the Ingress Resource
# when NOT using the K8s ingress-nginx controller.
# -- The custom annotations that should be applied to the Ingress Resource.
# If using an ingress-nginx controller be sure that the annotations you add
# here are compatible with those already defined in the 'ingess.yaml' template
#
annotations: {}

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/jira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Kubernetes: `>=1.21.x-0`
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"atlassian/jira-software"` | The Jira Docker image to use https://hub.docker.com/r/atlassian/jira-software |
| image.tag | string | `""` | The docker image tag to be used - defaults to the Chart appVersion |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource when NOT using the K8s ingress-nginx controller. |
| ingress.annotations | object | `{}` | The custom annotations that should be applied to the Ingress Resource. If using an ingress-nginx controller be sure that the annotations you add here are compatible with those already defined in the 'ingess.yaml' template |
| ingress.className | string | `"nginx"` | The class name used by the ingress controller if it's being used. Please follow documentation of your ingress controller. If the cluster contains multiple ingress controllers, this setting allows you to control which of them is used for Atlassian application traffic. |
| ingress.create | bool | `false` | Set to 'true' if an Ingress Resource should be created. This depends on a pre-provisioned Ingress Controller being available. |
| ingress.host | string | `nil` | The fully-qualified hostname (FQDN) of the Ingress Resource. Traffic coming in on this hostname will be routed by the Ingress Resource to the appropriate backend Service. |
Expand Down
5 changes: 3 additions & 2 deletions src/main/charts/jira/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,9 @@ ingress:
#
path:

# -- The custom annotations that should be applied to the Ingress Resource
# when NOT using the K8s ingress-nginx controller.
# -- The custom annotations that should be applied to the Ingress Resource.
# If using an ingress-nginx controller be sure that the annotations you add
# here are compatible with those already defined in the 'ingess.yaml' template
#
annotations: {}

Expand Down

0 comments on commit 97f7788

Please sign in to comment.