diff --git a/README.md b/README.md index 5d238bb983d..949aa5ef66d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Ready to quickly deploy the latest version of Azure Service Operator on your Kub --set azureClientID=$AZURE_CLIENT_ID \ --set azureClientSecret=$AZURE_CLIENT_SECRET \ --set createNamespace=true \ - --set image.repository="mcr.microsoft.com/k8s/azure-service-operator:latest" + --set image.repository="mcr.microsoft.com/k8s/azureserviceoperator:latest" ``` You should now see the Azure service operator pods running in your cluster. diff --git a/charts/azure-service-operator/README.md b/charts/azure-service-operator/README.md index 7b792b6f4e6..00aec0dc529 100644 --- a/charts/azure-service-operator/README.md +++ b/charts/azure-service-operator/README.md @@ -122,7 +122,7 @@ The following table lists the configurable parameters of the azure-service-opera | `azureClientSecret` | Azure Service Principal Client Secret | `` | | `azureUseMI` | Set to True if using Managed Identity for authentication | `False` | | `azureOperatorKeyvault` | Set this value with the name of your Azure Key Vault resource if you prefer to store secrets in Key Vault rather than as Kubernetes secrets (default) | `` | -| `image.repository` | Image repository | `mcr.microsoft.com/k8s/azure-service-operator:0.0.20258` | +| `image.repository` | Image repository | `mcr.microsoft.com/k8s/azureserviceoperator:0.0.20258` | | `cloudEnvironment` | Set the cloud environment, possible values include: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud | `AzurePublicCloud` | | `aad-pod-identity.azureIdentity.resourceID` | The resource ID for your managed identity | `` | | `aad-pod-identity.azureIdentity.clientID` | The client ID for your managed identity | `` | diff --git a/controllers/async_controller.go b/controllers/async_controller.go index cc1f732a74b..f0e239ef902 100644 --- a/controllers/async_controller.go +++ b/controllers/async_controller.go @@ -31,7 +31,7 @@ const ( ) // AsyncReconciler is a generic reconciler for Azure resources. -// It reconciles Kubernets objects which require long running operations in Azure. +// It reconciles Kubernetes objects which require long running operations in Azure. type AsyncReconciler struct { client.Client AzureClient resourcemanager.ARMClient