Skip to content

[Feature] Add imagePullSecrets to omjob-operator and ingestion ServiceAccounts (Helm chart) #27399

@Zarubenko

Description

@Zarubenko

Problem

The Helm chart does not attach imagePullSecrets to the ServiceAccounts created for
the OMJob operator and omjob-operator deployment, making it impossible to pull images from
private registries.

Solution

Add to values.yaml in chart:

omjobOperator:
  ...
  # Image pull secrets for private registries
  imagePullSecrets: []
  # - name: my-registry-secret

Add to omjob-operator-rbac.yaml and omjob-operator-deployment.yaml

 {{- if .Values.omjobOperator.imagePullSecrets }}
 imagePullSecrets:
 {{- toYaml .Values.omjobOperator.imagePullSecrets | nindent n }}
 {{- end }}```

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions