Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/dex] Pod annotations Dex #14979

Merged
merged 2 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: dex
version: 1.4.0
version: 1.5.0
appVersion: 2.16.0
description: CoreOS Dex
keywords:
Expand Down
3 changes: 3 additions & 0 deletions stable/dex/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
release: "{{ .Release.Name }}"
annotations:
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
serviceAccountName: {{ template "dex.serviceAccountName" . }}
nodeSelector:
Expand Down
2 changes: 2 additions & 0 deletions stable/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ inMiniKube: false

nodeSelector: {}

podAnnotations: {}

tolerations: []
# - key: CriticalAddonsOnly
# operator: Exists
Expand Down