Skip to content

Commit

Permalink
clean up comments and unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Nov 7, 2023
1 parent 9a42a0c commit fb6ce9f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 715 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: Validate Cluster
on:
push:
branches: [ main ]
# paths:
# - "./cluster/*"
pull_request:
branches: [ main ]
# paths:
# - "./cluster/*"

env:
TERRAFORM_VERSION: 1.4.2
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: Validate Config
on:
push:
branches: [ main ]
# paths:
# - "./config/*"
pull_request:
branches: [ main ]
# paths:
# - "./config/*"

env:
TERRAFORM_VERSION: 1.4.2
Expand Down
12 changes: 6 additions & 6 deletions cluster/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ module "external_dns_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "~> 5.0"

role_name = "radar-base-external-dns-irsa"
attach_external_dns_policy = true
# external_dns_hosted_zone_arns = ["arn:aws:route53:::hostedzone/${aws_route53_zone.primary.id}"]
role_name = "radar-base-external-dns-irsa"
attach_external_dns_policy = true
external_dns_hosted_zone_arns = ["arn:aws:route53:::hostedzone/${aws_route53_zone.primary.id}"]

oidc_providers = {
ex = {
Expand All @@ -56,9 +56,9 @@ module "cert_manager_irsa" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "~> 5.0"

role_name = "${var.environment}-radar-base-cert-manager-irsa"
attach_cert_manager_policy = true
# cert_manager_hosted_zone_arns = ["arn:aws:route53:::hostedzone/${aws_route53_zone.primary.id}"]
role_name = "${var.environment}-radar-base-cert-manager-irsa"
attach_cert_manager_policy = true
cert_manager_hosted_zone_arns = ["arn:aws:route53:::hostedzone/${aws_route53_zone.primary.id}"]

oidc_providers = {
main = {
Expand Down
57 changes: 0 additions & 57 deletions misc/karpenter-provisioner.yaml

This file was deleted.

Loading

0 comments on commit fb6ce9f

Please sign in to comment.