Skip to content

Commit

Permalink
Create mysql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Dec 26, 2024
1 parent 194a02d commit 218dee5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions clusters/home-cluster/mysql/mysql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: mysql-helm
namespace: flux-system
spec:
interval: 1m
url: https://charts.bitnami.com/bitnami
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: mysql-server
namespace: mysql
spec:
interval: 10m
chart:
spec:
chart: mysql
sourceRef:
kind: HelmRepository
name: mysql-helm
namespace: flux-system
interval: 1m

0 comments on commit 218dee5

Please sign in to comment.