Skip to content

Commit

Permalink
Remove unexisting value from if [SMAR-2514]
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-nereca committed Apr 12, 2024
1 parent 0323b28 commit ec99941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tests/edge-stream-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if (and .Values.features.edgeStreams.enabled .Values.api.enabled .Values.graphqlApi.enabled (not .Values.graphqlApi.enableAuth) (eq .Values.edgeStreamProcessor.operationMode.matchingDataStrategy "ServerOnly")) }}
{{- if (and .Values.features.edgeStreams.enabled .Values.api.enabled .Values.graphqlApi.enabled (not .Values.graphqlApi.enableAuth)) }}
{{- $name := include "smartface.edgeStreamTests.name" . -}}
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit ec99941

Please sign in to comment.