Skip to content

Commit

Permalink
fix: resource limits overlay function name (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Rashed Kamal <[email protected]>
  • Loading branch information
rashedkvm authored Mar 11, 2024
1 parent af06007 commit 0d8846d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/resource-overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
#@ load("@ytt:overlay", "overlay")
#@ load("@ytt:data", "data")

#@ def sourec-controller_deployment():
#@ def sourec_controller_deployment():
kind: Deployment
metadata:
name: source-controller-manager
namespace: source-system
#@ end

#@overlay/match by=overlay.subset(sourec-controller_deployment()), expects="0+"
#@overlay/match by=overlay.subset(sourec_controller_deployment()), expects="0+"
---
spec:
template:
Expand Down
2 changes: 1 addition & 1 deletion dist/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#@data/values-schema
#@schema/desc "OpenAPIv3 Schema for Cartographer Conventions"
#@schema/desc "OpenAPIv3 Schema for Tanzu Source Controller"

---
#@schema/desc "Optional: PEM Encoded certificate data for image registries with private CA."
Expand Down

0 comments on commit 0d8846d

Please sign in to comment.