File tree Expand file tree Collapse file tree 1 file changed +2
-25
lines changed
lib/pipeline-multi-env-gitops Expand file tree Collapse file tree 1 file changed +2
-25
lines changed Original file line number Diff line number Diff line change @@ -80,30 +80,7 @@ export default class PipelineMultiEnvGitops {
80
80
const addons : blueprints . ClusterAddOn [ ] = [
81
81
new blueprints . AwsLoadBalancerControllerAddOn ( ) ,
82
82
new blueprints . CertManagerAddOn ( ) ,
83
- new blueprints . SecretsStoreAddOn ( {
84
- values : {
85
- linux : {
86
- affinity : {
87
- nodeAffinity : {
88
- requiredDuringSchedulingIgnoredDuringExecution :
89
- {
90
- nodeSelectorTerms : [
91
- {
92
- matchExpressions : [
93
- {
94
- key : 'eks.amazonaws.com/compute-type' ,
95
- operator : 'NotIn' ,
96
- values : [ 'fargate' ] ,
97
- } ,
98
- ] ,
99
- } ,
100
- ] ,
101
- } ,
102
- } ,
103
- } ,
104
- } ,
105
- } ,
106
- } ) ,
83
+ new blueprints . SecretsStoreAddOn ( ) ,
107
84
new blueprints . MetricsServerAddOn ( ) ,
108
85
] ;
109
86
@@ -267,4 +244,4 @@ function buildEnvAddons(
267
244
new blueprints . KarpenterAddOn ( buildKarpenterConfig ( envId ) ) ,
268
245
createArgoAddonConfig ( envName ) ,
269
246
] ;
270
- }
247
+ }
You can’t perform that action at this time.
0 commit comments