flux: gitea helm sync
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: git-limbosolutions.com
|
||||
spec:
|
||||
|
||||
releaseName: gitea
|
||||
interval: 24h
|
||||
chart:
|
||||
spec:
|
||||
chart: gitea
|
||||
version: '12.5.x'
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: gitea
|
||||
namespace: git-limbosolutions.com
|
||||
interval: 24h
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: gitea-helm-install-values
|
||||
valuesKey: values.yaml
|
||||
- kind: Secret
|
||||
name: gitea-helm-install-values
|
||||
valuesKey: values.private.yaml
|
||||
@@ -3,7 +3,7 @@ kind: Kustomization
|
||||
namespace: git-limbosolutions-com
|
||||
resources:
|
||||
- gitea-helm-repo.yaml
|
||||
|
||||
- gitea-helm-release.yaml
|
||||
secretGenerator:
|
||||
- name: gitea-helm-install-values
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user