Skip to content

Commit

Permalink
Added selfsigned cert issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Sep 7, 2022
1 parent 06f9636 commit c9d753a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tum-gis-iot-stack-k8s
description: Helm Chart for the TUM-GI IoT stack.
type: application
version: 0.2.2
version: 0.2.3
appVersion: "0.0.1"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/charts/certIssuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: certIssuer
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.2.0
appVersion: "0.1.0"
13 changes: 13 additions & 0 deletions helm/charts/charts/certIssuer/templates/self-signed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{- if .Values.enabled -}}
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: selfsigned
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "certIssuer.labels" . | nindent 4 }}
app.kubernetes.io/part-of: tum-gis-iot-stack-k8s
app.kubernetes.io/component: acme-ssl
spec:
selfSigned: {}
{{- end -}}

0 comments on commit c9d753a

Please sign in to comment.