Post Deployment Steps
Last updated
Was this helpful?
Last updated
Was this helpful?
The Post_installation_Job is automated through a Kubernetes job in the helm chart. it will create secrets for ElasticSearch and Kibana. and Upload the BPMN. However, The following steps can be used to create Secrets and upload BPMN Manually.
Create the required secrets:
Use and you can create a secret for Elasticsearch and Kibana. The command used to create a secret is
make secrets
Also to create a bulk-processor secret you can refer to CircleCI steps from config.yaml-
Helm Test -
The helm test
command runs the tests for a release. The argument this command takes is the name of a deployed release. The tests to be run are defined in the chart that was installed. eg: helm test <release-name> --namespace <namespace>
The test result reports can be either stored locally or can be stored in CircleCI containers using store_test_results