feat: add support for namespaced install (#263)
This commit is contained in:
parent
ab83169c2d
commit
de30e84cf4
12 changed files with 72 additions and 22 deletions
|
|
@ -16,6 +16,11 @@ data:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
containerRuntimeExecutor: {{ .Values.controller.containerRuntimeExecutor }}
|
||||
{{- with .Values.executor.resources }}
|
||||
executor:
|
||||
resources:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
artifactRepository:
|
||||
{{- if or .Values.minio.install .Values.useDefaultArtifactRepo }}
|
||||
{{- if .Values.artifactRepository.archiveLogs }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue