diff --git a/chart/templates/replicated-deployment.yaml b/chart/templates/replicated-deployment.yaml index 50b586f5..659c8b58 100644 --- a/chart/templates/replicated-deployment.yaml +++ b/chart/templates/replicated-deployment.yaml @@ -47,6 +47,9 @@ spec: readOnly: true subPath: config.yaml env: + {{- with .Values.extraEnv }} + {{- toYaml . | nindent 8 }} + {{- end }} - name: REPLICATED_NAMESPACE valueFrom: fieldRef: diff --git a/chart/values.yaml.tmpl b/chart/values.yaml.tmpl index 747f4b55..ebf98483 100644 --- a/chart/values.yaml.tmpl +++ b/chart/values.yaml.tmpl @@ -43,6 +43,8 @@ service: type: ClusterIP port: 3000 +extraEnv: [] + # "integration" mode related values. integration: licenseID: ""