Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 13b13e36 authored by Vandan Juvekar's avatar Vandan Juvekar
Browse files

Formatting

parent d9986b66
No related branches found
No related tags found
No related merge requests found
{{- range .Values.clusterIssuers }}
{{- if eq .type "ca" }}
{{- if eq .type "CA" }}
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
......
{{- range .Values.clusterIssuers }}
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
......@@ -6,7 +7,7 @@ metadata:
spec:
{{- if eq .type "selfSigned" }}
selfSigned: {}
{{- else if eq .type "ca" }}
{{- else if eq .type "CA" }}
ca:
secretName: {{ .secretName }}
{{- end }}
......
......@@ -2,7 +2,7 @@ clusterIssuers:
- name: cert-manager-selfsigned
type: selfSigned
- name: cert-manager-ca
type: ca
type: CA
secretName: cert-manager-ca-root
privateKey:
algorithm: ECDSA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment