Skip to content

Commit

Permalink
Fix log message about injecting image pull secrets into service accou…
Browse files Browse the repository at this point in the history
…nt (#1323)

Co-authored-by: Moritz Clasmeier <[email protected]>
  • Loading branch information
mclasmeier and Moritz Clasmeier authored Oct 9, 2023
1 parent b259c4f commit 6376485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/env/scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ inject_ips() {
local service_account="$2"
local secret_name="$3"

log "Patching ServiceAccount ${namespace}/default to use Quay.io imagePullSecrets"
log "Patching ServiceAccount ${namespace}/${service_account} to use Quay.io imagePullSecrets"
$KUBECTL -n "$namespace" patch sa "$service_account" -p "\"imagePullSecrets\": [{\"name\": \"${secret_name}\" }]"
}

Expand Down

0 comments on commit 6376485

Please sign in to comment.