2020-11-26 13:21:10 +00:00
|
|
|
{{- define "cert-manager-values" }}
|
2020-11-26 17:37:10 +00:00
|
|
|
|
2020-11-26 13:21:10 +00:00
|
|
|
localCA:
|
|
|
|
enabled: true
|
|
|
|
{{ with index .Values "cert-manager" "IamArn" }}
|
|
|
|
cert-manager:
|
|
|
|
podAnnotations:
|
|
|
|
iam.amazonaws.com/role: "{{ . }}"
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- with index .Values "cert-manager" "clusterIssuer" }}
|
|
|
|
clusterIssuer:
|
|
|
|
{{- . | toYaml | nindent 2 }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- define "cert-manager-argo" }}
|
2020-05-05 14:21:09 +00:00
|
|
|
{{- end }}
|
2020-11-26 13:21:10 +00:00
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|