Skip to content

Commit

Permalink
from Gofumpt and Prettier.
Browse files Browse the repository at this point in the history
Details: #2303
Signed-off-by: kpango <[email protected]>
  • Loading branch information
deepsource-autofix[bot] authored and kpango committed Jan 22, 2024
1 parent 869a5c8 commit 04d6fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ linters:
# - gocognit
# - gocritic
# - gocyclo
# - gocyclo
# - godox
# - goerr113
# - gofmt
Expand Down
2 changes: 1 addition & 1 deletion charts/vald/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Run the following command to install the chart,
| agent.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution | list | `[]` | pod affinity required scheduling terms |
| agent.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution | list | `[{"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app","operator":"In","values":["vald-agent"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":100}]` | pod anti-affinity preferred scheduling terms |
| agent.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution | list | `[]` | pod anti-affinity required scheduling terms |
| agent.algorithm | string | `"ngt"` | agent algorithm type. it should be `ngt` or `faiss`. |
| agent.algorithm | string | `"ngt"` | agent algorithm type. it should be `ngt` or `faiss`. |
| agent.annotations | object | `{}` | deployment annotations |
| agent.enabled | bool | `true` | agent enabled |
| agent.env | list | `[{"name":"MY_NODE_NAME","valueFrom":{"fieldRef":{"fieldPath":"spec.nodeName"}}},{"name":"MY_POD_NAME","valueFrom":{"fieldRef":{"fieldPath":"metadata.name"}}},{"name":"MY_POD_NAMESPACE","valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}}]` | environment variables |
Expand Down

0 comments on commit 04d6fd1

Please sign in to comment.