Skip to content

Commit

Permalink
fix: update Dex resource path in README and Kustomization files
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Emil Damm <neq@energinet.dk>
  • Loading branch information
devantler committed Dec 22, 2024
1 parent 522605a commit a0f16e2
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The cluster configuration is stored in the `k8s/*` directories where the structu
- [`infrastructure/`](k8s/shared/infrastructure): Contains the infrastructure specific manifests.
- [Cert Manager](k8s/shared/infrastructure/cert-manager) - For managing certificates in the cluster.
- [Cloudflared](k8s/shared/infrastructure/cloudflared) - For tunneling traffic to the cluster.
- [Dex](k8s/shared/infrastructure/dex) - For providing OIDC authentication for the cluster.
- [Dex](k8s/shared/infrastructure/controllers/dex) - For providing OIDC authentication for the cluster.
- [Cluster API Operator](k8s/shared/infrastructure/capi-operator) - For managing the lifecycle of Kubernetes clusters.
- [GitHub Actions Runner Scale Set Controller](k8s/shared/infrastructure/gha-runner-scale-set-controller) - To manage GitHub Actions Runner Scale Sets in the cluster.
- [GitHub Actions Runner Scale Sets](k8s/clusters/homelab-prod/infrastructure/gha-runner-scale-sets) - To run GitHub Actions in the cluster.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions k8s/shared/infrastructure/controllers/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Kustomization
resources:
- capi-operator
- cert-manager
- dex
- gha-runner-scale-set-controller
- kyverno
- metrics-server
Expand Down
1 change: 0 additions & 1 deletion k8s/shared/infrastructure/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cloudflared
- dex
- goldilocks
- harbor
- middlewares/basic-auth
Expand Down

0 comments on commit a0f16e2

Please sign in to comment.