Skip to content

Commit

Permalink
transformer/hello_world: set default for ARG_TYPE
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Sep 6, 2023
1 parent 9220473 commit dfc2a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transformers/hello_world/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Pod
metadata:
name: transformer-hello-world
annotations:
communication_type: ${COMMUNICATION_TYPE:-"\"hpull://\""}
communication_type: ${COMMUNICATION_TYPE:-"\"hpush://\""}
wait_timeout: 5m
spec:
containers:
Expand All @@ -22,9 +22,9 @@ spec:
- name: ais
mountPath: /tmp/ais
env:
# ARG_TYPE can be "fqn", "bytes", "url"
# ARG_TYPE can be "fqn", "", "url"
- name: ARG_TYPE
value: "fqn"
value: ${ARG_TYPE:-""}
volumes:
- name: ais
hostPath:
Expand Down

0 comments on commit dfc2a3a

Please sign in to comment.