Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #108 from rawlingsj/master
Browse files Browse the repository at this point in the history
chore: lets label the certmanager certificate resources so it is easy …
  • Loading branch information
jenkins-x-bot authored Nov 17, 2019
2 parents 31eaff1 + 1be8dc9 commit 066c5f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/acme/templates/cert-manager-prod-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: "tls-{{ .Values.cluster.domain | replace "." "-" }}-p"
labels:
jenkins.io/letsencrypt-service: production
spec:
secretName: "tls-{{ .Values.cluster.domain | replace "." "-" }}-p"
issuerRef:
Expand Down
2 changes: 2 additions & 0 deletions systems/acme/templates/cert-manager-staging-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: "tls-{{ .Values.cluster.domain | replace "." "-" }}-s"
labels:
jenkins.io/letsencrypt-service: staging
spec:
secretName: "tls-{{ .Values.cluster.domain | replace "." "-" }}-s"
issuerRef:
Expand Down

0 comments on commit 066c5f5

Please sign in to comment.