Skip to content

Commit

Permalink
Create presto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Dec 18, 2024
1 parent cdc7257 commit 2392136
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions clusters/home-cluster/prestodb/presto.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: presto
namespace: flux-system
spec:
interval: 1m
url: https://prestodb.github.io/presto-helm-charts
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: presto
namespace: presto
spec:
interval: 10m
install:
createNamespace: true
chart:
spec:
chart: presto
version: "*"
sourceRef:
kind: HelmRepository
name: presto
namespace: flux-system
interval: 1m

0 comments on commit 2392136

Please sign in to comment.