Skip to content

Commit

Permalink
fix: root-sync adding override (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelanglois-ssc authored Aug 29, 2023
1 parent 1a4607c commit c1b1530
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ metadata:
namespace: config-management-system
spec:
sourceFormat: unstructured
override:
resources:
- containerName: "reconciler"
cpuLimit: "800m"
memoryLimit: "800Mi"
memoryRequest: "500Mi"
git:
repo: https://repo-url # kpt-set: ${repo-url}
branch: main # kpt-set: ${repo-branch}
Expand Down

0 comments on commit c1b1530

Please sign in to comment.