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:
|
metadata:
|
||||||
name: gitea-overlay
|
name: gitea-overlay
|
||||||
resources:
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- pvc.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:
|
spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: "./apps/production/gitea"
|
path: "./apps/production/gitea"
|
||||||
|
targetNamespace: gitea
|
||||||
prune: true
|
prune: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user