Skip to content

Commit

Permalink
trustStorePasswordFromSecret added to support common 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thr committed Jun 24, 2024
1 parent 82efdab commit cc53981
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion microservicesruntime/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dependencies:
repository: "https://open-source.softwareag.com/webmethods-helm-charts/charts"
tags:
- softwareag-common
version: 1.x.x
version: 1.0.2
10 changes: 10 additions & 0 deletions microservicesruntime/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,16 @@ metering:
# -- The password for the metering client truststore.
# Configure this property only if you use a truststore.
trustStorePassword:
# -- Configuration for secretKeyRef containing the password for the metering client truststore.
# Configure this property only if you use a truststore.
# Mutually exclusive with providing the password directly over metering.trustStorePassword.
trustStorePasswordFromSecret:
# -- enable secretKeyRef instead of providing password directly
enabled: false
# -- Name of the referenced secret
secretName: ""
# -- Key containing the truststore password in the referenced secret
secretKey: ""

# -- Define values for Prometheus Operator to scrap metrics via annotation or ServiceMonitor.
prometheus:
Expand Down

0 comments on commit cc53981

Please sign in to comment.