Skip to content

Commit

Permalink
Remove unnecessary hook declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0d committed Oct 5, 2019
1 parent cc1ac42 commit 391978c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion staging/kube-oidc-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "v0.1.1"
description: A Helm chart for kube-oidc-proxy
home: https://github.com/mesosphere/charts
name: kube-oidc-proxy
version: 0.1.3
version: 0.1.4
sources:
- https://github.com/jetstack/kube-oidc-proxy
maintainers:
Expand Down
2 changes: 0 additions & 2 deletions staging/kube-oidc-proxy/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ kind: Certificate
metadata:
name: kube-oidc-proxy
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/hook": pre-install,pre-upgrade
spec:
secretName: kube-oidc-proxy-kubeaddons-server-tls
duration: 87600h
Expand Down

0 comments on commit 391978c

Please sign in to comment.