We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cde2a68 + 4ad4658 commit 07839f5Copy full SHA for 07839f5
charts/port-ocean/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: port-ocean
3
description: A Helm chart for Port Ocean integrations
4
type: application
5
-version: 0.1.23
+version: 0.1.24
6
appVersion: "0.1.0"
7
home: https://getport.io/
8
sources:
charts/port-ocean/templates/deployment.yaml
@@ -14,6 +14,10 @@ spec:
14
{{- include "port-ocean.selectorLabels" . | nindent 6 }}
15
template:
16
metadata:
17
+ {{- with .Values.podAnnotations }}
18
+ annotations:
19
+ {{- toYaml . | nindent 8 }}
20
+ {{- end }}
21
labels:
22
app: {{ include "port-ocean.deploymentName" .}}
23
{{- include "port-ocean.labels" . | nindent 8 }}
0 commit comments