Skip to content

Commit dadad08

Browse files
authored
Enable debug logging for canary (#217)
Issue #, if available: Description of changes: Temporarily enable these fields to allow for debugging By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7932215 commit dadad08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/canary/scripts/install_controller_helm.sh

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ function install_helm_chart() {
1111
yq w -i helm/values.yaml "serviceAccount.annotations" ""
1212
yq w -i helm/values.yaml 'serviceAccount.annotations."eks.amazonaws.com/role-arn"' "$oidc_role_arn"
1313
yq w -i helm/values.yaml "aws.region" $region
14+
yq w -i helm/values.yaml "log.level" "debug"
15+
yq w -i helm/values.yaml "log.enable_development_logging" "true"
16+
1417

1518
kubectl apply -f helm/crds
1619
helm install -n $namespace --create-namespace ack-$service-controller --skip-crds helm

0 commit comments

Comments
 (0)