Compare commits

..

2 Commits

Author SHA1 Message Date
Björn Busse 01181a2a70 Change PRJ and cluster name 2024-02-19 17:10:55 +01:00
Björn Busse f0c077b5a5 minio: Add manifests 2024-02-19 16:03:51 +01:00
3 changed files with 27 additions and 2 deletions

16
clusters/dev/minio.yaml Normal file
View File

@ -0,0 +1,16 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: minio
namespace: minio
spec:
chart:
spec:
chart: minio-operator
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: minio
version: 4.3.7
interval: 1m0s

View File

@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: minio
namespace: minio
spec:
interval: 1m0s
url: minio-operator

View File

@ -6,7 +6,7 @@
set -o pipefail
PRJ="obch"
PRJ="flux"
readonly PRJ
USE_TF=0
readonly USE_TF
@ -140,7 +140,7 @@ ${FLUX_CMD} bootstrap gitea \
--owner="$GITEA_USER" \
--repository="$PRJ"-deploy \
--branch=main \
--path=clusters/minikube \
--path=clusters/dev \
--personal \
--read-write-key=true \
--private=false