Skip to content

Commit

Permalink
fix secret condition (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Jun 13, 2024
1 parent 61b2158 commit e1bf6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.1
version: 0.3.2
appVersion: "0.1.0"
home: https://getport.io/
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ spec:
envFrom:
- configMapRef:
name: {{ include "port-ocean.configMapName" . }}
{{- if .Values.secret.useExistingSecret }}
{{- include "port-ocean.additionalSecrets" . | nindent 10 }}
{{- if "port-ocean.additionalSecrets" }}
{{- include "port-ocean.additionalSecrets" . | nindent 10 }}
{{- end }}
volumeMounts:
{{- if .Values.extraVolumeMounts }}
Expand Down

0 comments on commit e1bf6c5

Please sign in to comment.