Skip to content

Commit

Permalink
feat: add helmrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Dec 8, 2024
1 parent ccdf3dc commit 6f5bb5e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions infrastructure/supporting-infra/truenas-csp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,27 @@ metadata:
spec:
interval: 360m0s
url: https://hpe-storage.github.io/truenas-csp/
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: truenas-csp
namespace: flux-system
spec:
chart:
spec:
chart: truenas-csp
version: 1.2.0
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: truenas-csp
namespace: flux-system

install:
createNamespace: true
interval: 360h0m0s
releaseName: truenas-csp
targetNamespace: truenas-csp

values: []

0 comments on commit 6f5bb5e

Please sign in to comment.