Skip to content

Commit

Permalink
Fix README.md values description
Browse files Browse the repository at this point in the history
  • Loading branch information
dapama committed Aug 24, 2023
1 parent fec6772 commit a130959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ helm install --set connect.applicationName=connect connect ./connect
| connect.ingress.pathType | string | `"Prefix"` | Ingress PathType see [docs](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types) |
| connect.ingress.tls | list | `[]` | Ingress TLS see [docs](https://kubernetes.io/docs/concepts/services-networking/ingress/#tls) |
| connect.nodeSelector | object | `{}` | [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) stanza for the Connect pod |
| connect.affinity | object | `{}` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) Affinity rules for the Connect pod |
| connect.affinity | object | `{}` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) rules for the Connect pod |
| connect.hpa.enabled | boolean | `false` | Enable Horizontal Pod Autoscaling for the Connect pod |
| connect.hpa.annotations | object | `{}` | Additional annotations to be added to the HPA Connect |
| connect.hpa.minReplicas | integer | `1` | Minimum number of replicas for the Connect pod |
Expand Down Expand Up @@ -118,7 +118,7 @@ helm install --set connect.applicationName=connect connect ./connect
| operator.imagePullPolicy | string | `"IfNotPresent"` | The 1Password Operator image pull policy |
| operator.imageRepository | string | `"1password/onepassword-operator"` | The 1Password Operator repository |
| operator.nodeSelector | object | `{}` | [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) stanza for the operator pod |
| operator.affinity | object | `{}` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) Affinity rules for the Operator pod |
| operator.affinity | object | `{}` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) rules for the Operator pod |
| operator.hpa.enabled | boolean | `false` | Enable Horizontal Pod Autoscaling for the Operator pod |
| operator.hpa.annotations | object | `{}` | Additional annotations to be added to the HPA Operator |
| operator.hpa.minReplicas | integer | `1` | Minimum number of replicas for the Operator pod |
Expand Down

0 comments on commit a130959

Please sign in to comment.