Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple cache bust URLs #216

Merged
merged 14 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
Fix the order in the test assert
  • Loading branch information
adamrdrew committed Nov 18, 2024
commit cc1642447f48e3977697c4caad7ee2faf960c23b
2 changes: 1 addition & 1 deletion tests/e2e/cachebust-multiple-urls/02-assert.yaml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ spec:
command:
- /bin/bash
- '-c'
- 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html https://us.console.doesntexist.redhat.com/config/chrome/fed-modules.json https://us.console.doesntexist.redhat.com/apps/chrome/index.html https://app.company.com'
- 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html https://app.company.com https://us.console.doesntexist.redhat.com/config/chrome/fed-modules.json https://us.console.doesntexist.redhat.com/apps/chrome/index.html '
resources: {}
volumeMounts:
- name: akamai-edgerc
Loading