11 lines
347 B
YAML
11 lines
347 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- tekton/
|
|
- ../../namespaces/flux-system.yaml
|
|
|
|
# Gitea is managed via Helm, so we don't include it directly here
|
|
# The Gitea Helm chart is deployed separately and referenced in the ingress
|
|
# Flux configuration is a Flux Kustomization resource, not a kustomize config
|