Skip to content

Commit

Permalink
Add additional SERV_AUTH_CLIENT_SECRET variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maracle6 committed Dec 14, 2023
1 parent 3dcdc57 commit 4f1026e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/pega/templates/_pega-deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ spec:
- name: MAX_RETRIES
value: {{ include "tierClassloaderMaxRetries" (dict "failureThreshold" $livenessProbeFailureThreshold "periodSeconds" $livenessProbePeriodSeconds ) | quote }}
{{- if and (.root.Values.pegasearch.externalSearchService) ((.root.Values.pegasearch.srsAuth).enabled) }}
- name: SERV_AUTH_PRIVATE_KEY
valueFrom:
secretKeyRef:
name: pega-srs-auth-secret
key: privateKey
- name: SERV_AUTH_CLIENT_SECRET
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 4f1026e

Please sign in to comment.