added repo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{- if .Values.enterprise.enabled -}}
|
||||
{{- if not .Values.license.external }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ tpl .Values.license.secretName . }}
|
||||
labels:
|
||||
{{- include "tempo.labels" (dict "ctx" .) | nindent 4 }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
data:
|
||||
license.jwt: {{ .Values.license.contents | b64enc }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user