Добавлен ресурс piraeus.yaml в конфигурацию, удален файл piraeus-operator.yaml из kustomization.yaml.
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: piraeus
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
install:
|
||||
createNamespace: true
|
||||
targetNamespace: piraeus-datastore
|
||||
chart:
|
||||
spec:
|
||||
chart: charts/piraeus
|
||||
version: 2.8.1
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: piraeus-repo
|
||||
namespace: flux-system
|
||||
interval: 60m
|
||||
values:
|
||||
fullnameOverride: piraeus
|
||||
installCRDs: true
|
||||
---
|
||||
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
|
@@ -1,5 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- piraeus-operator.yaml
|
||||
- piraeus-cluster.yaml
|
||||
|
@@ -1,23 +0,0 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: piraeus
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1h
|
||||
install:
|
||||
createNamespace: true
|
||||
targetNamespace: piraeus-datastore
|
||||
chart:
|
||||
spec:
|
||||
chart: charts/piraeus
|
||||
version: 2.8.1
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: piraeus-repo
|
||||
namespace: flux-system
|
||||
interval: 60m
|
||||
values:
|
||||
fullnameOverride: piraeus
|
||||
installCRDs: true
|
||||
---
|
Reference in New Issue
Block a user