Fix Flux Kustomization path and set target namespace for Gitea
This commit is contained in:
parent
07c593e6b8
commit
6cf2e35365
@ -3,6 +3,7 @@ kind: Kustomization
|
||||
metadata:
|
||||
name: gitea-overlay
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
- pvc.yaml
|
||||
|
||||
4
apps/production/gitea/namespace.yaml
Normal file
4
apps/production/gitea/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gitea
|
||||
@ -6,6 +6,7 @@ metadata:
|
||||
spec:
|
||||
interval: 10m
|
||||
path: "./apps/production/gitea"
|
||||
targetNamespace: gitea
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user