You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/argocd/README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Workload Identities allow Kubernetes workloads to authenticate with Azure servic
117
117
118
118
The [Application Resources Terraform Module](../../base-infrastructure/terraform/app_resources) is used to define and provision the necessary infrastructure and resources for the application in a consistent, and repeatable manner. The module creates the application's key-vault, any storage containers, a database on a specified database server, as well as an Azure Workload Identity for the application with appropriate permissions on the aforementioned resources. Typical usage of the module would look like this:
The Common Container Registry is a centralized repository for storing and managing Docker container images. It ensures that all necessary container images are readily available for deployment. Within the terraform code is contained the integration between the container registry and the AKS cluster's kubelets such that imagePullSecrets are not required in most cases.
0 commit comments