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

Update OOM Developer guide to document how to override repository/image per chart

XMLWordPrintable

      I recently was helping out someone that was doing a PoC and needed to override the repository and image name for a single chart.  It's possible to do today pretty easily in an override yaml file, but the procedure isn't well documented.

       

      An example snippet is included below from an override.yaml file to use a different docker repo and image name than is the default:

       

      ...
      
      sdnc:
        enabled: true
        repositoryOverride: registry.hub.docker.com
        image: ft3e0tajklaskjlaslkjas/replacement-image:0.5.3-SNAPSHOT
        replicaCount: 3
        mysql:
          replicaCount: 2
      
      ...

            Unassigned Unassigned
            jmac jmac
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: