Skip to content

Commit

Permalink
fix: missing vars; script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 20, 2024
1 parent c6745e1 commit 918fa71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions ack-system/base/user-config-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ data:
AWS_ENDPOINT_URL: ""
ENABLE_LEADER_ELECTION: "true"
LEADER_ELECTION_NAMESPACE: ""
RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS: "1"
7 changes: 4 additions & 3 deletions ack-system/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ ocp_aws_get_key(){
}

# create secrets for ack controllers
aws_setup_ack_system(){
ocp_aws_setup_ack_system(){
NAMESPACE=ack-system

ocp_aws_get_key

setup_namespace "${NAMESPACE}"

oc apply -k ../"${NAMESPACE}"/aggregate/popular
Expand All @@ -54,5 +56,4 @@ aws_setup_ack_system(){
done
}

ocp_aws_get_key
aws_setup_ack_system
ocp_aws_setup_ack_system

0 comments on commit 918fa71

Please sign in to comment.