Custom ImagePullSecrets

To inject ImagePullSecrets to all pods across the Platform ArangoProfile can be used.

Example:

apiVersion: scheduler.arangodb.com/v1beta1
kind: ArangoProfile
metadata:
  name: image-secrets
spec:
  selectors:
    label:
      matchLabels: {}
  template:
    pod:
      imagePullSecrets:
        - <Secret Name>
    priority: 129