Fix up validation errors from LMA functions

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
This commit is contained in:
Steven Fitzpatrick 2021-06-03 03:21:48 +00:00
parent 49f02e6be4
commit 38f0e9ee65
11 changed files with 11 additions and 17 deletions

View File

@ -11,6 +11,5 @@ spec:
kind: HelmRepository
name: elasticsearch
interval: 1m
wait: false
timeout: 5m
values: {}

View File

@ -7,11 +7,9 @@ spec:
interval: 5m
chart:
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
version: 6.1.0
interval: 1m
timeout: 5m
# Reference values at

View File

@ -11,6 +11,5 @@ spec:
kind: HelmRepository
name: kibana
interval: 1m
wait: false
timeout: 5m
values: {}

View File

@ -36,7 +36,7 @@ replacements:
objref:
kind: HelmRelease
name: kibana
fieldrefs: ["{.spec.chart.version}"]
fieldrefs: ["{.spec.chart.spec.version}"]
- source:
objref:
kind: VersionsCatalogue

View File

@ -11,7 +11,6 @@ spec:
kind: HelmRepository
name: minio
interval: 1m
wait: false
timeout: 5m
# Reference values at
# https://github.com/minio/charts/blob/master/minio/values.yaml

View File

@ -11,7 +11,6 @@ spec:
kind: HelmRepository
name: thanos
interval: 1m
wait: false
timeout: 5m
# Reference values at
# https://github.com/banzaicloud/thanos-operator/blob/master/charts/thanos-operator/values.yaml

View File

@ -2,5 +2,5 @@ resources:
- ../../../../type/airship-core/target/workload
- ../catalogues
transformers:
- ../../../../function/ingress/replacements
- ./replacements
- ../../../../type/airship-core/target/workload/replacements