Skip to content

Commit 7cb6bfa

Browse files
committed
fix(charts): indentation error
1 parent 4083a16 commit 7cb6bfa

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

charts/controller/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ env:
179179

180180

181181
{{- define "controller-job.envs" }}
182-
env:
182+
{{- include "controller.envs" . }}
183183
- name: DRYCC_DATABASE_ROUTERS
184184
value: api.routers.DefaultReplicaRouter
185185
{{- end }}

charts/controller/templates/controller-cronjob-daily.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ spec:
3232
- $(DRYCC_DATABASE_URL),$(DRYCC_VALKEY_URL),$(DRYCC_DATABASE_REPLICA_URL)
3333
- -a
3434
- $(DRYCC_CONTROLLER_API_SERVICE_HOST):$(DRYCC_CONTROLLER_API_SERVICE_PORT)
35-
{{- include "controller.envs" . | indent 12 }}
3635
{{- include "controller-job.envs" . | indent 12 }}
3736
containers:
3837
- image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/controller:{{.Values.imageTag}}

charts/controller/templates/controller-cronjob-hourly.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ spec:
3232
- $(DRYCC_DATABASE_URL),$(DRYCC_VALKEY_URL),$(DRYCC_DATABASE_REPLICA_URL)
3333
- -a
3434
- $(DRYCC_CONTROLLER_API_SERVICE_HOST):$(DRYCC_CONTROLLER_API_SERVICE_PORT)
35-
{{- include "controller.envs" . | indent 12 }}
3635
{{- include "controller-job.envs" . | indent 12 }}
3736
containers:
3837
- image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/controller:{{.Values.imageTag}}

charts/controller/templates/controller-job-upgrade.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ spec:
2020
- -u
2121
- $(DRYCC_DATABASE_URL),$(DRYCC_VALKEY_URL),$(DRYCC_DATABASE_REPLICA_URL)
2222
{{- include "controller.envs" . | indent 8 }}
23-
{{- include "controller-job.envs" . | indent 12 }}
2423
containers:
2524
- name: drycc-controller-job-upgrade
2625
image: {{.Values.imageRegistry}}/{{.Values.imageOrg}}/controller:{{.Values.imageTag}}
@@ -39,7 +38,6 @@ spec:
3938
python -u /workspace/manage.py loaddata /etc/controller/limit-plans.json
4039
{{- end }}
4140
{{- include "controller.envs" . | indent 8 }}
42-
{{- include "controller-job.envs" . | indent 12 }}
4341
volumeMounts:
4442
- name: controller-config
4543
readOnly: false

0 commit comments

Comments
 (0)