Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #232 from tuunit/master
Browse files Browse the repository at this point in the history
Add nexus.chownNexusData parameter (fix)
  • Loading branch information
rjkernick authored Dec 22, 2020
2 parents e843cfa + 65487c6 commit 4f131fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/sonatype-nexus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sonatype-nexus
version: 4.1.1
version: 4.1.2
appVersion: 3.27.0
description: Sonatype Nexus is an open source repository manager
keywords:
Expand Down
6 changes: 2 additions & 4 deletions charts/sonatype-nexus/templates/deployment-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ spec:
{{- end }}
env:
{{ toYaml .Values.nexus.env | indent 12 }}
- name: NEXUS_DATA_CHOWN
value: {{ .Values.nexus.chownNexusData | quote }}
{{- if .Values.nexus.context }}
- name: NEXUS_CONTEXT
value: {{ .Values.nexus.context }}
{{- end }}
{{- if .Values.nexus.chownNexusData }}
- name: NEXUS_DATA_CHOWN
value: {{ .Values.nexus.chownNexusData | quote }}
{{- end }}

resources:
{{ toYaml .Values.nexus.resources | indent 12 }}
Expand Down

0 comments on commit 4f131fa

Please sign in to comment.