Skip to content

Commit

Permalink
Update libs/gateway-api/config.jsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Op 't Eynde <[email protected]>
  • Loading branch information
vtomasr5 and Duologic authored Mar 5, 2024
1 parent a01d787 commit 7190298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gateway-api/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config.new(
output: v.output,
prefix: '^io\\.k8s\\.networking\\.gateway\\..*',
crds: [
'https://github.com/kubernetes-sigs/gateway-api/releases/download/v$(version)s/standard-install.yaml' % { version: v.version }
'https://github.com/kubernetes-sigs/gateway-api/releases/download/v%(version)s/standard-install.yaml' % { version: v.version }
],
localName: 'gateway-api',
}
Expand Down

0 comments on commit 7190298

Please sign in to comment.