diff --git a/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml b/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml index df16f4c7..30f06e87 100644 --- a/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml +++ b/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml @@ -276,7 +276,7 @@ metadata: spec: resourcePolicy: containerPolicies: - - containerName: TODO + - containerName: app {{- with $appValues.autoscaling.vpa.controlledResources }} controlledResources: {{- toYaml . | nindent 8 }}