File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- 2.1.2
1
+ 2.2.0
Original file line number Diff line number Diff line change @@ -171,16 +171,6 @@ async function gatherGitOps() {
171
171
172
172
const namespace = namespaceList . items [ selection - 1 ] . metadata . name ;
173
173
174
- const apps = await argoProj . namespace ( namespace ) . getApplicationList ( ) ;
175
- const isCodfresh = apps . items . some ( ( app ) => [ 'codefresh.io/entity' ] in app . metadata . labels ) ;
176
-
177
- if ( ! isCodfresh ) {
178
- const continueData = confirm ( `\nCould not find a GitOps Runtime in ${ namespace } . Do you still want to continue?` ) ;
179
- if ( ! continueData ) {
180
- Deno . exit ( ) ;
181
- }
182
- }
183
-
184
174
console . log ( `\nGathering Data In ${ namespace } For The GitOps Runtime.` ) ;
185
175
186
176
await fetchAndSaveData ( 'gitops' , namespace ) ;
You can’t perform that action at this time.
0 commit comments