Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issues #173 and #174 #175

Merged
merged 9 commits into from
Sep 3, 2019
Prev Previous commit
Next Next commit
Updated webhooks to point to azure.microsoft.com.
  • Loading branch information
JasonTheDeveloper committed Sep 2, 2019
commit ec378d8c53d11e489d61957e213a0643e52e9234
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_cosmosdbs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: cosmosdbs.service.azure
name: cosmosdbs.azure.microsoft.com
spec:
conversion:
strategy: Webhook
Expand Down
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_rediscaches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: rediscaches.service.azure
name: rediscaches.azure.microsoft.com
spec:
conversion:
strategy: Webhook
Expand Down
2 changes: 1 addition & 1 deletion config/crd/patches/webhook_in_storages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: storages.service.azure
name: storages.azure.microsoft.com
spec:
conversion:
strategy: Webhook
Expand Down