Skip to content

Commit

Permalink
update clusterissuer name for upstream requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 28, 2025
1 parent d971e70 commit 4a8a812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert-mgr-cluster-issuer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "kubernetes_manifest" "cluster_issuer" {
"apiVersion" = "cert-manager.io/v1"
"kind" = "ClusterIssuer"
"metadata" = {
"name" = "ca-cluster-issuer"
"name" = "clusterissuer"
}
"spec" = {
"ca" = {
Expand Down

0 comments on commit 4a8a812

Please sign in to comment.