Creating the Engineering Lifecycle Management instance secret
The Engineering Lifecycle Management instance secret stores sensitive information like database credentials that are used in the Engineering Lifecycle Management applications. You must create the Engineering Lifecycle Management instance secret in the Red Hat® OpenShift® before you create the Engineering Lifecycle Management instance. If it is not created or done incorrectly in the cluster, the Engineering Lifecycle Management instance creation might fail.
About this task
You can create the instance secret by using any one of the following methods:
Red Hat OpenShift Container Platform web console method
Procedure
Red Hat OpenShift CLI method
Procedure
Use the following command to create the elm-instance secret
oc create --filename=<folder-path>/elm-auth-secret.yaml
For more information, see Template and sample YAML of Secret
Kubernetes CLI method
Procedure
Use the following command to create the elm-instance secret
kubectl create --filename=<folder-path>/elm-auth-secret.yaml
For more information, see Template and sample YAML of Secret