From b8552bf516cb1383a74ff1932e3d0ea009e68b85 Mon Sep 17 00:00:00 2001 From: Fernando Freire Date: Thu, 15 Sep 2022 07:08:37 -0700 Subject: [PATCH] feat(canary): add aws storage provider --- features/canary/prometheus/spinnaker-config.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/features/canary/prometheus/spinnaker-config.yml b/features/canary/prometheus/spinnaker-config.yml index dc00fae..642e5ee 100644 --- a/features/canary/prometheus/spinnaker-config.yml +++ b/features/canary/prometheus/spinnaker-config.yml @@ -23,15 +23,20 @@ spec: baseUrl: http://prometheus:9090 # (Required). The base URL to the Prometheus server. supportedTypes: - METRICS_STORE - - CONFIGURATION_STORE #username: admin # (Optional). Username for Prometheus Basic Auth #password: encrypted:k8s!n:spin-secrets!k:prometheus-password # (Optional). Password for Prometheus Basic Auth - # NOTE: Needed to get past an operator/halyard validation issue - name: aws - enabled: false - accounts: [] - + enabled: true + accounts: + - name: aws + bucket: armory-kayenta-test-bucket + region: us-west-2 + rootFolder: kayenta + supportedTypes: + - CONFIGURATION_STORE + - OBJECT_STORE + s3Enabled: true reduxLoggerEnabled: true # Whether or not to enable redux logging in the canary module in deck (Default: true). defaultJudge: NetflixACAJudge-v1.0 # Name of canary judge to use by default (Default: NetflixACAJudge-v1.0). stagesEnabled: true # Whether or not to enable canary stages in deck (Default: true).