Skip to content

Commit 214e838

Browse files
committed
clusters: cluster1: flux-system: apps: Add pcopy.
1 parent 2888969 commit 214e838

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

clusters/cluster1/flux-system/apps.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,3 +1284,16 @@ spec:
12841284
sourceRef:
12851285
kind: GitRepository
12861286
name: flux-system
1287+
---
1288+
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
1289+
kind: Kustomization
1290+
metadata:
1291+
name: pcopy
1292+
namespace: flux-system
1293+
spec:
1294+
interval: 10m0s
1295+
path: ./apps/cluster1/pcopy
1296+
prune: true
1297+
sourceRef:
1298+
kind: GitRepository
1299+
name: flux-system

0 commit comments

Comments
 (0)