Skip to content

Commit

Permalink
Update a CRD URL to use upstream
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
  • Loading branch information
mprahl committed Mar 30, 2022
1 parent cd5b20f commit f459042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ install-crds:
kubectl apply -f test/crds/apiservers.config.openshift.io_crd.yaml
kubectl apply -f test/crds/clusterclaims.cluster.open-cluster-management.io.yaml
kubectl apply -f test/crds/oauths.config.openshift.io_crd.yaml
kubectl apply -f https://raw.githubusercontent.com/open-cluster-management/governance-policy-propagator/main/deploy/crds/policy.open-cluster-management.io_policies.yaml
kubectl apply -f https://raw.githubusercontent.com/open-cluster-management-io/governance-policy-propagator/main/deploy/crds/policy.open-cluster-management.io_policies.yaml

install-resources:
@echo creating namespaces
Expand Down

0 comments on commit f459042

Please sign in to comment.