mirror of https://github.com/fluxcd/flux2.git
19 lines
348 B
YAML
19 lines
348 B
YAML
3 years ago
|
---
|
||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||
|
kind: HelmRelease
|
||
|
metadata:
|
||
|
name: flux-system
|
||
|
namespace: {{ .fluxns }}
|
||
|
spec:
|
||
|
chart:
|
||
|
spec:
|
||
|
chart: podinfo
|
||
|
reconcileStrategy: ChartVersion
|
||
|
sourceRef:
|
||
|
kind: HelmRepository
|
||
|
name: flux-systen
|
||
|
namespace: {{ .fluxns }}
|
||
|
version: '*'
|
||
|
interval: 5m0s
|
||
|
|