Skip to content

Commit

Permalink
feat(canary): add aws storage provider
Browse files Browse the repository at this point in the history
  • Loading branch information
dogonthehorizon committed Sep 15, 2022
1 parent d212627 commit e6d3753
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions features/canary/prometheus/spinnaker-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ 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
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).
Expand Down

0 comments on commit e6d3753

Please sign in to comment.