mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-03 12:56:10 +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.url: {{ .Values.spring.datasource.url | b64enc | quote }}
|
||||||
spring.datasource.username: {{ .Values.spring.datasource.username | b64enc | quote }}
|
spring.datasource.username: {{ .Values.spring.datasource.username | b64enc | quote }}
|
||||||
spring.datasource.password: {{ .Values.spring.datasource.password | 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 }}
|
jwt.secret: {{ .Values.jwt.secret | b64enc | quote }}
|
||||||
|
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
10
values.yaml
10
values.yaml
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url:
|
url: ""
|
||||||
username:
|
username: ""
|
||||||
password:
|
password: ""
|
||||||
driver-class-name:
|
driverClassName: ""
|
||||||
|
|
||||||
jwt:
|
jwt:
|
||||||
secret:
|
secret: ""
|
||||||
|
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user