Skip to content

Commit c7e242b

Browse files
fix: add missing MERCURE_EXTRA_DIRECTIVES environment variable in helm deployment
1 parent 9720364 commit c7e242b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

helm/api-platform/templates/cronjob.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ spec:
8282
configMapKeyRef:
8383
name: {{ include "api-platform.fullname" . }}
8484
key: mercure-public-url
85+
- name: MERCURE_EXTRA_DIRECTIVES
86+
valueFrom:
87+
configMapKeyRef:
88+
name: {{ include "api-platform.fullname" . }}
89+
key: mercure-extra-directives
8590
- name: MERCURE_JWT_SECRET
8691
valueFrom:
8792
secretKeyRef:

helm/api-platform/templates/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ spec:
110110
configMapKeyRef:
111111
name: {{ include "api-platform.fullname" . }}
112112
key: mercure-public-url
113+
- name: MERCURE_EXTRA_DIRECTIVES
114+
valueFrom:
115+
configMapKeyRef:
116+
name: {{ include "api-platform.fullname" . }}
117+
key: mercure-extra-directives
113118
- name: MERCURE_JWT_SECRET
114119
valueFrom:
115120
secretKeyRef:

helm/api-platform/templates/fixtures-job.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ spec:
8787
configMapKeyRef:
8888
name: {{ include "api-platform.fullname" . }}
8989
key: mercure-public-url
90+
- name: MERCURE_EXTRA_DIRECTIVES
91+
valueFrom:
92+
configMapKeyRef:
93+
name: {{ include "api-platform.fullname" . }}
94+
key: mercure-extra-directives
9095
- name: MERCURE_JWT_SECRET
9196
valueFrom:
9297
secretKeyRef:

0 commit comments

Comments
 (0)