• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修订版76ca38f723a88b3ee20f0ebf8348994627dd8671 (tree)
时间2019-08-16 07:34:33
作者James Rawlings <rawlingsj80@gmai...>
CommiterGitHub

Log Message

No longer need cert-manager ingress annotations

This is all done via the cert-manager issuer now.

更改概述

差异

--- a/env/templates/700-hook-ing.yaml
+++ b/env/templates/700-hook-ing.yaml
@@ -5,11 +5,6 @@ metadata:
55 name: hook
66 annotations:
77 kubernetes.io/ingress.class: nginx
8-{{- if eq .Values.certmanager.production "true" }}
9- certmanager.k8s.io/issuer: letsencrypt-prod
10-{{- else }}
11- certmanager.k8s.io/issuer: letsencrypt-staging
12-{{- end }}
138 spec:
149 rules:
1510 - host: hook{{ .Values.cluster.namespaceSubDomain }}{{ .Values.cluster.domain }}