Skip to content
Snippets Groups Projects
Commit bdebe2cc authored by Andri Joos's avatar Andri Joos :blush:
Browse files

move cert-manager acme issuer to cert-manager namespace

parent 7ca8a86c
No related branches found
No related tags found
No related merge requests found
{{- define "common.acme-issuer" -}}
{{- define "common.cert-manager.acme-issuer" -}}
apiVersion: {{ .Values.apiVersion | default "cert-manager.io/v1" }}
kind: {{ .Values.type | default "Issuer" }}
metadata:
......
{{- if .Values.acme }}
{{ include "common.acme-issuer" (dict "Values" .Values.acme "Chart" .Chart "Release" .Release) }}
{{ include "common.cert-manager.acme-issuer" (dict "Values" .Values.acme "Chart" .Chart "Release" .Release) }}
{{- end }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment