Skip to content

Commit

Permalink
Merge pull request #112 from gomgomshrimp/feature/port-ocean-pod-anno…
Browse files Browse the repository at this point in the history
…tations

chore: Add pod annotations to port-ocean deployment
  • Loading branch information
yairsimantov20 authored Jun 6, 2024
2 parents cde2a68 + 4ad4658 commit 07839f5
Show file tree
Hide file tree
Showing 2 changed files with 5 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.23
version: 0.1.24
appVersion: "0.1.0"
home: https://getport.io/
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ spec:
{{- include "port-ocean.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app: {{ include "port-ocean.deploymentName" .}}
{{- include "port-ocean.labels" . | nindent 8 }}
Expand Down

0 comments on commit 07839f5

Please sign in to comment.