Add release

This commit is contained in:
Kasper Juul Hermansen 2022-05-14 21:41:15 +02:00
parent d1bd8dfca9
commit 9d937c164a
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
3 changed files with 22 additions and 1 deletions

View File

@ -5,7 +5,7 @@ metadata:
name: podinfo
namespace: flux-system
spec:
interval: 30s
interval: 5min
ref:
branch: master
url: https://github.com/stefanprodan/podinfo

View File

@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- git.yaml
- release.yaml

View File

@ -0,0 +1,20 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: postgres
namespace: postgres
spec:
releaseName: postgres
chart:
spec:
chart: postgres
sourceRef:
kind: GitRepository
name: postgres
namespace: postgres
path: ./helm/install
version: "0.3.0"
interval: 1h0m0s
install:
remediation:
retries: 3