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
# Modular ArgoCD Deployment with Keycloak OIDC & RBAC
2
+
3
+
This Terraform module deploys **ArgoCD** into a Kubernetes cluster using the official Helm chart. It is designed to be modular, supporting deployment to different clusters (Control Plane vs. Workload) with toggleable features for **Keycloak (OIDC) integration** and **RBAC (Role-Based Access Control)**.
4
+
5
+
---
6
+
7
+
## Directory Structure
8
+
9
+
```text
10
+
.
11
+
├── main.tf
12
+
├── provider.tf
13
+
├── README.md
14
+
├── terraform.tfvars # Create this file to include you variables as in the terraform.tfvars.template file
0 commit comments