Skip to content

Commit

Permalink
Chart extension deployment environment missing SP_COUCHDB_USER
Browse files Browse the repository at this point in the history
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
  • Loading branch information
yanfeng1992 committed Mar 4, 2024
1 parent 7000686 commit af6036e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
secretKeyRef:
name: "{{ .Values.streampipes.auth.secretName }}"
key: sp-initial-client-secret
- name: SP_COUCHDB_USER
value: "{{ .Values.external.couchdb.user }}"
- name: SP_COUCHDB_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit af6036e

Please sign in to comment.