Skip to content

Commit 554d5ab

Browse files
authored
Fix typo on the init-container logic (#7369)
Signed-off-by: Marta Anon <[email protected]>
1 parent 6b29ac6 commit 554d5ab

File tree

1 file changed

+1
-1
lines changed
  • components/konflux-ui/staging/base/proxy

1 file changed

+1
-1
lines changed

components/konflux-ui/staging/base/proxy/proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
6363
# Generate auth.conf with bearer token replacement
6464
token=$(cat /mnt/api-token/token)
65-
sed "s/__BEARER_TOKEN__/$token/g" /mnt/nginx-templates/auth-impersonate.conf > /mnt/nginx-generated-config/auth.conf
65+
sed "s/__BEARER_TOKEN__/$token/g" /mnt/nginx-templates/auth.conf > /mnt/nginx-generated-config/auth.conf
6666
6767
chmod 640 /mnt/nginx-generated-config/auth.conf
6868

0 commit comments

Comments
 (0)