Skip to content

Commit

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

0 comments on commit 52d48c2

Please sign in to comment.