Skip to content

Commit

Permalink
Merge pull request #142 from port-labs/PORT-10638-Bug-Port-agent-cann…
Browse files Browse the repository at this point in the history
…ot-be-ran-with-self-certificate

Removed self certificate dedicated command
  • Loading branch information
omby8888 authored Sep 26, 2024
2 parents cf49d8a + 958db30 commit 563278b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/port-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: port-agent
description: A Helm chart for Port Agent
type: application
version: 0.8.3
appVersion: "v0.7.6"
version: 0.8.4
appVersion: "v0.7.7"
home: https://getport.io/
sources:
- https://github.com/port-labs/port-agent
Expand Down
3 changes: 0 additions & 3 deletions charts/port-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.selfSignedCertificate.enabled }}
command: [ "sh", "-c", "update-ca-certificates && python3 main.py" ]
{{- end }}
securityContext:
{{- if .Values.containerSecurityContext }}
{{- toYaml .Values.containerSecurityContext | nindent 14 }}
Expand Down

0 comments on commit 563278b

Please sign in to comment.