Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cybervoid committed Apr 14, 2024
1 parent 63182a4 commit b422f91
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
32 changes: 32 additions & 0 deletions apps/OpenAIWhisper.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: truecharts
namespace: kube-system
spec:
interval: 1m
url: "https://charts.truecharts.org"

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: wyoming-whisper
namespace: default
spec:
interval: 5m
chart:
spec:
chart: wyoming-whisper
version: "5.0.0"
sourceRef:
kind: HelmRepository
name: truecharts
namespace: kube-system
#https://github.com/truecharts/charts/blob/master/charts/stable/wyoming-whisper/values.yaml
values:
key1: value1
key2:
subkey1: value2
subkey2: value3

Loading

0 comments on commit b422f91

Please sign in to comment.