Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCTI - Fix typos #52

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/opencti/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ envFromSecrets: {}
# name: release-name-credentials
# key: secret_key

# -- Secrets values to create credencials and reference by envFromSecrets
# -- Secrets values to create credentials and reference by envFromSecrets
secrets: {}

# -- Kubernetes servide to expose Pod
# -- Kubernetes service to expose Pod
service:
# -- Kubernetes Service type. Allowed values: NodePort, LoadBalancer or ClusterIP
type: ClusterIP
Expand Down Expand Up @@ -400,11 +400,11 @@ elasticsearch:
- name: ES_JAVA_OPTS
value: "-Xms512M -Xmx512M"

## @section Master-elegible nodes parameters
## @section Master-eligible nodes parameters
master:
# -- Deploy the Elasticsearch master-elegible nodes as master-only nodes. Recommended for high-demand deployments.
# -- Deploy the Elasticsearch master-eligible nodes as master-only nodes. Recommended for high-demand deployments.
masterOnly: true
# -- Number of master-elegible replicas to deploy
# -- Number of master-eligible replicas to deploy
replicaCount: 1
# -- Enable persistence using Persistent Volume Claims
# ref: https://kubernetes.io/docs/user-guide/persistent-volumes/
Expand Down
Loading