docs: fix north eap docs yaml blocks #429
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes changes to the installation process for a POC install.
helm.cohere.com
domain is now only required during installation, but not in the cluster's firewall.api.cohere.com
domain is now only required if using the Cohere platform as the model provider.global.config.postgres.tls.caCerts.secretName
andglobal.config.postgres.tls.caCerts.secretKey
flags have been removed from the installation command.global.config.redis.host
,global.config.redis.tls.caCerts.secretName
, andglobal.config.redis.tls.caCerts.secretKey
flags have also been removed from the installation command.global.config.redis.scheme
andglobal.config.redis.connectionOptions
flags have been updated to use therediss
scheme and connection options.global.config.cohere.apiKey.secretKeyRef.name
andglobal.config.cohere.apiKey.secretKeyRef.key
flags have been added to the installation command.models.enabled
flag has been set to false.toolkit.config.modelDeploymentType
flag has been set tocohere_platform
.