Skip to content

Commit

Permalink
Cleanup old cert secret (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Jun 13, 2024
1 parent 404cadb commit 6e4fb6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/webservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: webservice
description: OSC webservice bootstrap Helm Chart
type: application
version: 0.36.0
version: 0.36.1
appVersion: "0.1.0"
maintainers:
- name: treydock
Expand Down
3 changes: 3 additions & 0 deletions charts/webservice/templates/hooks/remove-auth-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ spec:
- "delete"
- "secret"
- {{ include "webservice.auth.name" . }}-cert
{{- range $container := .Values.containers }}
- {{ printf "%s-%s-cert" (include "webservice.name" $) (tpl $container.name $) | quote }}
{{- end }}
- "--namespace={{ .Release.Namespace }}"
- "--ignore-not-found=true"
securityContext:
Expand Down

0 comments on commit 6e4fb6c

Please sign in to comment.