feat(thanos_sidecar): if enabled must also be configured for deploy to occur
!8
This commit is contained in:
19
values.yaml
19
values.yaml
@ -409,15 +409,16 @@ nfc_monitoring:
|
||||
sidecar:
|
||||
|
||||
enabled: true
|
||||
|
||||
config:
|
||||
type: S3
|
||||
config:
|
||||
bucket: "thanos-metrics"
|
||||
endpoint: "rook-ceph-rgw-earth.ceph.svc:80"
|
||||
access_key: "7J5NM2MNCDB4T4Y9OKJ5"
|
||||
secret_key: "t9r69RzZdWEBL3NCKiUIpDk6j5625xc6HucusiGG"
|
||||
insecure: true
|
||||
|
||||
# Config must be specified for the sidecar to deploy
|
||||
config: {}
|
||||
# type: S3
|
||||
# config:
|
||||
# bucket: "thanos-metrics"
|
||||
# endpoint: "rook-ceph-rgw-earth.ceph.svc:80"
|
||||
# access_key: "7J5NM2MNCDB4T4Y9OKJ5"
|
||||
# secret_key: "t9r69RzZdWEBL3NCKiUIpDk6j5625xc6HucusiGG"
|
||||
# insecure: true
|
||||
|
||||
|
||||
additions:
|
||||
|
Reference in New Issue
Block a user