Skip to content

Commit

Permalink
Remove hardcoded namespaces
Browse files Browse the repository at this point in the history
kustomize will fill these in for us
  • Loading branch information
james-callahan committed Nov 27, 2024
1 parent 71d7b81 commit 0c1b3b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /mutate-v1-pod
failurePolicy: Fail
name: mpod.elbv2.k8s.aws
Expand All @@ -28,7 +27,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /mutate-v1-service
failurePolicy: Fail
name: mservice.elbv2.k8s.aws
Expand All @@ -47,7 +45,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /mutate-elbv2-k8s-aws-v1beta1-targetgroupbinding
failurePolicy: Fail
name: mtargetgroupbinding.elbv2.k8s.aws
Expand All @@ -73,7 +70,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /validate-elbv2-k8s-aws-v1beta1-ingressclassparams
failurePolicy: Fail
name: vingressclassparams.elbv2.k8s.aws
Expand All @@ -93,7 +89,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /validate-elbv2-k8s-aws-v1beta1-targetgroupbinding
failurePolicy: Fail
name: vtargetgroupbinding.elbv2.k8s.aws
Expand All @@ -113,7 +108,6 @@ webhooks:
clientConfig:
service:
name: webhook-service
namespace: system
path: /validate-networking-v1-ingress
failurePolicy: Fail
matchPolicy: Equivalent
Expand Down

0 comments on commit 0c1b3b0

Please sign in to comment.