imagePullPolicy
Description
The imagePullPolicy property specifies the image pull policy for the IBM DataPower Gateway image when the StatefulSet is created. Valid values are: IfNotPresent, Always, and Never. Default
is IfNotPresent.
Example
apiVersion: datapower.ibm.com/v1beta3
kind: DataPowerService
metadata:
name: example-dpservice
spec:
imagePullPolicy: IfNotPresent
...