Skip to content

Commit

Permalink
fix(chart): fix config for external services
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Apr 6, 2023
1 parent bcede51 commit a1e10eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/oada/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
- name: awlayton
email: [email protected]
type: application
version: 3.3.1
version: 3.3.2
appVersion: '3.9.1'
annotations:
artifacthub.io/recommendations: |
Expand Down
2 changes: 1 addition & 1 deletion charts/oada/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
#immutable: true
{{- end }}
data:
CONFIG: /oada.config.mjs
#CONFIG: /oada.config.mjs
DEBUG: {{ .Values.debug | join "," | quote }}
PINO_LEVEL: {{ .Values.pino.level }}
PINO_LOKI: {{ .Values.pino.loki.url | quote }}
Expand Down
2 changes: 2 additions & 0 deletions charts/oada/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
- configMapRef:
name: {{ $.Chart.Name }}-configmap-{{ $.Release.Name }}
env:
- name: CONFIG
value: /oada.config.mjs
- name: ARANGODB_USERNAME
valueFrom:
secretKeyRef:
Expand Down
6 changes: 3 additions & 3 deletions charts/oada/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ oada:
write-handler: {}
# oada.externalServices is a map of oada-compatible services to deploy with this OADA instance
externalServices:
#unfisk:
# image: qlever/unfisk
# tag: build
unfisk:
image: qlever/unfisk
tag: build
# oada.users is a list of users to be created
users:
- name: admin
Expand Down

0 comments on commit a1e10eb

Please sign in to comment.