Skip to content

Commit

Permalink
Add external link
Browse files Browse the repository at this point in the history
fix the index

Tested-by: zlq
  • Loading branch information
blackzlq committed Mar 11, 2024
1 parent 1f1a5c5 commit 90bc8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/iap/iap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ resource "helm_release" "iap" {

resource "kubernetes_annotations" "annotation" {
api_version = "v1"
kind = "Service"
kind = "Service"
metadata {
name = var.k8s_backend_service_name
name = var.k8s_backend_service_name
namespace = var.namespace
}
annotations = {
Expand Down

0 comments on commit 90bc8c9

Please sign in to comment.