File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed 
nix/cardano-services/deployments Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 872872      //  ( builtins . mapAttrs ( _ : value : ( final :
873873        value 
874874        //  { 
875+           context =  "eks-admin" ; 
875876          projectors . asset . enabled =  true ; 
876877
877878          values =  { 
878879            ingress . enabled =  false ; 
879880          } ; 
880881        } ) )  { 
881-         "live-mainnet@us-east-2@asset"  =  { 
882-           name =  "tmp-cardanojs" ; 
883-           namespace =  "live-mainnet" ; 
884-           network =  "mainnet" ; 
885-           region =  "us-east-2" ; 
886-           context =  "eks-admin" ; 
887-         } ; 
888-         "live-mainnet@eu-central-1@asset"  =  { 
889-           name =  "tmp-cardanojs" ; 
890-           namespace =  "live-mainnet" ; 
891-           network =  "mainnet" ; 
892-           region =  "eu-central-1" ; 
893-           context =  "eks-admin" ; 
894-         } ; 
882+         #"live-mainnet@us-east-2@asset" = { 
883+         #  name = "tmp-cardanojs"; 
884+         #  namespace = "live-mainnet"; 
885+         #  network = "mainnet"; 
886+         #  region = "us-east-2"; 
887+         #}; 
895888      } ) ; 
896889
897890    targetGroups =  targets : { 
898-       ASSET =  lib . filterAttrs ( name : _ : lib . hasSuffix "asset"  name )  targets ; 
891+       # ASSET = lib.filterAttrs (name: _: lib.hasSuffix "asset" name) targets;
899892      DEV =  lib . filterAttrs ( name : _ : lib . hasPrefix "dev-"  name )  targets ; 
900893      LIVE =  lib . filterAttrs ( name : _ : lib . hasPrefix "live-"  name )  targets ; 
901894      OPS =  lib . filterAttrs ( name : _ : lib . hasPrefix "ops-"  name )  targets ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments