Cloud Experts Documentation

This content is authored by Red Hat experts, but has not yet been tested on every supported configuration.

Helm Chart to set up a Red Hat pull secret for your ARO cluster

Prerequisites

  • An ARO 4.10 cluster
  • Helm CLI

Prepare Environment

  1. Add the MOBB chart repository to your Helm

    helm repo add mobb https://rh-mobb.github.io/helm-charts/
    
  2. Update your repositories

    helm repo update
    

Deploy the Helm Chart

  1. Before Deploying the chart you need it to adopt the existing pull secret

    kubectl -n openshift-config annotate secret \
     pull-secret meta.helm.sh/release-name=pull-secret
    kubectl -n openshift-config annotate secret \
      pull-secret meta.helm.sh/release-namespace=openshift-config
    kubectl -n openshift-config label secret \
      pull-secret app.kubernetes.io/managed-by=Helm
    
  2. Download your pull secret from https://console.redhat.com/openshift/downloads -> Tokens -> Pull secret and save it to values.yaml

  3. Update the pull secret

    helm upgrade --install pull-secret mobb/aro-pull-secret \
      -n openshift-config
    
  4. Optionally enable Operator Hub

    oc patch configs.samples.operator.openshift.io cluster --type=merge \
          -p='{"spec":{"managementState":"Managed"}}'
    oc patch operatorhub cluster --type=merge \
          -p='{"spec":{"sources":[
            {"name":"redhat-operators","disabled":false},
            {"name":"certified-operators","disabled":false},
            {"name":"community-operators","disabled":false},
            {"name":"redhat-marketplace","disabled":false}
          ]}}'
    

Interested in contributing to these docs?

Collaboration drives progress. Help improve our documentation The Red Hat Way.

Red Hat logo LinkedIn YouTube Facebook Twitter

Products

Tools

Try, buy & sell

Communicate

About Red Hat

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Subscribe to our newsletter, Red Hat Shares

Sign up now
© 2023 Red Hat, Inc.