Skip to content

Commit

Permalink
fix: openmetadata-java-connector
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <ffais@fbk.eu>
  • Loading branch information
ffais committed Feb 27, 2024
1 parent 499061c commit 1a5c21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openmetadata-java-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: openmetadata-java-connector
description: Connector to store in OpenMetadata some Dataitem info coming from the DigitaHub Platform. The data must be published on a RabbitMQ Queue in 'JSON' format.
type: application
version: 0.1.4
version: 0.1.5
appVersion: "1.2"
3 changes: 3 additions & 0 deletions charts/openmetadata-java-connector/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ spec:
key: {{ .Values.connector.openmetadata.existingSecrets.token.secretKey }}
{{- end }}
{{- end }}
envFrom:
- configMapRef:
name: {{ .Chart.Name }}-configmap
{{- with .Values.livenessProbe }}
livenessProbe:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 1a5c21d

Please sign in to comment.