4346fee63668b005c5fb5bcb137ccd49ab0eb578
[osm/devops.git] /
1 #######################################################################################
2 # Copyright ETSI Contributors and Others.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #    http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13 # implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #######################################################################################
17
18 # This manifest was generated by flux. DO NOT EDIT.
19 ---
20 apiVersion: source.toolkit.fluxcd.io/v1
21 kind: GitRepository
22 metadata:
23   name: flux-system
24   namespace: flux-system
25 spec:
26   interval: 1m0s
27   ref:
28     branch: main
29   secretRef:
30     name: flux-system
31   url: ${FLEET_REPO_URL}
32 ---
33 apiVersion: kustomize.toolkit.fluxcd.io/v1
34 kind: Kustomization
35 metadata:
36   name: flux-system
37   namespace: flux-system
38 spec:
39   interval: 10m0s
40   path: ./clusters/${CLUSTER_KUSTOMIZATION_NAME}
41   prune: true
42   sourceRef:
43     kind: GitRepository
44     name: flux-system