We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ff854 commit db1b3f3Copy full SHA for db1b3f3
kubernetes/devnet-1/dora/values.yaml
@@ -18,7 +18,7 @@ dora:
18
className: ingress-nginx-public
19
annotations:
20
nginx.ingress.kubernetes.io/configuration-snippet: |
21
- sub_filter '</head>' '<script src="//raw.githubusercontent.com/pk910/panda-menu/refs/heads/main/inject.js"></script></head>';
+ sub_filter '</head>' '<script src="//pk910.github.io/panda-menu/inject.js"></script></head>';
22
sub_filter_once off;
23
nginx.ingress.kubernetes.io/proxy-body-size: "0"
24
hosts:
0 commit comments