Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix path
Browse files Browse the repository at this point in the history
tuxpeople committed May 11, 2024
1 parent ef40d05 commit 5353d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/tpi/apps/networking/ingress-nginx/ks.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: cert-manager-issuers
path: ./kubernetes/apps/network/ingress-nginx/certificates
path: ./kubernetes/tpi/apps/network/ingress-nginx/certificates
prune: true
sourceRef:
kind: GitRepository
@@ -33,7 +33,7 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: ingress-nginx-certificates
path: ./kubernetes/apps/network/ingress-nginx/app
path: ./kubernetes/tpi/apps/network/ingress-nginx/app
prune: true
sourceRef:
kind: GitRepository

0 comments on commit 5353d80

Please sign in to comment.