Skip to content

Commit

Permalink
Helpful note for users of AKS/AGIC (#11)
Browse files Browse the repository at this point in the history
Azure Kubernetes Cluster Azure Gateway Ingress Controller expects cert and secret to have the same name. If they don't it creates a cert with the name of the secret causing a variety of possible issues, in my case our secret reflector broke.
  • Loading branch information
ajostergaard authored Feb 17, 2022
1 parent 51e2888 commit b355b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module "cert_manager" {
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|----------|
| namespace | certificate resource namespace | string | uses var.namespace_name of this module | no |
| secret_name | certificate secret name | string | ${Certificate Name}-tls | no |
| secret_name | certificate secret name. Note: for AKS/AGIC ensure cert and secret have the same name | string | ${Certificate Name}-tls | no |
| secret_annotations | certificate secret annotations | map(string) | {} | no |
| secret_labels | certificate secret labels | map(string) | {} | no |
| duration | certificate validity period | map(string) | "2160h" | no |
Expand Down

0 comments on commit b355b38

Please sign in to comment.