Skip to content

Commit

Permalink
Merge pull request #669 from above-c-level/jtoftum/curl-for-install-s…
Browse files Browse the repository at this point in the history
…ubscription-crd

kubectl pulls from github within function `install_subscription_crd`
  • Loading branch information
psav authored Jul 21, 2022
2 parents 8fef228 + b3acd86 commit baa45b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/kube_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function install_keda_operator {

function install_subscription_crd {
echo "*** Applying subscription CRD ..."
${KUBECTL_CMD} apply -f $ROOT_DIR/config/crd/static/subscriptions.operators.coreos.com.yaml
${KUBECTL_CMD} apply -f https://raw.githubusercontent.com/RedHatInsights/clowder/master/config/crd/static/subscriptions.operators.coreos.com.yaml

cd "$ROOT_DIR"
}
Expand Down

0 comments on commit baa45b6

Please sign in to comment.