added repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{ if (not .Values.artifactory.unifiedSecretInstallation) }}
|
||||
{{- with .Values.artifactory.license.licenseKey }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ template "artifactory.fullname" $ }}-license
|
||||
labels:
|
||||
app: {{ template "artifactory.name" $ }}
|
||||
chart: {{ template "artifactory.chart" $ }}
|
||||
heritage: {{ $.Release.Service }}
|
||||
release: {{ $.Release.Name }}
|
||||
type: Opaque
|
||||
data:
|
||||
artifactory.lic: {{ . | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user