General parameters
Use the general parameters such as license, secret, secret account to configure your OMEnvironment.
The following YAML snippet is a sample schema of the general parameters of OMEnvironment:
spec:
license:
accept:
acceptCallCenterStore:
secret:
#serviceAccount: "default"
#upgradeStrategy: RollingUpdate
The following table explains the general parameters of OMEnvironment:
Property | Default value | Value type | Required | Description |
---|---|---|---|---|
licence.accept |
boolean | Yes | Accept Sterling Order Management System Software license. | |
licence.acceptCallCenterStore |
|
boolean | Yes | Accept Store and Call Center license. |
secret |
string | Yes | Provide the name of the secret containing sensitive properties for deployment. For more information, see Creating a secret. | |
serviceAccount |
default |
string | No | Specify the name of the service account used for deployment. |
upgradeStrategy |
RollingUpdate |
string | No | Specify the deployment strategy to be used for upgrading the OMServer
deployments. Available options are RollingUpdate and Recreate . |