setting up kustomization for gitea
This commit is contained in:
parent
c37666c910
commit
c373ee6e1b
15
apps/gitea/kustomizaiton.yaml
Normal file
15
apps/gitea/kustomizaiton.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# flux_bootstrap/apps/gitea/kustomization.yaml
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: gitea
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
path: "./apps/gitea"
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux_bootstrap
|
||||||
|
validation: client
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user