Skip to content

Commit

Permalink
Merge pull request #45 from port-labs/Ocean-Support_Self-signed_certi…
Browse files Browse the repository at this point in the history
…ficates-fix

Added env var to respect certificate
  • Loading branch information
MatanHeledPort authored Dec 5, 2023
2 parents 6693c7c + 42cc3cc commit 6f838b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/port-ocean/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-ocean
description: A Helm chart for Port Ocean integrations
type: application
version: 0.1.7
version: 0.1.8
appVersion: "0.1.0"
home: https://getport.io/
sources:
Expand Down
5 changes: 5 additions & 0 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ spec:
- containerPort: {{.Values.service.port}}
protocol: TCP
{{- end }}
{{- if .Values.integration.selfSignedCertificate.enabled }}
env:
- name: SSL_CERT_DIR
value: /etc/ssl/certs/
{{- end }}
envFrom:
- configMapRef:
name: {{ include "port-ocean.configMapName" . }}
Expand Down

0 comments on commit 6f838b4

Please sign in to comment.