Skip to content

Commit

Permalink
Update secret.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Aug 13, 2024
1 parent 7df822f commit 5edd8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eks/create_secret_in_k8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jq_string_update ${SECRET_JSON_FILE} core_base_url "http://${BORE_URL_CORE}"
jq_string_update ${SECRET_JSON_FILE} optout_base_url "http://${BORE_URL_OPTOUT}"
jq_string_update ${SECRET_JSON_FILE} api_token "${OPERATOR_KEY}"

kubectl create secret generic github-test-secret --from-file=config=scripts/aws/eks/deployment_files/secret.json
kubectl create secret generic github-test-secret --from-file=uid2-shared-actions/config=scripts/eks/secret.json

0 comments on commit 5edd8a0

Please sign in to comment.