Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CC helm chart syntax #2863

Merged
merged 12 commits into from
Apr 18, 2024
3 changes: 2 additions & 1 deletion helm/domain-cc/templates/_alembicdb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
name: domain-cc-db
key: DOMAIN_CC_PW
- name: ALEMBIC_SCHEMA
value: {{ .Values.global.service.db.domainCcSchemaName }}
value: {{ .Values.global.service.db.domainCcSchemaName }}
{{- end }}
2 changes: 1 addition & 1 deletion helm/domain-cc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ spec:
name: http
env:
{{- include "vro.commonEnvVars" . | nindent 12 }}
{{- include "vro.dbClient.envVars" . | nindent 12 }}
{{- include "vro.mqClient.envVars" . | nindent 12 }}
{{- include "vro.redisClient.envVars" . | nindent 12 }}
{{- include "domainCc.alembic.envVars" . | nindent 12 }}
{{- include "vro.postgresUrl" . | nindent 12 }}
resources:
requests:
cpu: 150m
Expand Down