mirror of
				https://github.com/suyiiyii/SIMS.git
				synced 2025-11-04 15:54:52 +08:00 
			
		
		
		
	refactor: update secret.yaml and values.yaml
This commit is contained in:
		
							parent
							
								
									65c3ed655f
								
							
						
					
					
						commit
						b88486f60d
					
				@ -3,9 +3,8 @@ data:
 | 
			
		||||
  spring.datasource.url: {{ .Values.spring.datasource.url | b64enc | quote }}
 | 
			
		||||
  spring.datasource.username: {{ .Values.spring.datasource.username | b64enc | quote }}
 | 
			
		||||
  spring.datasource.password: {{ .Values.spring.datasource.password | b64enc | quote }}
 | 
			
		||||
  spring.datasource.driver-class-name: {{ .Values.spring.datasource.driver-class-name | b64enc | quote }}
 | 
			
		||||
  spring.datasource.driver-class-name: {{ .Values.spring.datasource.driverClassName | b64enc | quote }}
 | 
			
		||||
  jwt.secret: {{ .Values.jwt.secret | b64enc | quote }}
 | 
			
		||||
  
 | 
			
		||||
kind: Secret
 | 
			
		||||
metadata:
 | 
			
		||||
  creationTimestamp: null
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										10
									
								
								values.yaml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								values.yaml
									
									
									
									
									
								
							@ -4,13 +4,13 @@
 | 
			
		||||
 | 
			
		||||
spring:
 | 
			
		||||
  datasource:
 | 
			
		||||
    url:
 | 
			
		||||
    username:
 | 
			
		||||
    password:
 | 
			
		||||
    driver-class-name:
 | 
			
		||||
    url: ""
 | 
			
		||||
    username: ""
 | 
			
		||||
    password: ""
 | 
			
		||||
    driverClassName: ""
 | 
			
		||||
 | 
			
		||||
jwt:
 | 
			
		||||
  secret:
 | 
			
		||||
  secret: ""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
replicaCount: 1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user