Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-3284

Support component individual imagePullSecrets

XMLWordPrintable

      Currently the imagePullSecrets are hardcoded to use a common one for all components:

            imagePullSecrets:
            - name: "{{ include "common.namespace" . }}-docker-registry-key" 

      That means a common secret with name "onap-docker-registry-key" has to exist

      Instead there must be the option to set it per component, e.g. in "global"

      global:
        ## E.g.
        ## imagePullSecrets:
        ##   - myRegistryKeySecretName
        ##
        imagePullSecrets: []

            andreasgeissler Andreas Geissler
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: