10 lines
193 B
YAML
10 lines
193 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmRepository
|
||
|
|
metadata:
|
||
|
|
name: cnpg
|
||
|
|
namespace: cnpg-system
|
||
|
|
spec:
|
||
|
|
interval: 24h0m0s
|
||
|
|
url: https://cloudnative-pg.github.io/charts
|
||
|
|
status: {}
|