diff --git a/microservicesruntime/helm/Chart.yaml b/microservicesruntime/helm/Chart.yaml index 1a1055e..cb679e8 100644 --- a/microservicesruntime/helm/Chart.yaml +++ b/microservicesruntime/helm/Chart.yaml @@ -38,4 +38,4 @@ dependencies: repository: "https://open-source.softwareag.com/webmethods-helm-charts/charts" tags: - softwareag-common - version: 1.x.x \ No newline at end of file + version: 1.0.2 \ No newline at end of file diff --git a/microservicesruntime/helm/values.yaml b/microservicesruntime/helm/values.yaml index 9b42ba9..afc7cec 100644 --- a/microservicesruntime/helm/values.yaml +++ b/microservicesruntime/helm/values.yaml @@ -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: