gray-chef-51307
10/24/2023, 3:27 PMpulumi preview
on my laptop and in my new CI/CD pipeline in github. While the commit hash is the exact same, I get a different result from each command. Any idea what might cause this to appear as drift even though the code is the same? See screen shots. Is there something wrong with how I'm configuring things or is this just some weird version mismatch?little-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 PMlittle-cartoon-10569
10/24/2023, 11:10 PM