mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
remove the template file
This commit is contained in:
parent
a3534b7cb8
commit
af3810a7da
1 changed files with 8 additions and 3 deletions
|
@ -43,8 +43,14 @@ spec:
|
|||
value: "petclinic_$RANDOM_PART"
|
||||
- name: CONTRAST__APPLICATION__LANGUAGE
|
||||
value: "java"
|
||||
# - name: CONTRAST__API__USER_API_KEY
|
||||
# value: ""
|
||||
- name: CONTRAST__API__URL
|
||||
value: "https://intuit.contrastsecurity.com/Contrast"
|
||||
- name: CONTRAST__API__API_KEY
|
||||
value: "$CONTRAST__API__API_KEY"
|
||||
- name: CONTRAST__API__SERVICE_KEY
|
||||
value: "$CONTRAST__API__SERVICE_KEY"
|
||||
- name: CONTRAST__API__USER_NAME
|
||||
value: "$CONTRAST__API__USER_NAME"
|
||||
- name: POSTGRES_URL
|
||||
value: "jdbc:postgresql://postgresql/petclinic"
|
||||
- name: POSTGRES_USER
|
||||
|
@ -52,4 +58,3 @@ spec:
|
|||
- name: POSTGRES_PASSWORD
|
||||
value: "petclinic"
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
Loading…
Reference in a new issue