Skip to content

Commit

Permalink
fix(crossplane): correct CamelCase FromFieldPath (jsonnet-libs#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored Apr 22, 2022
1 parent 864aab2 commit 9794d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/crossplane/custom/crossplane/resource.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ local d = import 'doc-util/main.libsonnet';
d.arg('name', d.T.string),
]),
fromFieldPath(key, name): {
type: 'fromFieldPath',
type: 'FromFieldPath',
name: name,
fromFieldPath: key,
},
Expand All @@ -268,7 +268,7 @@ local d = import 'doc-util/main.libsonnet';
d.arg('name', d.T.string),
]),
fromValue(value, name): {
type: 'fromFieldPath',
type: 'FromFieldPath',
name: name,
fromValue: value,
},
Expand Down

0 comments on commit 9794d44

Please sign in to comment.