sparse-intern-71089
10/24/2023, 3:27 PMgray-chef-51307
10/24/2023, 4:25 PMlittle-cartoon-10569
10/24/2023, 6:33 PMgray-chef-51307
10/24/2023, 11:01 PMlittle-cartoon-10569
10/24/2023, 11:02 PMgray-chef-51307
10/24/2023, 11:06 PMconst const blah = new k8s.helm.v3.Chart('blah, {
chart: 'blah',
fetchOpts: {
repo: '<http://helm.blah.com>',
},
values: {
targetSystem: 'linux',
env: ['stage'],
blah: {
apm: {
enabled: true,
portEnabled: true,
},
apiKey: config.requireSecret('blahApiKey'),
appKey: config.requireSecret('blahAppKey'),
logs: {
enabled: true,
containerCollectAll: true,
},
clusterAgent: {
enabled: true,
metricsProvider: {
enabled: true,
},
},
},
},
})
little-cartoon-10569
10/24/2023, 11:07 PMgray-chef-51307
10/24/2023, 11:09 PMgray-chef-51307
10/24/2023, 11:09 PMgray-chef-51307
10/24/2023, 11:09 PMlittle-cartoon-10569
10/24/2023, 11:10 PM