Quellcode durchsuchen

Fix snipper for MI authentication (#1630)

Signed-off-by: Duncan <62943186+duncan485@users.noreply.github.com>

Signed-off-by: Duncan <62943186+duncan485@users.noreply.github.com>
Duncan vor 3 Jahren
Ursprung
Commit
e4a6118eb9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/provider/azure-key-vault.md

+ 1 - 1
docs/provider/azure-key-vault.md

@@ -43,7 +43,7 @@ A Managed Identity should be created in Azure, and that Identity should have pro
 If there are multiple Managed Identitites for different keyvaults, the operator should have been assigned all identities via [aad-pod-identity](https://azure.github.io/aad-pod-identity/docs/), then the SecretStore configuration should include the Id of the idenetity to be used via the `identityId` field.
 If there are multiple Managed Identitites for different keyvaults, the operator should have been assigned all identities via [aad-pod-identity](https://azure.github.io/aad-pod-identity/docs/), then the SecretStore configuration should include the Id of the idenetity to be used via the `identityId` field.
 
 
 ```yaml
 ```yaml
-{% include 'azkv-credentials-secret.yaml' %}
+{% include 'azkv-secret-store-mi.yaml' %}
 ```
 ```
 
 
 #### Workload Identity
 #### Workload Identity