Compare commits
No commits in common. "01181a2a70569b36aace6b11c444b0555a3ede6a" and "140f02055bcb4deb31c573b00aafe85a684e9d33" have entirely different histories.
01181a2a70
...
140f02055b
3 changed files with 2 additions and 27 deletions
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
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
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: minio
|
|
||||||
namespace: minio
|
|
||||||
spec:
|
|
||||||
interval: 1m0s
|
|
||||||
url: minio-operator
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
PRJ="flux"
|
PRJ="obch"
|
||||||
readonly PRJ
|
readonly PRJ
|
||||||
USE_TF=0
|
USE_TF=0
|
||||||
readonly USE_TF
|
readonly USE_TF
|
||||||
|
@ -140,7 +140,7 @@ ${FLUX_CMD} bootstrap gitea \
|
||||||
--owner="$GITEA_USER" \
|
--owner="$GITEA_USER" \
|
||||||
--repository="$PRJ"-deploy \
|
--repository="$PRJ"-deploy \
|
||||||
--branch=main \
|
--branch=main \
|
||||||
--path=clusters/dev \
|
--path=clusters/minikube \
|
||||||
--personal \
|
--personal \
|
||||||
--read-write-key=true \
|
--read-write-key=true \
|
||||||
--private=false
|
--private=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue