Skip to content

Commit

Permalink
update meteringtpl
Browse files Browse the repository at this point in the history
  • Loading branch information
AronKa-SAG committed Jun 17, 2024
1 parent ac2bf80 commit acfaac5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apigateway/helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://open-source.softwareag.com/webmethods-helm-charts/charts
version: 1.0.1
version: 1.0.2
- name: prometheus-elasticsearch-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 5.0.0
digest: sha256:3e450b2f52c57562e920dce727c8354be6cc2717f0d6fb15f23c393a49313a9b
generated: "2023-11-21T17:33:57.371102+01:00"
digest: sha256:c8fd5d9ed3a3017059f47b0eca80f748d8c3c3c090bb15badb93f8473171901e
generated: "2024-06-17T10:32:44.63173+02:00"
Binary file removed apigateway/helm/charts/common-1.0.1.tgz
Binary file not shown.
Binary file added apigateway/helm/charts/common-1.0.2.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions common/helm/templates/_metering.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Usage:
- name: "METERING_TRUSTSTORE_FILE"
value: "{{ .Values.metering.trustStoreFile }}"
- name: "METERING_TRUSTSTORE_PASSWORD"
{{ if .Values.metering.trustStorePasswordFromSecret.enabled }}
{{- if .Values.metering.trustStorePasswordFromSecret.enabled }}
valueFrom:
secretKeyRef:
name: "{{ .Values.metering.trustStorePasswordFromSecret.secretName }}"
key: "{{ .Values.metering.trustStorePasswordFromSecret.secretKey }}"
{{ else }}
{{- else }}
value: "{{ .Values.metering.trustStorePassword }}"
{{ end }}
{{- end }}
{{- end }}

0 comments on commit acfaac5

Please sign in to comment.