project lead is allergic to changes...
This commit is contained in:
@@ -14,9 +14,9 @@ spec:
|
||||
- values.yaml
|
||||
parameters:
|
||||
- name: app.env.QUARKUS_DATASOURCE_PASSWORD
|
||||
value: testpass
|
||||
value: "{{ (lookup \"v1\" \"Secret\" \"json-echo\" \"auth-api\").data.QuarkusDB_Password | b64dec }}"
|
||||
- name: app.env.QUARKUS_DATASOURCE_USERNAME
|
||||
value: admin
|
||||
value: "{{ (lookup \"v1\" \"Secret\" \"json-echo\" \"auth-api\").data.QuarkusDB_Username | b64dec }}"
|
||||
- name: app.ports.http
|
||||
value: "8091"
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user