Fix invalid kind in monitoring HelmRelease
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: linking
|
||||
namespace: linkding
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- namespace.yaml
|
||||
- srv.yaml
|
||||
- pvc.yaml
|
||||
- deployment.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart: kube-prometheus-stack
|
||||
interval: 12h0m0s
|
||||
sourceRef:
|
||||
kind: HelmRelease
|
||||
kind: HelmRepository
|
||||
name: monitoring
|
||||
namespace: monitoring
|
||||
version: 66.x
|
||||
|
||||
@@ -65,7 +65,7 @@ func PrometheusRelease() helm.HelmRelease {
|
||||
Version: root.HELM_PROMETHEUS_CHART_VERSION,
|
||||
Interval: &interval,
|
||||
SourceRef: helm.CrossNamespaceObjectReference{
|
||||
Kind: kube.FluxHelmReleaseMeta.Kind,
|
||||
Kind: kube.FluxHelmRepositoryMeta.Kind,
|
||||
Name: meta.Meta().Name,
|
||||
Namespace: Namespace.Name,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user