env
Description
The env property allows you to set custom environment variables that will be set and used within the DataPower containers in the StatefulSet. This property exposes the Kubernetes API for declaring environment variables in the container,
and thus follows the same schema. For more information, please see the Kubernetes documentation.
Example
apiVersion: datapower.ibm.com/v1beta1
kind: DataPowerService
metadata:
name: example
spec:
env:
- name: DATAPOWER_LOG_LEVEL
value: "7"
...