imagePullSecrets

Description

The imagePullSecrets property specifies the name of Kubernetes Secret objects in the cluster which will provide the Docker registry credentials to pull any images needed during reconciliation and deployment.

Example

apiVersion: datapower.ibm.com/v1beta1
kind: DataPowerService
metadata:
  name: example
spec:
  imagePullSecrets:
  - datapower-cred-one
  - datapower-cred-two
  ...