File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 2828        with :
2929          context : . 
3030          push : true 
31-           tags : dipperpinees/soundwave:${{ github.sha }} 
31+           tags : dipperpinees/soundwave:${{ github.sha }} 
32+           build-args : | 
33+             GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }} 
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
99    nginx.ingress.kubernetes.io/ssl-redirect : " false" 
1010    nginx.ingress.kubernetes.io/force-ssl-redirect : " false" 
1111spec :
12+   ingressClassName : {{ .Values.ingress.className }} 
1213  rules :
1314    {{- range .Values.ingress.hosts }} 
1415    - host : {{ .host }} 
Original file line number Diff line number Diff line change @@ -6,3 +6,29 @@ metadata:
66    app : {{ .Chart.Name }} 
77type : Opaque 
88data :
9+   #  Database configuration
10+   DB_USERNAME : " " 
11+   DB_PASSWORD : " " 
12+   DB_NAME : " " 
13+   DB_HOST : " " 
14+   DB_PORT : " " 
15+   
16+   #  JWT Secret
17+   SECRET_KEY : " " 
18+   
19+   #  Cloudinary configuration
20+   CLOUDINARY_CLOUD_NAME : " " 
21+   CLOUDINARY_API_KEY : " " 
22+   CLOUDINARY_API_SECRET : " " 
23+   CLOUDINARY_UPLOAD_FOLDER : " " 
24+   
25+   #  Email configuration
26+   EMAIL : " " 
27+   EMAIL_PASSWORD : " " 
28+   
29+   #  Admin configuration
30+   ADMIN_EMAIL : " " 
31+   ADMIN_PASSWORD : " " 
32+   
33+   #  Google OAuth
34+   GOOGLE_CLIENT_ID : " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments