From ebc7467431f7ca6d65828045a6dec940c2f998c7 Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Wed, 9 Jun 2021 13:10:12 -0700 Subject: [PATCH] Add missing resource to Kustomize config (#1551) --- config/crd/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 5df5d5a5d30..9999b28d1b3 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -4,6 +4,7 @@ resources: - bases/azure.microsoft.com_storageaccounts.yaml - bases/azure.microsoft.com_cosmosdbs.yaml +- bases/azure.microsoft.com_cosmosdbsqldatabases.yaml - bases/azure.microsoft.com_rediscaches.yaml - bases/azure.microsoft.com_eventhubs.yaml - bases/azure.microsoft.com_resourcegroups.yaml