mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-02 00:16:11 +08:00
refactor: update secret.yaml and values.yaml
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
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