Skip to content

Commit

Permalink
Add pod Annotations (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Feb 4, 2021
1 parent f346d1f commit bde2eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-artifactory-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.9.1"
description: A Helm chart for the Prometheus Artifactory Exporter
name: prometheus-artifactory-exporter
version: 0.1.3
version: 0.1.4
keywords:
- metrics
- artifactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
release: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.statefulSet.annotations | nindent 8 }}
{{ toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ template "prometheus-artifactory-exporter.serviceAccountName" . }}
Expand Down

0 comments on commit bde2eeb

Please sign in to comment.