File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,6 @@ e2e-helm-install:
186
186
187
187
e2e-helm-deploy : e2e-helm-install
188
188
ifeq ($(ENABLE_PUBSUB ) ,true)
189
- @echo 'auditPodAnnotations: {dapr.io/enabled: "true", dapr.io/app-id: "audit", dapr.io/metrics-port: "9999"}' > .tmp/annotations.yaml
190
189
./.staging/helm/linux-amd64/helm install manifest_staging/charts/gatekeeper --name-template=gatekeeper \
191
190
--namespace ${GATEKEEPER_NAMESPACE} \
192
191
--debug --wait \
@@ -206,7 +205,9 @@ ifeq ($(ENABLE_PUBSUB),true)
206
205
--set audit.enablePubsub=${ENABLE_PUBSUB} \
207
206
--set audit.connection=${AUDIT_CONNECTION} \
208
207
--set audit.channel=${AUDIT_CHANNEL} \
209
- --values .tmp/annotations.yaml \
208
+ --set-string auditPodAnnotations.dapr\\.io/enabled=true \
209
+ --set-string auditPodAnnotations.dapr\\.io/app-id=audit \
210
+ --set-string auditPodAnnotations.dapr\\.io/metrics-port=9999 \
210
211
--set mutationAnnotations=true;
211
212
else
212
213
./.staging/helm/linux-amd64/helm install manifest_staging/charts/gatekeeper --name-template=gatekeeper \
You can’t perform that action at this time.
0 commit comments