-
Notifications
You must be signed in to change notification settings - Fork 17
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
Updated README file for EE #136
Updated README file for EE #136
Conversation
sinto-aot
commented
Dec 16, 2024
- Updated the README file for EE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please check installation command for analytics
charts/forms-flow-ai/README.md
Outdated
|
||
> Note: You need to substitute the placeholders `DOMAIN_NAME`, and `INSIGHT_API_KEY` with your specific values. For example, in the case of Formsflow, you might use `DOMAIN_NAME=example.com` and `INSIGHT_API_KEY=your_insight_api_key` | ||
> Note: You need to substitute the placeholders `DOMAIN_NAME`, and `INSIGHT_API_KEY` with your specific values. For example, in the case of Formsflow, you might use `DOMAIN_NAME=example.com` and `INSIGHT_API_KEY=your_insight_api_key` for Enterprise edition use, `--set imageCredentials.username=YOUR_DOCKER_USERNAME` and` --set imageCredentials.password=YOUR_DOCKER_PASSWORD` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
password should be provide by aot team
charts/forms-flow-api/README.md
Outdated
- name: IPAAS_EMBEDDED_API_KEY | ||
valueFrom: | ||
configMapKeyRef: | ||
key: IPAAS_EMBEDDED_API_KEY |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
values must be upadated. env already exist
configMapKeyRef: | ||
key: OPENAI_API_KEY | ||
name: forms-flow-data-analysis | ||
- name: CHAT_BOT_MODEL_ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
env values can be updated from values.yaml
charts/forms-flow-web/README.md
Outdated
- name: REACT_APP_IS_ENTERPRISE | ||
valueFrom: | ||
configMapKeyRef: | ||
key: IS_ENTERPRISE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
env is already existing
charts/forms-flow-api/README.md
Outdated
``` | ||
These environment variables are sourced from a ConfigMap named `forms-flow-api`. The keys (`IPAAS_EMBEDDED_API_KEY` and `IPAAS_JWT_PRIVATE_KEY`) must be defined in this ConfigMap. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be removed