Skip to content

Commit

Permalink
chore: Add pod annotations to port-ocean deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
gomgomshrimp committed Jun 4, 2024
1 parent cde2a68 commit 5ef0777
Showing 1 changed file with 4 additions and 0 deletions.
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 5ef0777

Please sign in to comment.