38f0e9ee65
I'm splitting these changes from [0] for clarity. This change fixes various indentation errors/ key placements in LMA functions. Also fixes a validation error in the test-site's workload replacements [0] https://review.opendev.org/c/airship/treasuremap/+/793106 Change-Id: I9f252cf067e30de6e961edaa412ab87a902918de
19 lines
422 B
YAML
19 lines
422 B
YAML
apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: thanos-operator
|
|
spec:
|
|
releaseName: thanos-operator
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: thanos
|
|
interval: 1m
|
|
timeout: 5m
|
|
# Reference values at
|
|
# https://github.com/banzaicloud/thanos-operator/blob/master/charts/thanos-operator/values.yaml
|
|
values:
|
|
manageCrds: false
|