updating ks to include peertube.
This commit is contained in:
parent
682d68c3ad
commit
1f78626c80
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ spec:
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: cluster-apps-ingress-nginx
|
||||
name: cluster-apps-ingress-nginx-peertube
|
||||
namespace: flux-system
|
||||
labels:
|
||||
substitution.flux.home.arpa/enabled: "true"
|
||||
spec:
|
||||
interval: 10m
|
||||
path: "./kubernetes/apps/network/ingress-nginx/app"
|
||||
path: "./kubernetes/apps/network/ingress-nginx/peertube"
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
|
Reference in a new issue