mirror of https://github.com/fluxcd/flux2.git
17 lines
304 B
YAML
17 lines
304 B
YAML
10 months ago
|
✚ generating HelmChart source
|
||
|
---
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: HelmChart
|
||
|
metadata:
|
||
|
name: podinfo
|
||
|
namespace: {{ .fluxns }}
|
||
|
spec:
|
||
|
chart: podinfo
|
||
|
interval: 0s
|
||
|
reconcileStrategy: ChartVersion
|
||
|
sourceRef:
|
||
|
kind: HelmRepository
|
||
|
name: podinfo
|
||
|
verify:
|
||
|
provider: cosign
|