Skip to content

Commit

Permalink
external_secret_name default value
Browse files Browse the repository at this point in the history
  • Loading branch information
maracle6 committed Dec 20, 2023
1 parent d79a514 commit 4fcb06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pega/templates/pega-srs-auth-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (.Values.pegasearch.externalSearchService) ((.Values.pegasearch.srsAuth).enabled) (not .Values.pegasearch.srsAuth.external_secret_name)}}
{{- if and (.Values.pegasearch.externalSearchService) ((.Values.pegasearch.srsAuth).enabled) (not (default .Values.pegasearch.srsAuth.external_secret_name "")) }}
# Secret for OAuth private key used to get an authorization token for Pega Infinity connection to Search and Reporting Service
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit 4fcb06e

Please sign in to comment.