updating ks to include peertube.

This commit is contained in:
Joseph Hanson 2023-10-26 18:00:12 -05:00
parent 682d68c3ad
commit 1f78626c80
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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