Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
cat ./integration-tests/artifacts/kform/configmap-input-vars.yaml.tmpl | envsubst > ./config-server/artifacts/in/configmap-input-vars.yaml
cd ./config-server
make artifacts
yq -i 'select(.kind == "StatefulSet" and .metadata.name == "data-server-controller") |= (with(.spec.template.spec.containers[] | select(.name == "data-server"); .env = ((.env // []) | map(select(.name != "DEVIATION_INTERVAL"))) + [{"name":"DEVIATION_INTERVAL","value":"10s"}]))' ./artifacts/out/artifacts.yaml
# adjust trace level of data-server
yq -i 'select(.kind == "StatefulSet" and .metadata.name == "data-server-controller") .spec.template.spec.containers[] |= select(.name == "controller") .args = (.args // []) + ["-t"]' ./artifacts/out/artifacts.yaml
cd -
Expand Down
2 changes: 1 addition & 1 deletion tests/01-crs/sync-profiles/sync_profile_arista_gnmi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
- /
mode: get
encoding: JSON_IETF
interval: "30s"
interval: "5s"