Skip to content

Commit

Permalink
Update letsencrypt-prod-gcp.yaml
Browse files Browse the repository at this point in the history
  annotations:
    "helm.sh/hook": "post-install,post-upgrade"
    "helm.sh/hook-weight": "5"
  • Loading branch information
smarunich committed Jun 7, 2024
1 parent 34ad8ee commit 65aa029
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod-gcp
annotations:
"helm.sh/hook": "post-install,post-upgrade"
"helm.sh/hook-weight": "5"
spec:
acme:
email: [email protected]
Expand Down

0 comments on commit 65aa029

Please sign in to comment.