Skip to content

Commit

Permalink
Merge pull request #1 from Smorci/ethereum-node-automation-poc
Browse files Browse the repository at this point in the history
Ethereum node automation poc
  • Loading branch information
Smorci authored Sep 2, 2024
2 parents c7e96c2 + 8d340a4 commit ab7c971
Show file tree
Hide file tree
Showing 11 changed files with 12,683 additions and 103 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: ethereum-node-automation
namespace: flux-system
spec:
interval: 30m0s
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: ethereum-node-automation
targetNamespace: ethereum-node-automation
timeout: 3m0s
wait: true
11 changes: 11 additions & 0 deletions clusters/kind-ethereum-nodes/ethereum-node-automation-source.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: ethereum-node-automation
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: main
url: https://github.com/Smorci/ethereum-node-automation
Loading

0 comments on commit ab7c971

Please sign in to comment.