Skip to content

Commit

Permalink
chore: removed hack for the ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 10, 2023
1 parent f2a769a commit cae7b27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions bootstrap/argocd/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ argo-cd:
end
end
return hs
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
resource.customizations.ignoreDifferences.admissionregistration.k8s.io_MutatingWebhookConfiguration: |
jqPathExpressions:
- '.webhooks[]?.clientConfig.caBundle'
Expand Down
5 changes: 0 additions & 5 deletions bootstrap/root/templates/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ spec:
end
end
return hs
networking.k8s.io/Ingress:
health.lua: |
hs = {}
hs.status = "Healthy"
return hs
controller:
metrics:
enabled: true
Expand Down

0 comments on commit cae7b27

Please sign in to comment.