Skip to content

Commit

Permalink
Merge pull request #210 from one-acre-fund/feature/nocodb-add-environ…
Browse files Browse the repository at this point in the history
…ment-references

Add environment variable references to Helm chart
  • Loading branch information
samaroon authored Nov 12, 2024
2 parents f0836c1 + 9a747ac commit bdb63fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nocodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.3
version: 0.4.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/nocodb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nocodb

![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square)
![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square)
![AppVersion: 0.257.2](https://img.shields.io/badge/AppVersion-0.257.2-informational?style=flat-square)

A Helm chart for Kubernetes
Expand Down
7 changes: 7 additions & 0 deletions charts/nocodb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ spec:
name: {{ include "nocodb.database.secretName" . }}
key: {{ include "nocodb.database.secretPasswordKey" . }}
{{- end }}
envFrom:
- configMapRef:
name: {{ include "nocodb.fullname" . }}-config
optional: true
- secretRef:
name: {{ include "nocodb.fullname" . }}-secrets
optional: true
ports:
- name: http
containerPort: {{ .Values.service.ports.http }}
Expand Down

0 comments on commit bdb63fb

Please sign in to comment.