Skip to content

Commit a464cbb

Browse files
author
Timothy Burd
committed
Fix env variable to string
1 parent 74cd3ae commit a464cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pss_autodial_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- name: EPICS_CA_NAME_SERVERS
2727
value: 172.23.240.13
2828
- name: EPICS_CA_AUTO_ADDR_LIST
29-
value: NO
29+
value: "NO"
3030
- name: ACCOUNT_SID
3131
valueFrom:
3232
secretKeyRef:

0 commit comments

Comments
 (0)