From 391978c740e4336ca248f7d2e7721eb5f2027e99 Mon Sep 17 00:00:00 2001 From: Jared Rodriguez Date: Fri, 4 Oct 2019 19:06:39 -0500 Subject: [PATCH] Remove unnecessary hook declaration --- staging/kube-oidc-proxy/Chart.yaml | 2 +- staging/kube-oidc-proxy/templates/certificate.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/staging/kube-oidc-proxy/Chart.yaml b/staging/kube-oidc-proxy/Chart.yaml index 32a3060ea8..272cf525d8 100644 --- a/staging/kube-oidc-proxy/Chart.yaml +++ b/staging/kube-oidc-proxy/Chart.yaml @@ -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: diff --git a/staging/kube-oidc-proxy/templates/certificate.yaml b/staging/kube-oidc-proxy/templates/certificate.yaml index 2934e39132..d7b3c08dfc 100644 --- a/staging/kube-oidc-proxy/templates/certificate.yaml +++ b/staging/kube-oidc-proxy/templates/certificate.yaml @@ -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