# README
postgresweekly
Get data from postgres news and create Weekly CRDs based on community-operator and push to git datastore
Installing the Chart
To install the chart with the release name my-postgresweekly
and secret foo
:
kubectl apply -f secret.yaml
helm repo add postgresweekly https://zufardhiyaulhaq.com/postgresweekly/charts/releases/
helm install my-postgresweekly postgresweekly/postgresweekly --values values.yaml
Values
Key | Type | Default | Description |
---|---|---|---|
cronSchedule | string | "0 8 * * 0" | |
image.repository | string | "zufardhiyaulhaq/postgresweekly" | |
image.tag | string | "v1.0.0" | |
secret | string | "" | |
weekly.community | string | "postgres" | |
weekly.image_url | string | "https://kinsta.com/wp-content/uploads/2022/02/postgres-logo.png" | |
weekly.namespace | string | "community" | |
weekly.tags | string | "weekly,postgres" |