Add release
This commit is contained in:
parent
d1bd8dfca9
commit
9d937c164a
@ -5,7 +5,7 @@ metadata:
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 30s
|
||||
interval: 5min
|
||||
ref:
|
||||
branch: master
|
||||
url: https://github.com/stefanprodan/podinfo
|
||||
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- git.yaml
|
||||
- release.yaml
|
||||
|
20
clank/platform/postgres/release.yaml
Normal file
20
clank/platform/postgres/release.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user