Fixup a broken reference and a typo in Azure doc

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
pull/1134/head
Kingdon Barrett 4 years ago
parent 92891fd340
commit f17801753d
No known key found for this signature in database
GPG Key ID: 470B0A4ACF2A4E23

@ -240,7 +240,7 @@ kubectl -n flux-system rollout restart deployment/kustomize-controller
#### Azure #### Azure
When using Azure Key Vault you need to authenticate kustomize-controller either with [add-pod-identity](../use-cases/azure.md#aad-pod-identity) When using Azure Key Vault you need to authenticate kustomize-controller either with [aad-pod-identity](../use-cases/azure.md#aad-pod-identity)
or by passing [Service Principal credentials as environment variables](https://github.com/mozilla/sops#encrypting-using-azure-key-vault). or by passing [Service Principal credentials as environment variables](https://github.com/mozilla/sops#encrypting-using-azure-key-vault).
Create the Azure Key-Vault: Create the Azure Key-Vault:

@ -91,7 +91,7 @@ If you want to use Managed Identities, install or enable [AAD Pod Identity](#aad
Patch kustomize-controller with the proper Azure credentials, so that it may access your Azure Key Vault, and then begin Patch kustomize-controller with the proper Azure credentials, so that it may access your Azure Key Vault, and then begin
committing SOPS encrypted files to the Git repository with the proper Azure Key Vault configuration. committing SOPS encrypted files to the Git repository with the proper Azure Key Vault configuration.
See the [Mozilla SOPS Azure Guide](../guides/azure.md) for further detail. See the [Mozilla SOPS Azure Guide](../../guides/mozilla-sops/#azure) for further detail.
## Image Updates with Azure Container Registry ## Image Updates with Azure Container Registry

Loading…
Cancel
Save