Skip to content

Commit

Permalink
dex: keep configmap after creation
Browse files Browse the repository at this point in the history
Since the configmap is needed for the `grpc` and `web` jobs, don't
delete it after successful creation.

Backported from: helm/charts#18380
  • Loading branch information
jkoelker committed Jan 10, 2020
1 parent 240de43 commit e32c903
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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.6.12
version: 1.6.13
appVersion: 2.17.0
description: CoreOS Dex
keywords:
Expand Down
4 changes: 0 additions & 4 deletions stable/dex/templates/config-openssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ metadata:
heritage: "{{ .Release.Service }}"
release: "{{ .Release.Name }}"
name: {{ template "dex.fullname" . }}-openssl-config
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "1"
"helm.sh/hook-delete-policy": hook-succeeded,before-hook-creation
data:
openssl.conf: |
{{ .Files.Get "config/openssl.conf" | indent 4 }}
Expand Down

0 comments on commit e32c903

Please sign in to comment.