File tree 6 files changed +198
-46
lines changed
6 files changed +198
-46
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : " 0.5 "
18
+ version : " 0.6 "
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v0.2 .0"
24
+ appVersion : " v0.3 .0"
25
25
26
26
home : https://github.com/kaasops/vector-operator
27
27
sources :
Original file line number Diff line number Diff line change @@ -2416,6 +2416,52 @@ spec:
2416
2416
- name
2417
2417
type : object
2418
2418
type : array
2419
+ envFrom :
2420
+ description : Env that will be added to Vector pod from ConfigMap or
2421
+ Secret sources
2422
+ items :
2423
+ description : EnvFromSource represents the source of a set of ConfigMaps
2424
+ properties :
2425
+ configMapRef :
2426
+ description : The ConfigMap to select from
2427
+ properties :
2428
+ name :
2429
+ default : " "
2430
+ description : |-
2431
+ Name of the referent.
2432
+ This field is effectively required, but due to backwards compatibility is
2433
+ allowed to be empty. Instances of this type with an empty value here are
2434
+ almost certainly wrong.
2435
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2436
+ type : string
2437
+ optional :
2438
+ description : Specify whether the ConfigMap must be defined
2439
+ type : boolean
2440
+ type : object
2441
+ x-kubernetes-map-type : atomic
2442
+ prefix :
2443
+ description : An optional identifier to prepend to each key in
2444
+ the ConfigMap. Must be a C_IDENTIFIER.
2445
+ type : string
2446
+ secretRef :
2447
+ description : The Secret to select from
2448
+ properties :
2449
+ name :
2450
+ default : " "
2451
+ description : |-
2452
+ Name of the referent.
2453
+ This field is effectively required, but due to backwards compatibility is
2454
+ allowed to be empty. Instances of this type with an empty value here are
2455
+ almost certainly wrong.
2456
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2457
+ type : string
2458
+ optional :
2459
+ description : Specify whether the Secret must be defined
2460
+ type : boolean
2461
+ type : object
2462
+ x-kubernetes-map-type : atomic
2463
+ type : object
2464
+ type : array
2419
2465
eventCollector :
2420
2466
properties :
2421
2467
image :
Original file line number Diff line number Diff line change @@ -2414,6 +2414,52 @@ spec:
2414
2414
- name
2415
2415
type : object
2416
2416
type : array
2417
+ envFrom :
2418
+ description : Env that will be added to Vector pod from ConfigMap or
2419
+ Secret sources
2420
+ items :
2421
+ description : EnvFromSource represents the source of a set of ConfigMaps
2422
+ properties :
2423
+ configMapRef :
2424
+ description : The ConfigMap to select from
2425
+ properties :
2426
+ name :
2427
+ default : " "
2428
+ description : |-
2429
+ Name of the referent.
2430
+ This field is effectively required, but due to backwards compatibility is
2431
+ allowed to be empty. Instances of this type with an empty value here are
2432
+ almost certainly wrong.
2433
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2434
+ type : string
2435
+ optional :
2436
+ description : Specify whether the ConfigMap must be defined
2437
+ type : boolean
2438
+ type : object
2439
+ x-kubernetes-map-type : atomic
2440
+ prefix :
2441
+ description : An optional identifier to prepend to each key in
2442
+ the ConfigMap. Must be a C_IDENTIFIER.
2443
+ type : string
2444
+ secretRef :
2445
+ description : The Secret to select from
2446
+ properties :
2447
+ name :
2448
+ default : " "
2449
+ description : |-
2450
+ Name of the referent.
2451
+ This field is effectively required, but due to backwards compatibility is
2452
+ allowed to be empty. Instances of this type with an empty value here are
2453
+ almost certainly wrong.
2454
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2455
+ type : string
2456
+ optional :
2457
+ description : Specify whether the Secret must be defined
2458
+ type : boolean
2459
+ type : object
2460
+ x-kubernetes-map-type : atomic
2461
+ type : object
2462
+ type : array
2417
2463
eventCollector :
2418
2464
properties :
2419
2465
image :
Original file line number Diff line number Diff line change @@ -2434,6 +2434,53 @@ spec:
2434
2434
- name
2435
2435
type : object
2436
2436
type : array
2437
+ envFrom :
2438
+ description : Env that will be added to Vector pod from ConfigMap
2439
+ or Secret sources
2440
+ items :
2441
+ description : EnvFromSource represents the source of a set of
2442
+ ConfigMaps
2443
+ properties :
2444
+ configMapRef :
2445
+ description : The ConfigMap to select from
2446
+ properties :
2447
+ name :
2448
+ default : " "
2449
+ description : |-
2450
+ Name of the referent.
2451
+ This field is effectively required, but due to backwards compatibility is
2452
+ allowed to be empty. Instances of this type with an empty value here are
2453
+ almost certainly wrong.
2454
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2455
+ type : string
2456
+ optional :
2457
+ description : Specify whether the ConfigMap must be defined
2458
+ type : boolean
2459
+ type : object
2460
+ x-kubernetes-map-type : atomic
2461
+ prefix :
2462
+ description : An optional identifier to prepend to each key
2463
+ in the ConfigMap. Must be a C_IDENTIFIER.
2464
+ type : string
2465
+ secretRef :
2466
+ description : The Secret to select from
2467
+ properties :
2468
+ name :
2469
+ default : " "
2470
+ description : |-
2471
+ Name of the referent.
2472
+ This field is effectively required, but due to backwards compatibility is
2473
+ allowed to be empty. Instances of this type with an empty value here are
2474
+ almost certainly wrong.
2475
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
2476
+ type : string
2477
+ optional :
2478
+ description : Specify whether the Secret must be defined
2479
+ type : boolean
2480
+ type : object
2481
+ x-kubernetes-map-type : atomic
2482
+ type : object
2483
+ type : array
2437
2484
expireMetricsSecs :
2438
2485
description : |-
2439
2486
Vector will expire internal metrics that haven’t been emitted/updated in the configured interval (default 300 seconds).
You can’t perform that action at this time.
0 commit comments