File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A lightweight private npm proxy registry (sinopia fork)
33name : verdaccio
4- version : 0.10 .0
4+ version : 0.11 .0
55appVersion : 3.13.1
66home : https://verdaccio.org
77icon : https://cdn.verdaccio.dev/logos/default.png
Original file line number Diff line number Diff line change 6363 - mountPath : /verdaccio/conf
6464 name : config
6565 readOnly : true
66+ env :
67+ {{- if .Values.extraEnvVars }}
68+ {{ toYaml .Values.extraEnvVars | indent 12 }}
69+ {{- end }}
6670 {{- if .Values.securityContext.enabled }}
6771 # Allow non-root user to access PersistentVolume
6872 securityContext :
Original file line number Diff line number Diff line change @@ -53,6 +53,16 @@ serviceAccount:
5353 enabled : false
5454 # name:
5555
56+ # Extra Environment Values - allows yaml definitions
57+ extraEnvVars :
58+ # - name: VALUE_FROM_SECRET
59+ # valueFrom:
60+ # secretKeyRef:
61+ # name: secret_name
62+ # key: secret_key
63+ # - name: REGULAR_VAR
64+ # value: ABC
65+
5666configMap : |
5767 # This is the config file used for the docker images.
5868 # It allows all users to do anything, so don't use it on production systems.
You can’t perform that action at this time.
0 commit comments