Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

set_aws_parameters does not set OPERATOR_REGION, SQS_URL, IAM_ARN #60

Open
fr3man1 opened this issue Jun 29, 2021 · 0 comments
Open

set_aws_parameters does not set OPERATOR_REGION, SQS_URL, IAM_ARN #60

fr3man1 opened this issue Jun 29, 2021 · 0 comments

Comments

@fr3man1
Copy link

fr3man1 commented Jun 29, 2021

Hello,
I ran into an issue when running make install and it goes to set_aws_parameters to set OPERATOR_REGION, SQS_URL, IAM_ARN for sed. Instead of values, they are blank. Is this only on MacOS using default make binary? I have fixed it by avoiding variable definitions in particular action by directly setting:
sed -i .bak "s,OPERATOR_REGION,$(shell aws cloudformation describe-stacks --stack-name EKS-Secrets-Operator-Stack --query "Stacks[0].Outputs[?OutputKey=='Region'].OutputValue" --output text),g" config/manager/manager.yaml
and so on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant