Uploaded image for project: 'Hybrid Cloud Infrastructure Documentation'
  1. Hybrid Cloud Infrastructure Documentation
  2. HCIDOCS-257

Move Azure secret parameters to config map

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Duplicate
    • Icon: Normal Normal
    • OSC 1.6.0
    • None
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • True

      Retrieve the resource group:

      $ AZURE_RESOURCE_GROUP=$(oc get infrastructure/cluster -o jsonpath='

      {.status.platformStatus.azure.resourceGroupName}

      ') && echo "AZURE_RESOURCE_GROUP: \"$AZURE_RESOURCE_GROUP\""
      Retrieve the Azure region:

      $ AZURE_REGION=$(az group show --resource-group ${AZURE_RESOURCE_GROUP} --query "

      {Location:location}

      " --output tsv) && echo "AZURE_REGION: \"$AZURE_REGION\""

      Move this to config map section

            rhn-support-miweiss Miriam Weiss
            rhn-support-miweiss Miriam Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: