Update example-app-helm-chart/example-app/templates/deployment.yaml
This commit is contained in:
@@ -49,10 +49,10 @@ spec:
|
||||
- name: QUARKUS_DATASOURCE_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: "auth-api-{{ .Values.app.infisical }}"
|
||||
name: "{{ .Values.app.infisical }}"
|
||||
key: QuarkusDB_Username
|
||||
- name: QUARKUS_DATASOURCE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: "auth-api-{{ .Values.app.infisical }}"
|
||||
name: "{{ .Values.app.infisical }}"
|
||||
key: QuarkusDB_Password
|
||||
Reference in New Issue
Block a user