Skip to content

Commit

Permalink
Move providerconfigs.yaml to examples folder
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Kässer <tobias.kasser@upbound.io>
  • Loading branch information
kaessert committed Dec 2, 2024
1 parent b63c52d commit c038f13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "Waiting for all XRDs to be established..."
"${KUBECTL}" wait xrd --all --for condition=Established

echo "Installing providerconfigs"
"${KUBECTL}" apply -f ${SCRIPT_DIR}/provider/providerconfigs.yaml
"${KUBECTL}" apply -f ${SCRIPT_DIR}/../examples/providerconfig.yaml
echo "Installed providerconfigs"

echo "Adding provider-helm Service Account permissions"
Expand Down

0 comments on commit c038f13

Please sign in to comment.