Adding dependencies, binary autostart
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{ if and .Values.enterprise.tokengen.enabled .Values.enterprise.enabled }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ template "enterprise-logs.tokengenFullname" . }}
|
||||
namespace: {{ $.Release.Namespace }}
|
||||
labels:
|
||||
{{- include "enterprise-logs.tokengenLabels" . | nindent 4 }}
|
||||
{{- with .Values.enterprise.tokengen.labels }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
{{- with .Values.enterprise.tokengen.annotations }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
"helm.sh/hook": post-install
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user