Merge pull request #55 from 3dwardch3ng/infra/ingress-nginx
fix dependency issue
This commit is contained in:
@@ -1,5 +1,20 @@
|
|||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: ingress-nginx-namespace
|
||||||
|
namespace: ingress-nginx
|
||||||
|
spec:
|
||||||
|
interval: 1h
|
||||||
|
targetNamespace: ingress-nginx
|
||||||
|
path: ./kubernetes/infrastructure/ingress-nginx/app
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
namespace: flux-system
|
||||||
|
name: flux-system
|
||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-nginx-config
|
name: ingress-nginx-config
|
||||||
namespace: ingress-nginx
|
namespace: ingress-nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user