File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ patches:
4646 - op: add
4747 path: /spec/template/spec/containers/0/args
4848 value:
49+ - --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
4950 - --ateapi-auth=jwt
5051 - --ateapi-token-file=/run/ateapi-token/token
5152 - target :
@@ -55,6 +56,9 @@ patches:
5556 name : atenet-router
5657 namespace : ate-system
5758 patch : |-
59+ - op: add
60+ path: /spec/template/spec/containers/0/args/-
61+ value: --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
5862 - op: add
5963 path: /spec/template/spec/containers/0/args/-
6064 value: --ateapi-auth=jwt
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ patches:
4040 - op: add
4141 path: /spec/template/spec/containers/0/args
4242 value:
43+ - --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
4344 - --ateapi-auth=jwt
4445 - --ateapi-token-file=/run/ateapi-token/token
4546 - target :
@@ -49,6 +50,9 @@ patches:
4950 name : atenet-router
5051 namespace : ate-system
5152 patch : |-
53+ - op: add
54+ path: /spec/template/spec/containers/0/args/-
55+ value: --ateapi-ca-file=/run/servicedns-ca/trust-bundle.pem
5256 - op: add
5357 path: /spec/template/spec/containers/0/args/-
5458 value: --ateapi-auth=jwt
You can’t perform that action at this time.
0 commit comments