Skip to content

Commit

Permalink
feat: add pod annotations to helm chart (mend#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp3nx0r authored Apr 9, 2022
1 parent b70581d commit a933a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/whitesource-renovate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: whitesource-renovate
version: 3.1.0
appVersion: 1.2.0
version: 3.1.1
appVersion: 2.1.1
description: Responsive Dependency Automation
home: https://github.com/whitesource/renovate-on-prem
sources:
Expand Down
4 changes: 4 additions & 0 deletions helm-charts/whitesource-renovate/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
labels:
app.kubernetes.io/name: {{ include "whitesource-renovate.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
securityContext:
{{ toYaml .Values.podSecurityContext | indent 8 }}
Expand Down

0 comments on commit a933a3a

Please sign in to comment.