Skip to content

Cherrypick: Enable debug logging for canary (#217) #218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/canary/scripts/install_controller_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ function install_helm_chart() {
yq w -i helm/values.yaml "serviceAccount.annotations" ""
yq w -i helm/values.yaml 'serviceAccount.annotations."eks.amazonaws.com/role-arn"' "$oidc_role_arn"
yq w -i helm/values.yaml "aws.region" $region
yq w -i helm/values.yaml "log.level" "debug"
yq w -i helm/values.yaml "log.enable_development_logging" "true"


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