Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Planning"
From Genesys Documentation
Line 75: | Line 75: | ||
==Test containers== | ==Test containers== | ||
RAA includes two test containers for the Helm test command. They bust be executed in the following order: | RAA includes two test containers for the Helm test command. They bust be executed in the following order: | ||
− | |||
# '''testRunCheck''' -- this container waits for execution of the testRun init container, and returns a result of test execution. The test is optional, and enabled by default. Enable it only when you plan to run the testRun init container; otherwise, disable it by setting testRunCheck: with no value in the testPod section of your values.yaml, as follows: | # '''testRunCheck''' -- this container waits for execution of the testRun init container, and returns a result of test execution. The test is optional, and enabled by default. Enable it only when you plan to run the testRun init container; otherwise, disable it by setting testRunCheck: with no value in the testPod section of your values.yaml, as follows: | ||
#:'''myvalues.yaml''' | #:'''myvalues.yaml''' | ||
Line 96: | Line 95: | ||
"helm.sh/hook-delete-policy": "before-hook-creation" | "helm.sh/hook-delete-policy": "before-hook-creation" | ||
...</source> | ...</source> | ||
− | |||
# healthChek -- this container executes and returns status of healthCheck, and prints the content of current configuration files and health files to standard output. The test is optional and enabled by default. To disable this test, set healthCheck: with no value in the testPod section of your values.yaml , as follows: | # healthChek -- this container executes and returns status of healthCheck, and prints the content of current configuration files and health files to standard output. The test is optional and enabled by default. To disable this test, set healthCheck: with no value in the testPod section of your values.yaml , as follows: | ||
#:'''myvalues.yaml''' | #:'''myvalues.yaml''' |
Revision as of 18:33, June 16, 2021
This is a draft page; it has not yet been published.
Find out what to do before deploying Reporting and Analytics Aggregates (RAA).
Related documentation: