Fix Flux Kustomization path and set target namespace for Gitea

This commit is contained in:
Brad Stein 2025-03-23 22:05:27 -05:00
parent 112fd3970b
commit 8350f874f0

View File

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
metadata: metadata:
name: gitea-overlay name: gitea-overlay
namespace: gitea
resources: resources:
- namespace.yaml - namespace.yaml
- deployment.yaml - deployment.yaml