Richard chen

Results 22 comments of Richard chen

It's a good feature enhancement we can consider to support. Currently, we only support generating keyVaultReferece type items into one single `Secret` with opaque type because we can't predict how...

@antoineozenne-at-leocare It supports generating TLS type Secrets in the latest v1.3.0, please check this [doc](https://learn.microsoft.com/en-us/azure/azure-app-configuration/reference-kubernetes-provider?tabs=default#types-of-secret) for the detail.

Close this issue, feel free to reactivate if you have more questions.

@scorpionfly7 the latest `2.0.0-preview` supports running on the arm architecture.

`helm install azureappconfiguration.kubernetesprovider oci://mcr.microsoft.com/azure-app-configuration/helmchart/kubernetes-provider --namespace azappconfig-system --create-namespace --version 2.0.0-preview`

Update command used in repro step 2 and 3 ``` az aks update --name $mycluster--resource-group $myRG --enable-azure-keyvault-kms --azure-keyvault-kms-key-vault-network-access "Public" --azure-keyvault-kms-key-id $keyVaultKeyId ```

@wbreza, could you take a look at this when you get a chance

@jongio Could you help take a look on this PR again?