Skip to content

Commit

Permalink
fix: add missing value to Crossplane resource patch (#384)
Browse files Browse the repository at this point in the history
To avoid diffs in ArgoCD, this commit adds the transform string type explicitly
  • Loading branch information
blixhavn authored Jan 19, 2024
1 parent 459cde4 commit cc383e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/crossplane/custom/crossplane/resource.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ local d = import 'doc-util/main.libsonnet';
type: 'string',
string: {
fmt: '%s-' + suffix,
type: 'Format',
},
}],
},
Expand Down

0 comments on commit cc383e5

Please sign in to comment.