Skip to content

Commit 07839f5

Browse files
Merge pull request #112 from gomgomshrimp/feature/port-ocean-pod-annotations
chore: Add pod annotations to port-ocean deployment
2 parents cde2a68 + 4ad4658 commit 07839f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/port-ocean/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: port-ocean
33
description: A Helm chart for Port Ocean integrations
44
type: application
5-
version: 0.1.23
5+
version: 0.1.24
66
appVersion: "0.1.0"
77
home: https://getport.io/
88
sources:

charts/port-ocean/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ spec:
1414
{{- include "port-ocean.selectorLabels" . | nindent 6 }}
1515
template:
1616
metadata:
17+
{{- with .Values.podAnnotations }}
18+
annotations:
19+
{{- toYaml . | nindent 8 }}
20+
{{- end }}
1721
labels:
1822
app: {{ include "port-ocean.deploymentName" .}}
1923
{{- include "port-ocean.labels" . | nindent 8 }}

0 commit comments

Comments
 (0)