Skip to content

Commit

Permalink
Change relative path of yamls after moving them to root dir (kubeflow…
Browse files Browse the repository at this point in the history
  • Loading branch information
akartsky committed May 19, 2022
1 parent 49320e5 commit a58f442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/add-ons/load-balancer/kustomization.yaml
Expand Up @@ -3,6 +3,6 @@ kind: Kustomization

resources:
# Ingress
- ../../../../awsconfigs/common/istio-ingress/overlays/https
- ../../../awsconfigs/common/istio-ingress/overlays/https
# Load balancer controller
- ../../../../awsconfigs/common/aws-alb-ingress-controller/base
- ../../../awsconfigs/common/aws-alb-ingress-controller/base

0 comments on commit a58f442

Please sign in to comment.