We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e453 commit 2314fe9Copy full SHA for 2314fe9
1 file changed
libs/crossplane-provider-upjet-aws/config.jsonnet
@@ -1,7 +1,7 @@
1
local config = import 'jsonnet/config.jsonnet';
2
3
// Run `make` to get the latest version and regenerate `crds.libsonnet`
4
-local version = importstr './version';
+local version = std.stripChars(importstr './version', ' \n');
5
local crds = import './crds.libsonnet';
6
7
config.new(
0 commit comments