Skip to content

Commit

Permalink
Update Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Oct 7, 2024
1 parent e7f5bdf commit 5215095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/love/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Deployment for the LSST Operators Visualization Environment
| love-nginx.affinity | object | `{}` | Affinity rules for the NGINX pod |
| love-nginx.image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| love-nginx.image.repository | string | `"nginx"` | The NGINX image to use |
| love-nginx.image.tag | string | `"1.27.1"` | The tag to use for the NGINX image |
| love-nginx.image.tag | string | `"1.27.2"` | The tag to use for the NGINX image |
| love-nginx.imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| love-nginx.ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| love-nginx.ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down
2 changes: 1 addition & 1 deletion applications/love/charts/love-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helm chart for the LOVE Nginx server.
| affinity | object | `{}` | Affinity rules for the NGINX pod |
| image.pullPolicy | string | `"IfNotPresent"` | The pull policy on the NGINX image |
| image.repository | string | `"nginx"` | The NGINX image to use |
| image.tag | string | `"1.27.1"` | The tag to use for the NGINX image |
| image.tag | string | `"1.27.2"` | The tag to use for the NGINX image |
| imagePullSecrets | list | `[]` | The list of pull secrets needed for the images. If this section is used, each object listed can have the following attributes defined: _name_ (The label identifying the pull-secret to use) |
| ingress.annotations | object | `{}` | Annotations for the NGINX ingress |
| ingress.className | string | `"nginx"` | Assign the Ingress class name |
Expand Down

0 comments on commit 5215095

Please sign in to comment.