-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Flux
committed
Oct 30, 2023
1 parent
4eb3fc7
commit b9f8937
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
platforms/hyperledger-fabric/releases/dev/flux-fabric-mari/gotk-sync.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This manifest was generated by flux. DO NOT EDIT. | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1beta2 | ||
kind: GitRepository | ||
metadata: | ||
name: flux-fabric-mari | ||
namespace: flux-fabric-mari | ||
spec: | ||
interval: 1m0s | ||
ref: | ||
branch: bug-2386v2 | ||
secretRef: | ||
name: flux-system | ||
url: https://github.com/mgCepeda/blockchain-automation-framework.git | ||
--- | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 | ||
kind: Kustomization | ||
metadata: | ||
name: flux-fabric-mari | ||
namespace: flux-fabric-mari | ||
spec: | ||
interval: 10m0s | ||
path: ./platforms/hyperledger-fabric/releases/dev | ||
prune: true | ||
sourceRef: | ||
kind: GitRepository | ||
name: flux-fabric-mari |
5 changes: 5 additions & 0 deletions
5
platforms/hyperledger-fabric/releases/dev/flux-fabric-mari/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- gotk-components.yaml | ||
- gotk-sync.yaml |