Skip to content

Commit d836d9c

Browse files
author
Matias
committed
refactoring
1 parent 12bef08 commit d836d9c

15 files changed

+52
-1404
lines changed

Diff for: cdk-efs.py

-57
This file was deleted.

Diff for: cert.tf

-24
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,3 @@ resource "kubernetes_manifest" "cert_manager_ci_selfsigned_issuer" {
4343
}
4444
}
4545

46-
# resource "kubernetes_manifest" "cert_manager_crt_domain1_com" {
47-
# manifest = {
48-
# "apiVersion" = "cert-manager.io/v1"
49-
# "kind" = "Certificate"
50-
# "metadata" = {
51-
# "name" = "domain1.com"
52-
# "namespace" = "default"
53-
# }
54-
# "spec" = {
55-
# "commonName" = "domain1.com"
56-
# "isCA" = true
57-
# "issuerRef" = {
58-
# "group" = "cert-manager.io"
59-
# "kind" = "ClusterIssuer"
60-
# "name" = "selfsigned"
61-
# }
62-
# "privateKey" = {
63-
# "algorithm" = "ECDSA"
64-
# "size" = 256
65-
# }
66-
# "secretName" = "domain1-secret"
67-
# }
68-
# }
69-
# }

Diff for: certs.yaml

-30
This file was deleted.

0 commit comments

Comments
 (0)