diff --git a/spectro/generated/core-global.yaml b/spectro/generated/core-global.yaml index 98de595535a..2c9591faa95 100644 --- a/spectro/generated/core-global.yaml +++ b/spectro/generated/core-global.yaml @@ -666,12 +666,12 @@ spec: namespace: capi-webhook-system path: /convert conversionReviewVersions: - - v1 - - v1beta1 + - v1 + - v1beta1 group: infrastructure.cluster.x-k8s.io names: categories: - - cluster-api + - cluster-api kind: AzureClusterIdentity listKind: AzureClusterIdentityList plural: azureclusteridentities @@ -1822,6 +1822,11 @@ spec: description: PrivateDNSZoneName defines the zone name for the Azure Private DNS. type: string + privateDNSZoneResourceGroup: + description: |- + PrivateDNSZoneResourceGroup defines the resource group to be used for Azure Private DNS Zone. + If not specified, the resource group of the cluster will be used to create the Azure Private DNS Zone. + type: string subnets: description: Subnets is the configuration for the control-plane subnet and the node subnet. @@ -2962,6 +2967,11 @@ spec: description: PrivateDNSZoneName defines the zone name for the Azure Private DNS. type: string + privateDNSZoneResourceGroup: + description: |- + PrivateDNSZoneResourceGroup defines the resource group to be used for Azure Private DNS Zone. + If not specified, the resource group of the cluster will be used to create the Azure Private DNS Zone. + type: string subnets: description: Subnets is the configuration for the control-plane subnet and the node subnet. @@ -7859,6 +7869,461 @@ spec: storage: true subresources: status: {} + - name: v1beta1 + schema: + openAPIV3Schema: + description: AzureManagedControlPlane is the Schema for the azuremanagedcontrolplanes + API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: AzureManagedControlPlaneSpec defines the desired state of + AzureManagedControlPlane. + properties: + aadProfile: + description: AadProfile is Azure Active Directory configuration to + integrate with AKS for aad authentication. + properties: + adminGroupObjectIDs: + description: AdminGroupObjectIDs - AAD group object IDs that will + have admin role of the cluster. + items: + type: string + type: array + managed: + description: Managed - Whether to enable managed AAD. + type: boolean + required: + - adminGroupObjectIDs + - managed + type: object + additionalTags: + additionalProperties: + type: string + description: |- + AdditionalTags is an optional set of tags to add to Azure resources managed by the Azure provider, in addition to the + ones added by default. + type: object + addonProfiles: + description: AddonProfiles are the profiles of managed cluster add-on. + items: + properties: + config: + additionalProperties: + type: string + description: Config - Key-value pairs for configuring an add-on. + type: object + enabled: + description: Enabled - Whether the add-on is enabled or not. + type: boolean + name: + description: Name- The name of managed cluster add-on. + type: string + required: + - enabled + - name + type: object + type: array + apiServerAccessProfile: + description: APIServerAccessProfile is the access profile for AKS + API server. + properties: + authorizedIPRanges: + description: AuthorizedIPRanges - Authorized IP Ranges to kubernetes + API server. + items: + type: string + type: array + enablePrivateCluster: + description: EnablePrivateCluster - Whether to create the cluster + as a private cluster or not. + type: boolean + enablePrivateClusterPublicFQDN: + description: EnablePrivateClusterPublicFQDN - Whether to create + additional public FQDN for private cluster or not. + type: boolean + privateDNSZone: + description: PrivateDNSZone - Private dns zone mode for private + cluster. + type: string + type: object + autoUpgradeProfile: + description: AutoUpgradeProfile - Profile of auto upgrade configuration. + properties: + upgradeChannel: + description: 'UpgradeChannel - upgrade channel for auto upgrade. + Possible values include: "node-image","none","patch","rapid","stable"' + enum: + - node-image + - none + - patch + - rapid + - stable + type: string + required: + - upgradeChannel + type: object + azureEnvironment: + description: |- + AzureEnvironment is the name of the AzureCloud to be used. + The default value that would be used by most users is "AzurePublicCloud", other values are: + - ChinaCloud: "AzureChinaCloud" + - PublicCloud: "AzurePublicCloud" + - USGovernmentCloud: "AzureUSGovernmentCloud" + type: string + controlPlaneEndpoint: + description: ControlPlaneEndpoint represents the endpoint used to + communicate with the control plane. + properties: + host: + description: The hostname on which the API server is serving. + type: string + port: + description: The port on which the API server is serving. + format: int32 + type: integer + required: + - host + - port + type: object + disableLocalAccounts: + description: DisableLocalAccounts - If set to true, getting static + credential will be disabled for this cluster. Expected to only be + used for AAD clusters. + type: boolean + dnsPrefix: + description: DNSPrefix - DNS prefix specified when creating the managed + cluster. + type: string + dnsServiceIP: + description: |- + DNSServiceIP is an IP address assigned to the Kubernetes DNS service. + It must be within the Kubernetes service address range specified in serviceCidr. + type: string + dockerBridgeCidr: + description: DockerBridgeCidr - A CIDR notation IP range assigned + to the Docker bridge network. It must not overlap with any Subnet + IP ranges or the Kubernetes service address range. + type: string + fqdnSubdomain: + description: FqdnSubdomain - FQDN subdomain specified when creating + private cluster with custom private dns zone. + type: string + identityRef: + description: IdentityRef is a reference to a AzureClusterIdentity + to be used when reconciling this cluster + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: |- + If referring to a piece of an object instead of an entire object, this string + should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is to a container within a pod, this would take on a value like: + "spec.containers{name}" (where "name" refers to the name of the container that triggered + the event) or if no container name is specified "spec.containers[2]" (container with + index 2 in this pod). This syntax is chosen only to have some well-defined way of + referencing a part of an object. + type: string + kind: + description: |- + Kind of the referent. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + name: + description: |- + Name of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + type: string + namespace: + description: |- + Namespace of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + type: string + resourceVersion: + description: |- + Specific resourceVersion to which this reference is made, if any. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + type: string + uid: + description: |- + UID of the referent. + More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + type: string + type: object + x-kubernetes-map-type: atomic + loadBalancerProfile: + description: LoadBalancerProfile is the profile of the cluster load + balancer. + properties: + allocatedOutboundPorts: + description: AllocatedOutboundPorts - Desired number of allocated + SNAT ports per VM. Allowed values must be in the range of 0 + to 64000 (inclusive). The default value is 0 which results in + Azure dynamically allocating ports. + format: int32 + type: integer + idleTimeoutInMinutes: + description: IdleTimeoutInMinutes - Desired outbound flow idle + timeout in minutes. Allowed values must be in the range of 4 + to 120 (inclusive). The default value is 30 minutes. + format: int32 + type: integer + managedOutboundIPs: + description: ManagedOutboundIPs - Desired managed outbound IPs + for the cluster load balancer. + format: int32 + type: integer + outboundIPPrefixes: + description: OutboundIPPrefixes - Desired outbound IP Prefix resources + for the cluster load balancer. + items: + type: string + type: array + outboundIPs: + description: OutboundIPs - Desired outbound IP resources for the + cluster load balancer. + items: + type: string + type: array + type: object + loadBalancerSKU: + description: LoadBalancerSKU is the SKU of the loadBalancer to be + provisioned. + enum: + - Basic + - Standard + type: string + location: + description: 'Location is a string matching one of the canonical Azure + region names. Examples: "westus2", "eastus".' + type: string + networkPlugin: + description: NetworkPlugin used for building Kubernetes network. + enum: + - azure + - kubenet + type: string + networkPolicy: + description: NetworkPolicy used for building Kubernetes network. + enum: + - azure + - calico + type: string + nodeResourceGroupName: + description: |- + NodeResourceGroupName is the name of the resource group + containing cluster IaaS resources. Will be populated to default + in webhook. + type: string + outboundType: + description: Outbound configuration used by Nodes. + enum: + - loadBalancer + - managedNATGateway + - userAssignedNATGateway + - userDefinedRouting + type: string + resourceGroupName: + description: ResourceGroupName is the name of the Azure resource group + for this AKS Cluster. + type: string + sku: + description: SKU is the SKU of the AKS to be provisioned. + properties: + tier: + description: Tier - Tier of a managed cluster SKU. + enum: + - Free + - Paid + type: string + required: + - tier + type: object + sshPublicKey: + description: SSHPublicKey is a string literal containing an ssh public + key base64 encoded. + type: string + subscriptionID: + description: SubscriptionID is the GUID of the Azure subscription + to hold this cluster. + type: string + userAssignedIdentities: + description: UserAssignedIdentities is a list of standalone Azure + identities provided by the user to assign the cluster + items: + description: |- + UserAssignedIdentity defines the user-assigned identities provided + by the user to be assigned to Azure resources. + properties: + providerID: + description: |- + ProviderID is the identification ID of the user-assigned Identity, the format of an identity is: + 'azure:///subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}' + type: string + required: + - providerID + type: object + type: array + version: + description: Version defines the desired Kubernetes version. + minLength: 2 + type: string + virtualNetwork: + description: VirtualNetwork describes the vnet for the AKS cluster. + Will be created if it does not exist. + properties: + cidrBlock: + type: string + name: + type: string + resourceGroupName: + description: ResourceGroupName is the name of the Azure resource + group for the VNet and Subnet. + type: string + subnet: + description: ManagedControlPlaneSubnet describes a subnet for + an AKS cluster. + properties: + cidrBlock: + type: string + name: + type: string + required: + - cidrBlock + - name + type: object + required: + - cidrBlock + - name + type: object + required: + - location + - resourceGroupName + - sshPublicKey + - version + type: object + status: + description: AzureManagedControlPlaneStatus defines the observed state + of AzureManagedControlPlane. + properties: + autoUpgradeVersion: + description: AutoUpgradeVersion is the Kubernetes version populated + after autoupgrade based on the upgrade channel. + minLength: 2 + type: string + conditions: + description: Conditions defines current service state of the AzureManagedControlPlane. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + Last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + A human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + The reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + initialized: + description: |- + Initialized is true when the control plane is available for initial contact. + This may occur before the control plane is fully ready. + In the AzureManagedControlPlane implementation, these are identical. + type: boolean + longRunningOperationStates: + description: |- + LongRunningOperationStates saves the states for Azure long-running operations so they can be continued on the + next reconciliation loop. + items: + description: Future contains the data needed for an Azure long-running + operation to continue across reconcile loops. + properties: + data: + description: Data is the base64 url encoded json Azure AutoRest + Future. + type: string + name: + description: |- + Name is the name of the Azure resource. + Together with the service name, this forms the unique identifier for the future. + type: string + resourceGroup: + description: ResourceGroup is the Azure resource group for the + resource. + type: string + serviceName: + description: |- + ServiceName is the name of the Azure service. + Together with the name of the resource, this forms the unique identifier for the future. + type: string + type: + description: Type describes the type of future, such as update, + create, delete, etc. + type: string + required: + - data + - name + - serviceName + - type + type: object + type: array + ready: + description: Ready is true when the provider resource is ready. + type: boolean + type: object + type: object + served: true + storage: false --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -8849,6 +9314,9 @@ spec: - jsonPath: .spec.mode name: Mode type: string + - jsonPath: .spec.mode + name: Mode + type: string name: v1beta1 schema: openAPIV3Schema: @@ -9541,6 +10009,247 @@ spec: storage: true subresources: status: {} + - name: v1beta1 + schema: + openAPIV3Schema: + description: AzureManagedMachinePool is the Schema for the azuremanagedmachinepools + API. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: AzureManagedMachinePoolSpec defines the desired state of + AzureManagedMachinePool. + properties: + availabilityZones: + description: AvailabilityZones - Availability zones for nodes. Must + use VirtualMachineScaleSets AgentPoolType. + items: + type: string + type: array + enableUltraSSD: + description: EnableUltraSSD enables the storage type UltraSSD_LRS + for the agent pool. + type: boolean + maxPods: + description: MaxPods specifies the kubelet --max-pods configuration + for the node pool. + format: int32 + type: integer + mode: + description: 'Mode - represents mode of an agent pool. Possible values + include: System, User.' + enum: + - System + - User + type: string + name: + description: Name - name of the agent pool. If not specified, CAPZ + uses the name of the CR as the agent pool name. + type: string + nodeLabels: + additionalProperties: + type: string + description: Node labels - labels for all of the nodes present in + node pool + type: object + osDiskSizeGB: + description: |- + OSDiskSizeGB is the disk size for every machine in this agent pool. + If you specify 0, it will apply the default osDisk size according to the vmSize specified. + format: int32 + type: integer + osDiskType: + default: Managed + description: OsDiskType specifies the OS disk type for each node in + the pool. Allowed values are 'Ephemeral' and 'Managed'. + enum: + - Ephemeral + - Managed + type: string + osType: + description: 'OSType specifies the virtual machine operating system. + Default to Linux. Possible values include: ''Linux'', ''Windows''' + enum: + - Linux + - Windows + type: string + providerIDList: + description: ProviderIDList is the unique identifier as specified + by the cloud provider. + items: + type: string + type: array + scaling: + description: Scaling specifies the autoscaling parameters for the + node pool. + properties: + maxSize: + format: int32 + type: integer + minSize: + format: int32 + type: integer + type: object + sku: + description: SKU is the size of the VMs in the node pool. + type: string + subnetName: + description: SubnetName selects the Subnet where the MachinePool will + be placed + type: string + taints: + description: Taints specifies the taints for nodes present in this + agent pool. + items: + properties: + effect: + description: Effect specifies the effect for the taint + enum: + - NoSchedule + - NoExecute + - PreferNoSchedule + type: string + key: + description: Key is the key of the taint + type: string + value: + description: Value is the value of the taint + type: string + required: + - effect + - key + - value + type: object + type: array + required: + - mode + - sku + type: object + status: + description: AzureManagedMachinePoolStatus defines the observed state + of AzureManagedMachinePool. + properties: + conditions: + description: Conditions defines current service state of the AzureManagedControlPlane. + items: + description: Condition defines an observation of a Cluster API resource + operational state. + properties: + lastTransitionTime: + description: |- + Last time the condition transitioned from one status to another. + This should be when the underlying condition changed. If that is not known, then using the time when + the API field changed is acceptable. + format: date-time + type: string + message: + description: |- + A human readable message indicating details about the transition. + This field may be empty. + type: string + reason: + description: |- + The reason for the condition's last transition in CamelCase. + The specific API may choose whether or not this field is considered a guaranteed API. + This field may be empty. + type: string + severity: + description: |- + severity provides an explicit classification of Reason code, so the users or machines can immediately + understand the current situation and act accordingly. + The Severity field MUST be set only when Status=False. + type: string + status: + description: status of the condition, one of True, False, Unknown. + type: string + type: + description: |- + type of condition in CamelCase or in foo.example.com/CamelCase. + Many .condition.type values are consistent across resources like Available, but because arbitrary conditions + can be useful (see .node.status.conditions), the ability to deconflict is important. + type: string + required: + - lastTransitionTime + - status + - type + type: object + type: array + errorMessage: + description: |- + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + errorReason: + description: |- + Any transient errors that occur during the reconciliation of Machines + can be added as events to the Machine object and/or logged in the + controller's output. + type: string + longRunningOperationStates: + description: |- + LongRunningOperationStates saves the states for Azure long-running operations so they can be continued on the + next reconciliation loop. + items: + description: Future contains the data needed for an Azure long-running + operation to continue across reconcile loops. + properties: + data: + description: Data is the base64 url encoded json Azure AutoRest + Future. + type: string + name: + description: |- + Name is the name of the Azure resource. + Together with the service name, this forms the unique identifier for the future. + type: string + resourceGroup: + description: ResourceGroup is the Azure resource group for the + resource. + type: string + serviceName: + description: |- + ServiceName is the name of the Azure service. + Together with the name of the resource, this forms the unique identifier for the future. + type: string + type: + description: Type describes the type of future, such as update, + create, delete, etc. + type: string + required: + - data + - name + - serviceName + - type + type: object + type: array + ready: + description: Ready is true when the provider resource is ready. + type: boolean + replicas: + description: Replicas is the most recently observed number of replicas. + format: int32 + type: integer + type: object + type: object + served: true + storage: false --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -10246,7 +10955,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -10261,7 +10970,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -10905,7 +11614,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -10920,7 +11629,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -12086,7 +12795,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -12101,7 +12810,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -12530,7 +13239,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -12545,7 +13254,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -50877,7 +51586,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -50892,7 +51601,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -61733,7 +62442,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -61748,7 +62457,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -62370,7 +63079,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -62385,7 +63094,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -63683,7 +64392,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -63698,7 +64407,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -64028,7 +64737,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -64043,7 +64752,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -64806,7 +65515,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert controller-gen.kubebuilder.io/version: v0.14.0 labels: app.kubernetes.io/name: azure-service-operator @@ -64821,7 +65530,7 @@ spec: webhook: clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /convert port: 443 @@ -66079,52 +66788,35 @@ metadata: cluster.x-k8s.io/provider: infrastructure-azure name: capz-aad-pod-id-nmi-role rules: - - apiGroups: - - cluster.x-k8s.io - resources: - - clusters - verbs: - - get - - list - - watch - - apiGroups: - - infrastructure.cluster.x-k8s.io - resources: - - azuremanagedclusters - - azuremanagedcontrolplanes - - azuremanagedmachinepools - - azureclusters - verbs: - - '*' - - apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - verbs: - - get - - list - - apiGroups: - - "" - resources: - - pods - verbs: - - get - - list - - watch - - apiGroups: - - "" - resources: - - secrets - verbs: - - get - - apiGroups: - - aadpodidentity.k8s.io - resources: - - azureidentitybindings - - azureidentities - - azurepodidentityexceptions - verbs: - - '*' +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - get + - list +- apiGroups: + - "" + resources: + - pods + verbs: + - get + - list + - watch +- apiGroups: + - "" + resources: + - secrets + verbs: + - get +- apiGroups: + - aadpodidentity.k8s.io + resources: + - azureidentitybindings + - azureidentities + - azurepodidentityexceptions + verbs: + - '*' --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -70562,8 +71254,8 @@ roleRef: name: capz-aad-pod-id-nmi-role subjects: - kind: ServiceAccount - name: default - namespace: capi-webhook-system + name: manager + namespace: system --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -70618,12 +71310,12 @@ metadata: name: capz-aso-controller-settings namespace: capi-webhook-system stringData: - AZURE_AUTHORITY_HOST: "" + AZURE_AUTHORITY_HOST: ${AZURE_AUTHORITY_HOST:=""} AZURE_CLIENT_ID: "" - AZURE_RESOURCE_MANAGER_AUDIENCE: "" - AZURE_RESOURCE_MANAGER_ENDPOINT: "" + AZURE_RESOURCE_MANAGER_AUDIENCE: ${AZURE_RESOURCE_MANAGER_AUDIENCE:=""} + AZURE_RESOURCE_MANAGER_ENDPOINT: ${AZURE_RESOURCE_MANAGER_ENDPOINT:=""} AZURE_SUBSCRIPTION_ID: "" - AZURE_SYNC_PERIOD: 1h + AZURE_SYNC_PERIOD: ${AZURE_SYNC_PERIOD:=""} AZURE_TENANT_ID: "" AZURE_USER_AGENT_SUFFIX: cluster-api-provider-azure/main type: Opaque @@ -70653,7 +71345,7 @@ metadata: app.kubernetes.io/name: azure-service-operator app.kubernetes.io/version: v2.9.0 cluster.x-k8s.io/provider: infrastructure-azure - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system spec: ports: @@ -70869,11 +71561,6 @@ spec: kubernetes.io/os: linux serviceAccountName: capz-azureserviceoperator-default terminationGracePeriodSeconds: 10 - tolerations: - - effect: NoSchedule - key: node-role.kubernetes.io/master - - effect: NoSchedule - key: node-role.kubernetes.io/control-plane volumes: - name: cert secret: @@ -70932,7 +71619,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/spectro-dev-public/vishu/cluster-api-azure-controller-amd64:v1.18.0-spectro-4.0.0-dev + image: gcr.io/spectro-dev-public/shubham/release/cluster-api-azure-controller:v1.3.2-spectro-4.0.0-dev imagePullPolicy: Always livenessProbe: httpGet: @@ -71072,6 +71759,7 @@ spec: hostNetwork: true nodeSelector: kubernetes.io/os: linux + serviceAccountName: manager volumes: - hostPath: path: /run/xtables.lock @@ -71093,9 +71781,8 @@ metadata: namespace: capi-webhook-system spec: dnsNames: - - azureserviceoperator-webhook-service.capi-webhook-system.svc - - azureserviceoperator-webhook-service.capi-webhook-system.svc.cluster.local - - capz-webhook-service.capi-webhook-system.svc + - azureserviceoperator-webhook-service.capz-system.svc + - azureserviceoperator-webhook-service.capz-system.svc.cluster.local issuerRef: kind: Issuer name: capz-azureserviceoperator-selfsigned-issuer @@ -71113,8 +71800,8 @@ metadata: namespace: capi-webhook-system spec: dnsNames: - - capz-webhook-service.capi-webhook-system.svc - - capz-webhook-service.capi-webhook-system.svc.cluster.local + - capz-webhook-service.capi-webhook-system.svc + - capz-webhook-service.capi-webhook-system.svc.cluster.local issuerRef: kind: Issuer name: capz-selfsigned-issuer @@ -71144,7 +71831,7 @@ apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert labels: cluster.x-k8s.io/provider: infrastructure-azure name: capz-azureserviceoperator-mutating-webhook-configuration @@ -71153,7 +71840,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-alertsmanagement-azure-com-v1api20230301-prometheusrulegroup failurePolicy: Fail @@ -71174,7 +71861,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-api failurePolicy: Fail @@ -71195,7 +71882,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-apiversionset failurePolicy: Fail @@ -71216,7 +71903,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-authorizationprovider failurePolicy: Fail @@ -71237,7 +71924,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-authorizationprovidersauthorization failurePolicy: Fail @@ -71258,7 +71945,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-authorizationprovidersauthorizationsaccesspolicy failurePolicy: Fail @@ -71279,7 +71966,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-backend failurePolicy: Fail @@ -71300,7 +71987,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-namedvalue failurePolicy: Fail @@ -71321,7 +72008,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-policy failurePolicy: Fail @@ -71342,7 +72029,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-policyfragment failurePolicy: Fail @@ -71363,7 +72050,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-productapi failurePolicy: Fail @@ -71384,7 +72071,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-productpolicy failurePolicy: Fail @@ -71405,7 +72092,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-product failurePolicy: Fail @@ -71426,7 +72113,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-service failurePolicy: Fail @@ -71447,7 +72134,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20220801-subscription failurePolicy: Fail @@ -71468,7 +72155,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-api failurePolicy: Fail @@ -71489,7 +72176,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-apiversionset failurePolicy: Fail @@ -71510,7 +72197,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-authorizationprovider failurePolicy: Fail @@ -71531,7 +72218,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-authorizationprovidersauthorization failurePolicy: Fail @@ -71552,7 +72239,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-authorizationprovidersauthorizationsaccesspolicy failurePolicy: Fail @@ -71573,7 +72260,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-backend failurePolicy: Fail @@ -71594,7 +72281,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-namedvalue failurePolicy: Fail @@ -71615,7 +72302,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-policy failurePolicy: Fail @@ -71636,7 +72323,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-policyfragment failurePolicy: Fail @@ -71657,7 +72344,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-productapi failurePolicy: Fail @@ -71678,7 +72365,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-productpolicy failurePolicy: Fail @@ -71699,7 +72386,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-product failurePolicy: Fail @@ -71720,7 +72407,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-service failurePolicy: Fail @@ -71741,7 +72428,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-apimanagement-azure-com-v1api20230501preview-subscription failurePolicy: Fail @@ -71762,7 +72449,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-appconfiguration-azure-com-v1api20220501-configurationstore failurePolicy: Fail @@ -71783,7 +72470,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-authorization-azure-com-v1api20200801preview-roleassignment failurePolicy: Fail @@ -71804,7 +72491,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-authorization-azure-com-v1api20220401-roleassignment failurePolicy: Fail @@ -71825,7 +72512,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-authorization-azure-com-v1api20220401-roledefinition failurePolicy: Fail @@ -71846,7 +72533,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-batch-azure-com-v1api20210101-batchaccount failurePolicy: Fail @@ -71867,7 +72554,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20201201-redis failurePolicy: Fail @@ -71888,7 +72575,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20201201-redisfirewallrule failurePolicy: Fail @@ -71909,7 +72596,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20201201-redislinkedserver failurePolicy: Fail @@ -71930,7 +72617,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20201201-redispatchschedule failurePolicy: Fail @@ -71951,7 +72638,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20210301-redisenterprisedatabase failurePolicy: Fail @@ -71972,7 +72659,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20210301-redisenterprise failurePolicy: Fail @@ -71993,7 +72680,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230401-redis failurePolicy: Fail @@ -72014,7 +72701,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230401-redisfirewallrule failurePolicy: Fail @@ -72035,7 +72722,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230401-redislinkedserver failurePolicy: Fail @@ -72056,7 +72743,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230401-redispatchschedule failurePolicy: Fail @@ -72077,7 +72764,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230701-redisenterprisedatabase failurePolicy: Fail @@ -72098,7 +72785,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cache-azure-com-v1api20230701-redisenterprise failurePolicy: Fail @@ -72119,7 +72806,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20210601-profile failurePolicy: Fail @@ -72140,7 +72827,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20210601-profilesendpoint failurePolicy: Fail @@ -72161,7 +72848,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-afdcustomdomain failurePolicy: Fail @@ -72182,7 +72869,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-afdendpoint failurePolicy: Fail @@ -72203,7 +72890,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-afdorigingroup failurePolicy: Fail @@ -72224,7 +72911,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-afdorigin failurePolicy: Fail @@ -72245,7 +72932,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-profile failurePolicy: Fail @@ -72266,7 +72953,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-route failurePolicy: Fail @@ -72287,7 +72974,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-rule failurePolicy: Fail @@ -72308,7 +72995,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-ruleset failurePolicy: Fail @@ -72329,7 +73016,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-secret failurePolicy: Fail @@ -72350,7 +73037,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-cdn-azure-com-v1api20230501-securitypolicy failurePolicy: Fail @@ -72371,7 +73058,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20200930-disk failurePolicy: Fail @@ -72392,7 +73079,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20200930-snapshot failurePolicy: Fail @@ -72413,7 +73100,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20201201-virtualmachine failurePolicy: Fail @@ -72434,7 +73121,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20201201-virtualmachinescaleset failurePolicy: Fail @@ -72455,7 +73142,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20201201-virtualmachinescalesetsextension failurePolicy: Fail @@ -72476,7 +73163,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20201201-virtualmachinesextension failurePolicy: Fail @@ -72497,7 +73184,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20210701-image failurePolicy: Fail @@ -72518,7 +73205,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220301-image failurePolicy: Fail @@ -72539,7 +73226,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220301-virtualmachine failurePolicy: Fail @@ -72560,7 +73247,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220301-virtualmachinescaleset failurePolicy: Fail @@ -72581,7 +73268,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220301-virtualmachinescalesetsextension failurePolicy: Fail @@ -72602,7 +73289,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220301-virtualmachinesextension failurePolicy: Fail @@ -72623,7 +73310,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20220702-diskencryptionset failurePolicy: Fail @@ -72644,7 +73331,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20240302-diskaccess failurePolicy: Fail @@ -72665,7 +73352,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20240302-diskencryptionset failurePolicy: Fail @@ -72686,7 +73373,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20240302-disk failurePolicy: Fail @@ -72707,7 +73394,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-compute-azure-com-v1api20240302-snapshot failurePolicy: Fail @@ -72728,7 +73415,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerinstance-azure-com-v1api20211001-containergroup failurePolicy: Fail @@ -72749,7 +73436,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerregistry-azure-com-v1api20210901-registry failurePolicy: Fail @@ -72770,7 +73457,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20210501-managedcluster failurePolicy: Fail @@ -72791,7 +73478,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20210501-managedclustersagentpool failurePolicy: Fail @@ -72812,7 +73499,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20230201-managedcluster failurePolicy: Fail @@ -72833,7 +73520,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20230201-managedclustersagentpool failurePolicy: Fail @@ -72854,7 +73541,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20230315preview-fleet failurePolicy: Fail @@ -72875,7 +73562,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20230315preview-fleetsmember failurePolicy: Fail @@ -72896,7 +73583,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20230315preview-fleetsupdaterun failurePolicy: Fail @@ -72917,7 +73604,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20231001-managedcluster failurePolicy: Fail @@ -72938,7 +73625,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20231001-managedclustersagentpool failurePolicy: Fail @@ -72959,7 +73646,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20231001-trustedaccessrolebinding failurePolicy: Fail @@ -72980,7 +73667,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20231102preview-managedcluster failurePolicy: Fail @@ -73001,7 +73688,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20231102preview-managedclustersagentpool failurePolicy: Fail @@ -73022,7 +73709,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20240402preview-managedcluster failurePolicy: Fail @@ -73043,7 +73730,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20240402preview-managedclustersagentpool failurePolicy: Fail @@ -73064,7 +73751,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-containerservice-azure-com-v1api20240402preview-trustedaccessrolebinding failurePolicy: Fail @@ -73085,7 +73772,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-datafactory-azure-com-v1api20180601-factory failurePolicy: Fail @@ -73106,7 +73793,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dataprotection-azure-com-v1api20230101-backupvault failurePolicy: Fail @@ -73127,7 +73814,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dataprotection-azure-com-v1api20230101-backupvaultsbackuppolicy failurePolicy: Fail @@ -73148,7 +73835,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dataprotection-azure-com-v1api20231101-backupvault failurePolicy: Fail @@ -73169,7 +73856,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dataprotection-azure-com-v1api20231101-backupvaultsbackupinstance failurePolicy: Fail @@ -73190,7 +73877,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dataprotection-azure-com-v1api20231101-backupvaultsbackuppolicy failurePolicy: Fail @@ -73211,7 +73898,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformariadb-azure-com-v1api20180601-configuration failurePolicy: Fail @@ -73232,7 +73919,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformariadb-azure-com-v1api20180601-database failurePolicy: Fail @@ -73253,7 +73940,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformariadb-azure-com-v1api20180601-server failurePolicy: Fail @@ -73274,7 +73961,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20210501-flexibleserver failurePolicy: Fail @@ -73295,7 +73982,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20210501-flexibleserversdatabase failurePolicy: Fail @@ -73316,7 +74003,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20210501-flexibleserversfirewallrule failurePolicy: Fail @@ -73337,7 +74024,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20220101-flexibleserversadministrator failurePolicy: Fail @@ -73358,7 +74045,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20220101-flexibleserversconfiguration failurePolicy: Fail @@ -73379,7 +74066,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20230630-flexibleserver failurePolicy: Fail @@ -73400,7 +74087,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20230630-flexibleserversadministrator failurePolicy: Fail @@ -73421,7 +74108,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20230630-flexibleserversconfiguration failurePolicy: Fail @@ -73442,7 +74129,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20230630-flexibleserversdatabase failurePolicy: Fail @@ -73463,7 +74150,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1api20230630-flexibleserversfirewallrule failurePolicy: Fail @@ -73484,7 +74171,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbformysql-azure-com-v1-user failurePolicy: Fail @@ -73505,7 +74192,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20210601-flexibleserver failurePolicy: Fail @@ -73526,7 +74213,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20210601-flexibleserversconfiguration failurePolicy: Fail @@ -73547,7 +74234,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20210601-flexibleserversdatabase failurePolicy: Fail @@ -73568,7 +74255,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20210601-flexibleserversfirewallrule failurePolicy: Fail @@ -73589,7 +74276,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserver failurePolicy: Fail @@ -73610,7 +74297,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversconfiguration failurePolicy: Fail @@ -73631,7 +74318,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversdatabase failurePolicy: Fail @@ -73652,7 +74339,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversfirewallrule failurePolicy: Fail @@ -73673,7 +74360,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20221201-flexibleserver failurePolicy: Fail @@ -73694,7 +74381,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20221201-flexibleserversconfiguration failurePolicy: Fail @@ -73715,7 +74402,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20221201-flexibleserversdatabase failurePolicy: Fail @@ -73736,7 +74423,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20221201-flexibleserversfirewallrule failurePolicy: Fail @@ -73757,7 +74444,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserver failurePolicy: Fail @@ -73778,7 +74465,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversconfiguration failurePolicy: Fail @@ -73799,7 +74486,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversdatabase failurePolicy: Fail @@ -73820,7 +74507,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversfirewallrule failurePolicy: Fail @@ -73841,7 +74528,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-dbforpostgresql-azure-com-v1-user failurePolicy: Fail @@ -73862,7 +74549,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-devices-azure-com-v1api20210702-iothub failurePolicy: Fail @@ -73883,7 +74570,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-databaseaccount failurePolicy: Fail @@ -73904,7 +74591,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-mongodbdatabasecollection failurePolicy: Fail @@ -73925,7 +74612,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-mongodbdatabasecollectionthroughputsetting failurePolicy: Fail @@ -73946,7 +74633,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-mongodbdatabase failurePolicy: Fail @@ -73967,7 +74654,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-mongodbdatabasethroughputsetting failurePolicy: Fail @@ -73988,7 +74675,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasecontainer failurePolicy: Fail @@ -74009,7 +74696,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasecontainerstoredprocedure failurePolicy: Fail @@ -74030,7 +74717,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasecontainerthroughputsetting failurePolicy: Fail @@ -74051,7 +74738,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasecontainertrigger failurePolicy: Fail @@ -74072,7 +74759,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasecontaineruserdefinedfunction failurePolicy: Fail @@ -74093,7 +74780,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabase failurePolicy: Fail @@ -74114,7 +74801,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqldatabasethroughputsetting failurePolicy: Fail @@ -74135,7 +74822,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20210515-sqlroleassignment failurePolicy: Fail @@ -74156,7 +74843,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-databaseaccount failurePolicy: Fail @@ -74177,7 +74864,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-mongodbdatabasecollection failurePolicy: Fail @@ -74198,7 +74885,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-mongodbdatabasecollectionthroughputsetting failurePolicy: Fail @@ -74219,7 +74906,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-mongodbdatabase failurePolicy: Fail @@ -74240,7 +74927,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-mongodbdatabasethroughputsetting failurePolicy: Fail @@ -74261,7 +74948,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasecontainer failurePolicy: Fail @@ -74282,7 +74969,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasecontainerstoredprocedure failurePolicy: Fail @@ -74303,7 +74990,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasecontainerthroughputsetting failurePolicy: Fail @@ -74324,7 +75011,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasecontainertrigger failurePolicy: Fail @@ -74345,7 +75032,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasecontaineruserdefinedfunction failurePolicy: Fail @@ -74366,7 +75053,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabase failurePolicy: Fail @@ -74387,7 +75074,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqldatabasethroughputsetting failurePolicy: Fail @@ -74408,7 +75095,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-documentdb-azure-com-v1api20231115-sqlroleassignment failurePolicy: Fail @@ -74429,7 +75116,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventgrid-azure-com-v1api20200601-domain failurePolicy: Fail @@ -74450,7 +75137,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventgrid-azure-com-v1api20200601-domainstopic failurePolicy: Fail @@ -74471,7 +75158,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventgrid-azure-com-v1api20200601-eventsubscription failurePolicy: Fail @@ -74492,7 +75179,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventgrid-azure-com-v1api20200601-topic failurePolicy: Fail @@ -74513,7 +75200,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventhub-azure-com-v1api20211101-namespace failurePolicy: Fail @@ -74534,7 +75221,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventhub-azure-com-v1api20211101-namespacesauthorizationrule failurePolicy: Fail @@ -74555,7 +75242,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventhub-azure-com-v1api20211101-namespaceseventhub failurePolicy: Fail @@ -74576,7 +75263,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventhub-azure-com-v1api20211101-namespaceseventhubsauthorizationrule failurePolicy: Fail @@ -74597,7 +75284,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-eventhub-azure-com-v1api20211101-namespaceseventhubsconsumergroup failurePolicy: Fail @@ -74618,7 +75305,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20180301-metricalert failurePolicy: Fail @@ -74639,7 +75326,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20180501preview-webtest failurePolicy: Fail @@ -74660,7 +75347,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20200202-component failurePolicy: Fail @@ -74681,7 +75368,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20220615-scheduledqueryrule failurePolicy: Fail @@ -74702,7 +75389,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20220615-webtest failurePolicy: Fail @@ -74723,7 +75410,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20221001-autoscalesetting failurePolicy: Fail @@ -74744,7 +75431,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-insights-azure-com-v1api20230101-actiongroup failurePolicy: Fail @@ -74765,7 +75452,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-keyvault-azure-com-v1api20210401preview-vault failurePolicy: Fail @@ -74786,7 +75473,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-keyvault-azure-com-v1api20230701-vault failurePolicy: Fail @@ -74807,7 +75494,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-kubernetesconfiguration-azure-com-v1api20230501-extension failurePolicy: Fail @@ -74828,7 +75515,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-machinelearningservices-azure-com-v1api20210701-workspace failurePolicy: Fail @@ -74849,7 +75536,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-machinelearningservices-azure-com-v1api20210701-workspacescompute failurePolicy: Fail @@ -74870,7 +75557,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-machinelearningservices-azure-com-v1api20210701-workspacesconnection failurePolicy: Fail @@ -74891,7 +75578,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-managedidentity-azure-com-v1api20181130-userassignedidentity failurePolicy: Fail @@ -74912,7 +75599,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-managedidentity-azure-com-v1api20220131preview-federatedidentitycredential failurePolicy: Fail @@ -74933,7 +75620,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-managedidentity-azure-com-v1api20230131-federatedidentitycredential failurePolicy: Fail @@ -74954,7 +75641,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-managedidentity-azure-com-v1api20230131-userassignedidentity failurePolicy: Fail @@ -74975,7 +75662,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-monitor-azure-com-v1api20230403-account failurePolicy: Fail @@ -74996,7 +75683,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-frontdoor-azure-com-v1api20220501-webapplicationfirewallpolicy failurePolicy: Fail @@ -75017,7 +75704,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszone failurePolicy: Fail @@ -75038,7 +75725,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonesaaaarecord failurePolicy: Fail @@ -75059,7 +75746,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonesarecord failurePolicy: Fail @@ -75080,7 +75767,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonescaarecord failurePolicy: Fail @@ -75101,7 +75788,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonescnamerecord failurePolicy: Fail @@ -75122,7 +75809,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonesmxrecord failurePolicy: Fail @@ -75143,7 +75830,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonesnsrecord failurePolicy: Fail @@ -75164,7 +75851,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonesptrrecord failurePolicy: Fail @@ -75185,7 +75872,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonessrvrecord failurePolicy: Fail @@ -75206,7 +75893,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180501-dnszonestxtrecord failurePolicy: Fail @@ -75227,7 +75914,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20180901-privatednszone failurePolicy: Fail @@ -75248,7 +75935,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonesaaaarecord failurePolicy: Fail @@ -75269,7 +75956,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonesarecord failurePolicy: Fail @@ -75290,7 +75977,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonescnamerecord failurePolicy: Fail @@ -75311,7 +75998,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonesmxrecord failurePolicy: Fail @@ -75332,7 +76019,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonesptrrecord failurePolicy: Fail @@ -75353,7 +76040,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonessrvrecord failurePolicy: Fail @@ -75374,7 +76061,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonestxtrecord failurePolicy: Fail @@ -75395,7 +76082,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20200601-privatednszonesvirtualnetworklink failurePolicy: Fail @@ -75416,7 +76103,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-loadbalancer failurePolicy: Fail @@ -75437,7 +76124,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-loadbalancersinboundnatrule failurePolicy: Fail @@ -75458,7 +76145,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-networkinterface failurePolicy: Fail @@ -75479,7 +76166,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-networksecuritygroup failurePolicy: Fail @@ -75500,7 +76187,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-networksecuritygroupssecurityrule failurePolicy: Fail @@ -75521,7 +76208,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-publicipaddress failurePolicy: Fail @@ -75542,7 +76229,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-routetable failurePolicy: Fail @@ -75563,7 +76250,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-routetablesroute failurePolicy: Fail @@ -75584,7 +76271,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-virtualnetworkgateway failurePolicy: Fail @@ -75605,7 +76292,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-virtualnetwork failurePolicy: Fail @@ -75626,7 +76313,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-virtualnetworkssubnet failurePolicy: Fail @@ -75647,7 +76334,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20201101-virtualnetworksvirtualnetworkpeering failurePolicy: Fail @@ -75668,7 +76355,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220401-trafficmanagerprofile failurePolicy: Fail @@ -75689,7 +76376,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220401-trafficmanagerprofilesazureendpoint failurePolicy: Fail @@ -75710,7 +76397,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220401-trafficmanagerprofilesexternalendpoint failurePolicy: Fail @@ -75731,7 +76418,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220401-trafficmanagerprofilesnestedendpoint failurePolicy: Fail @@ -75752,7 +76439,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-applicationgateway failurePolicy: Fail @@ -75773,7 +76460,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-bastionhost failurePolicy: Fail @@ -75794,7 +76481,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-dnsforwardingruleset failurePolicy: Fail @@ -75815,7 +76502,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-dnsforwardingrulesetsforwardingrule failurePolicy: Fail @@ -75836,7 +76523,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-dnsresolver failurePolicy: Fail @@ -75857,7 +76544,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-dnsresolversinboundendpoint failurePolicy: Fail @@ -75878,7 +76565,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-dnsresolversoutboundendpoint failurePolicy: Fail @@ -75899,7 +76586,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-natgateway failurePolicy: Fail @@ -75920,7 +76607,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-privateendpoint failurePolicy: Fail @@ -75941,7 +76628,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-privateendpointsprivatednszonegroup failurePolicy: Fail @@ -75962,7 +76649,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-privatelinkservice failurePolicy: Fail @@ -75983,7 +76670,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-network-azure-com-v1api20220701-publicipprefix failurePolicy: Fail @@ -76004,7 +76691,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-operationalinsights-azure-com-v1api20210601-workspace failurePolicy: Fail @@ -76025,7 +76712,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-redhatopenshift-azure-com-v1api20231122-openshiftcluster failurePolicy: Fail @@ -76046,7 +76733,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-resources-azure-com-v1api20200601-resourcegroup failurePolicy: Fail @@ -76067,7 +76754,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-search-azure-com-v1api20220901-searchservice failurePolicy: Fail @@ -76088,7 +76775,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespace failurePolicy: Fail @@ -76109,7 +76796,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespacesauthorizationrule failurePolicy: Fail @@ -76130,7 +76817,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespacesqueue failurePolicy: Fail @@ -76151,7 +76838,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespacestopic failurePolicy: Fail @@ -76172,7 +76859,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespacestopicssubscription failurePolicy: Fail @@ -76193,7 +76880,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20210101preview-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -76214,7 +76901,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespace failurePolicy: Fail @@ -76235,7 +76922,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespacesauthorizationrule failurePolicy: Fail @@ -76256,7 +76943,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespacesqueue failurePolicy: Fail @@ -76277,7 +76964,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespacestopic failurePolicy: Fail @@ -76298,7 +76985,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespacestopicssubscription failurePolicy: Fail @@ -76319,7 +77006,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20211101-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -76340,7 +77027,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespace failurePolicy: Fail @@ -76361,7 +77048,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespacesauthorizationrule failurePolicy: Fail @@ -76382,7 +77069,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespacesqueue failurePolicy: Fail @@ -76403,7 +77090,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespacestopic failurePolicy: Fail @@ -76424,7 +77111,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespacestopicssubscription failurePolicy: Fail @@ -76445,7 +77132,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-servicebus-azure-com-v1api20221001preview-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -76466,7 +77153,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-signalrservice-azure-com-v1api20211001-signalr failurePolicy: Fail @@ -76487,7 +77174,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-server failurePolicy: Fail @@ -76508,7 +77195,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversadministrator failurePolicy: Fail @@ -76529,7 +77216,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversadvancedthreatprotectionsetting failurePolicy: Fail @@ -76550,7 +77237,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversauditingsetting failurePolicy: Fail @@ -76571,7 +77258,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversazureadonlyauthentication failurePolicy: Fail @@ -76592,7 +77279,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversconnectionpolicy failurePolicy: Fail @@ -76613,7 +77300,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabase failurePolicy: Fail @@ -76634,7 +77321,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasesadvancedthreatprotectionsetting failurePolicy: Fail @@ -76655,7 +77342,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasesauditingsetting failurePolicy: Fail @@ -76676,7 +77363,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasesbackuplongtermretentionpolicy failurePolicy: Fail @@ -76697,7 +77384,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasesbackupshorttermretentionpolicy failurePolicy: Fail @@ -76718,7 +77405,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasessecurityalertpolicy failurePolicy: Fail @@ -76739,7 +77426,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasestransparentdataencryption failurePolicy: Fail @@ -76760,7 +77447,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversdatabasesvulnerabilityassessment failurePolicy: Fail @@ -76781,7 +77468,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serverselasticpool failurePolicy: Fail @@ -76802,7 +77489,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversfailovergroup failurePolicy: Fail @@ -76823,7 +77510,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversfirewallrule failurePolicy: Fail @@ -76844,7 +77531,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversipv6firewallrule failurePolicy: Fail @@ -76865,7 +77552,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversoutboundfirewallrule failurePolicy: Fail @@ -76886,7 +77573,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serverssecurityalertpolicy failurePolicy: Fail @@ -76907,7 +77594,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversvirtualnetworkrule failurePolicy: Fail @@ -76928,7 +77615,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1api20211101-serversvulnerabilityassessment failurePolicy: Fail @@ -76949,7 +77636,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-sql-azure-com-v1-user failurePolicy: Fail @@ -76970,7 +77657,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccount failurePolicy: Fail @@ -76991,7 +77678,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccountsblobservice failurePolicy: Fail @@ -77012,7 +77699,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccountsblobservicescontainer failurePolicy: Fail @@ -77033,7 +77720,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccountsmanagementpolicy failurePolicy: Fail @@ -77054,7 +77741,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccountsqueueservice failurePolicy: Fail @@ -77075,7 +77762,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20210401-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -77096,7 +77783,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccount failurePolicy: Fail @@ -77117,7 +77804,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsblobservice failurePolicy: Fail @@ -77138,7 +77825,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsblobservicescontainer failurePolicy: Fail @@ -77159,7 +77846,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsfileservice failurePolicy: Fail @@ -77180,7 +77867,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsfileservicesshare failurePolicy: Fail @@ -77201,7 +77888,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsmanagementpolicy failurePolicy: Fail @@ -77222,7 +77909,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsqueueservice failurePolicy: Fail @@ -77243,7 +77930,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -77264,7 +77951,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountstableservice failurePolicy: Fail @@ -77285,7 +77972,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20220901-storageaccountstableservicestable failurePolicy: Fail @@ -77306,7 +77993,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccount failurePolicy: Fail @@ -77327,7 +78014,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsblobservice failurePolicy: Fail @@ -77348,7 +78035,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsblobservicescontainer failurePolicy: Fail @@ -77369,7 +78056,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsfileservice failurePolicy: Fail @@ -77390,7 +78077,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsfileservicesshare failurePolicy: Fail @@ -77411,7 +78098,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsmanagementpolicy failurePolicy: Fail @@ -77432,7 +78119,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsqueueservice failurePolicy: Fail @@ -77453,7 +78140,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -77474,7 +78161,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountstableservice failurePolicy: Fail @@ -77495,7 +78182,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-storage-azure-com-v1api20230101-storageaccountstableservicestable failurePolicy: Fail @@ -77516,7 +78203,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-subscription-azure-com-v1api20211001-alias failurePolicy: Fail @@ -77537,7 +78224,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-synapse-azure-com-v1api20210601-workspace failurePolicy: Fail @@ -77558,7 +78245,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-synapse-azure-com-v1api20210601-workspacesbigdatapool failurePolicy: Fail @@ -77579,7 +78266,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-web-azure-com-v1api20220301-serverfarm failurePolicy: Fail @@ -77600,7 +78287,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /mutate-web-azure-com-v1api20220301-site failurePolicy: Fail @@ -77826,7 +78513,7 @@ apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: annotations: - cert-manager.io/inject-ca-from: capi-webhook-system/capz-azureserviceoperator-serving-cert + cert-manager.io/inject-ca-from: capz-system/azureserviceoperator-serving-cert labels: cluster.x-k8s.io/provider: infrastructure-azure name: capz-azureserviceoperator-validating-webhook-configuration @@ -77835,7 +78522,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-alertsmanagement-azure-com-v1api20230301-prometheusrulegroup failurePolicy: Fail @@ -77856,7 +78543,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-api failurePolicy: Fail @@ -77877,7 +78564,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-apiversionset failurePolicy: Fail @@ -77898,7 +78585,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-authorizationprovider failurePolicy: Fail @@ -77919,7 +78606,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-authorizationprovidersauthorization failurePolicy: Fail @@ -77940,7 +78627,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-authorizationprovidersauthorizationsaccesspolicy failurePolicy: Fail @@ -77961,7 +78648,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-backend failurePolicy: Fail @@ -77982,7 +78669,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-namedvalue failurePolicy: Fail @@ -78003,7 +78690,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-policy failurePolicy: Fail @@ -78024,7 +78711,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-policyfragment failurePolicy: Fail @@ -78045,7 +78732,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-productapi failurePolicy: Fail @@ -78066,7 +78753,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-productpolicy failurePolicy: Fail @@ -78087,7 +78774,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-product failurePolicy: Fail @@ -78108,7 +78795,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-service failurePolicy: Fail @@ -78129,7 +78816,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20220801-subscription failurePolicy: Fail @@ -78150,7 +78837,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-api failurePolicy: Fail @@ -78171,7 +78858,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-apiversionset failurePolicy: Fail @@ -78192,7 +78879,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-authorizationprovider failurePolicy: Fail @@ -78213,7 +78900,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-authorizationprovidersauthorization failurePolicy: Fail @@ -78234,7 +78921,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-authorizationprovidersauthorizationsaccesspolicy failurePolicy: Fail @@ -78255,7 +78942,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-backend failurePolicy: Fail @@ -78276,7 +78963,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-namedvalue failurePolicy: Fail @@ -78297,7 +78984,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-policy failurePolicy: Fail @@ -78318,7 +79005,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-policyfragment failurePolicy: Fail @@ -78339,7 +79026,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-productapi failurePolicy: Fail @@ -78360,7 +79047,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-productpolicy failurePolicy: Fail @@ -78381,7 +79068,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-product failurePolicy: Fail @@ -78402,7 +79089,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-service failurePolicy: Fail @@ -78423,7 +79110,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-apimanagement-azure-com-v1api20230501preview-subscription failurePolicy: Fail @@ -78444,7 +79131,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-appconfiguration-azure-com-v1api20220501-configurationstore failurePolicy: Fail @@ -78465,7 +79152,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-authorization-azure-com-v1api20200801preview-roleassignment failurePolicy: Fail @@ -78486,7 +79173,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-authorization-azure-com-v1api20220401-roleassignment failurePolicy: Fail @@ -78507,7 +79194,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-authorization-azure-com-v1api20220401-roledefinition failurePolicy: Fail @@ -78528,7 +79215,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-batch-azure-com-v1api20210101-batchaccount failurePolicy: Fail @@ -78549,7 +79236,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20201201-redis failurePolicy: Fail @@ -78570,7 +79257,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20201201-redisfirewallrule failurePolicy: Fail @@ -78591,7 +79278,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20201201-redislinkedserver failurePolicy: Fail @@ -78612,7 +79299,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20201201-redispatchschedule failurePolicy: Fail @@ -78633,7 +79320,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20210301-redisenterprisedatabase failurePolicy: Fail @@ -78654,7 +79341,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20210301-redisenterprise failurePolicy: Fail @@ -78675,7 +79362,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230401-redis failurePolicy: Fail @@ -78696,7 +79383,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230401-redisfirewallrule failurePolicy: Fail @@ -78717,7 +79404,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230401-redislinkedserver failurePolicy: Fail @@ -78738,7 +79425,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230401-redispatchschedule failurePolicy: Fail @@ -78759,7 +79446,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230701-redisenterprisedatabase failurePolicy: Fail @@ -78780,7 +79467,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cache-azure-com-v1api20230701-redisenterprise failurePolicy: Fail @@ -78801,7 +79488,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20210601-profile failurePolicy: Fail @@ -78822,7 +79509,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20210601-profilesendpoint failurePolicy: Fail @@ -78843,7 +79530,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-afdcustomdomain failurePolicy: Fail @@ -78864,7 +79551,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-afdendpoint failurePolicy: Fail @@ -78885,7 +79572,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-afdorigingroup failurePolicy: Fail @@ -78906,7 +79593,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-afdorigin failurePolicy: Fail @@ -78927,7 +79614,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-profile failurePolicy: Fail @@ -78948,7 +79635,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-route failurePolicy: Fail @@ -78969,7 +79656,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-rule failurePolicy: Fail @@ -78990,7 +79677,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-ruleset failurePolicy: Fail @@ -79011,7 +79698,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-secret failurePolicy: Fail @@ -79032,7 +79719,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-cdn-azure-com-v1api20230501-securitypolicy failurePolicy: Fail @@ -79053,7 +79740,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20200930-disk failurePolicy: Fail @@ -79074,7 +79761,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20200930-snapshot failurePolicy: Fail @@ -79095,7 +79782,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20201201-virtualmachine failurePolicy: Fail @@ -79116,7 +79803,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20201201-virtualmachinescaleset failurePolicy: Fail @@ -79137,7 +79824,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20201201-virtualmachinescalesetsextension failurePolicy: Fail @@ -79158,7 +79845,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20201201-virtualmachinesextension failurePolicy: Fail @@ -79179,7 +79866,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20210701-image failurePolicy: Fail @@ -79200,7 +79887,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220301-image failurePolicy: Fail @@ -79221,7 +79908,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220301-virtualmachine failurePolicy: Fail @@ -79242,7 +79929,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220301-virtualmachinescaleset failurePolicy: Fail @@ -79263,7 +79950,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220301-virtualmachinescalesetsextension failurePolicy: Fail @@ -79284,7 +79971,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220301-virtualmachinesextension failurePolicy: Fail @@ -79305,7 +79992,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20220702-diskencryptionset failurePolicy: Fail @@ -79326,7 +80013,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20240302-diskaccess failurePolicy: Fail @@ -79347,7 +80034,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20240302-diskencryptionset failurePolicy: Fail @@ -79368,7 +80055,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20240302-disk failurePolicy: Fail @@ -79389,7 +80076,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-compute-azure-com-v1api20240302-snapshot failurePolicy: Fail @@ -79410,7 +80097,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerinstance-azure-com-v1api20211001-containergroup failurePolicy: Fail @@ -79431,7 +80118,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerregistry-azure-com-v1api20210901-registry failurePolicy: Fail @@ -79452,7 +80139,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20210501-managedcluster failurePolicy: Fail @@ -79473,7 +80160,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20210501-managedclustersagentpool failurePolicy: Fail @@ -79494,7 +80181,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20230201-managedcluster failurePolicy: Fail @@ -79515,7 +80202,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20230201-managedclustersagentpool failurePolicy: Fail @@ -79536,7 +80223,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20230315preview-fleet failurePolicy: Fail @@ -79557,7 +80244,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20230315preview-fleetsmember failurePolicy: Fail @@ -79578,7 +80265,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20230315preview-fleetsupdaterun failurePolicy: Fail @@ -79599,7 +80286,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20231001-managedcluster failurePolicy: Fail @@ -79620,7 +80307,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20231001-managedclustersagentpool failurePolicy: Fail @@ -79641,7 +80328,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20231001-trustedaccessrolebinding failurePolicy: Fail @@ -79662,7 +80349,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20231102preview-managedcluster failurePolicy: Fail @@ -79683,7 +80370,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20231102preview-managedclustersagentpool failurePolicy: Fail @@ -79704,7 +80391,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20240402preview-managedcluster failurePolicy: Fail @@ -79725,7 +80412,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20240402preview-managedclustersagentpool failurePolicy: Fail @@ -79746,7 +80433,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-containerservice-azure-com-v1api20240402preview-trustedaccessrolebinding failurePolicy: Fail @@ -79767,7 +80454,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-datafactory-azure-com-v1api20180601-factory failurePolicy: Fail @@ -79788,7 +80475,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dataprotection-azure-com-v1api20230101-backupvault failurePolicy: Fail @@ -79809,7 +80496,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dataprotection-azure-com-v1api20230101-backupvaultsbackuppolicy failurePolicy: Fail @@ -79830,7 +80517,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dataprotection-azure-com-v1api20231101-backupvault failurePolicy: Fail @@ -79851,7 +80538,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dataprotection-azure-com-v1api20231101-backupvaultsbackupinstance failurePolicy: Fail @@ -79872,7 +80559,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dataprotection-azure-com-v1api20231101-backupvaultsbackuppolicy failurePolicy: Fail @@ -79893,7 +80580,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformariadb-azure-com-v1api20180601-configuration failurePolicy: Fail @@ -79914,7 +80601,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformariadb-azure-com-v1api20180601-database failurePolicy: Fail @@ -79935,7 +80622,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformariadb-azure-com-v1api20180601-server failurePolicy: Fail @@ -79956,7 +80643,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20210501-flexibleserver failurePolicy: Fail @@ -79977,7 +80664,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20210501-flexibleserversdatabase failurePolicy: Fail @@ -79998,7 +80685,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20210501-flexibleserversfirewallrule failurePolicy: Fail @@ -80019,7 +80706,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20220101-flexibleserversadministrator failurePolicy: Fail @@ -80040,7 +80727,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20220101-flexibleserversconfiguration failurePolicy: Fail @@ -80061,7 +80748,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20230630-flexibleserver failurePolicy: Fail @@ -80082,7 +80769,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20230630-flexibleserversadministrator failurePolicy: Fail @@ -80103,7 +80790,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20230630-flexibleserversconfiguration failurePolicy: Fail @@ -80124,7 +80811,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20230630-flexibleserversdatabase failurePolicy: Fail @@ -80145,7 +80832,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1api20230630-flexibleserversfirewallrule failurePolicy: Fail @@ -80166,7 +80853,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbformysql-azure-com-v1-user failurePolicy: Fail @@ -80187,7 +80874,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20210601-flexibleserver failurePolicy: Fail @@ -80208,7 +80895,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20210601-flexibleserversconfiguration failurePolicy: Fail @@ -80229,7 +80916,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20210601-flexibleserversdatabase failurePolicy: Fail @@ -80250,7 +80937,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20210601-flexibleserversfirewallrule failurePolicy: Fail @@ -80271,7 +80958,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserver failurePolicy: Fail @@ -80292,7 +80979,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversconfiguration failurePolicy: Fail @@ -80313,7 +81000,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversdatabase failurePolicy: Fail @@ -80334,7 +81021,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20220120preview-flexibleserversfirewallrule failurePolicy: Fail @@ -80355,7 +81042,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20221201-flexibleserver failurePolicy: Fail @@ -80376,7 +81063,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20221201-flexibleserversconfiguration failurePolicy: Fail @@ -80397,7 +81084,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20221201-flexibleserversdatabase failurePolicy: Fail @@ -80418,7 +81105,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20221201-flexibleserversfirewallrule failurePolicy: Fail @@ -80439,7 +81126,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserver failurePolicy: Fail @@ -80460,7 +81147,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversconfiguration failurePolicy: Fail @@ -80481,7 +81168,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversdatabase failurePolicy: Fail @@ -80502,7 +81189,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1api20230601preview-flexibleserversfirewallrule failurePolicy: Fail @@ -80523,7 +81210,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-dbforpostgresql-azure-com-v1-user failurePolicy: Fail @@ -80544,7 +81231,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-devices-azure-com-v1api20210702-iothub failurePolicy: Fail @@ -80565,7 +81252,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-databaseaccount failurePolicy: Fail @@ -80586,7 +81273,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-mongodbdatabasecollection failurePolicy: Fail @@ -80607,7 +81294,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-mongodbdatabasecollectionthroughputsetting failurePolicy: Fail @@ -80628,7 +81315,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-mongodbdatabase failurePolicy: Fail @@ -80649,7 +81336,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-mongodbdatabasethroughputsetting failurePolicy: Fail @@ -80670,7 +81357,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasecontainer failurePolicy: Fail @@ -80691,7 +81378,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasecontainerstoredprocedure failurePolicy: Fail @@ -80712,7 +81399,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasecontainerthroughputsetting failurePolicy: Fail @@ -80733,7 +81420,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasecontainertrigger failurePolicy: Fail @@ -80754,7 +81441,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasecontaineruserdefinedfunction failurePolicy: Fail @@ -80775,7 +81462,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabase failurePolicy: Fail @@ -80796,7 +81483,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqldatabasethroughputsetting failurePolicy: Fail @@ -80817,7 +81504,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20210515-sqlroleassignment failurePolicy: Fail @@ -80838,7 +81525,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-databaseaccount failurePolicy: Fail @@ -80859,7 +81546,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-mongodbdatabasecollection failurePolicy: Fail @@ -80880,7 +81567,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-mongodbdatabasecollectionthroughputsetting failurePolicy: Fail @@ -80901,7 +81588,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-mongodbdatabase failurePolicy: Fail @@ -80922,7 +81609,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-mongodbdatabasethroughputsetting failurePolicy: Fail @@ -80943,7 +81630,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasecontainer failurePolicy: Fail @@ -80964,7 +81651,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasecontainerstoredprocedure failurePolicy: Fail @@ -80985,7 +81672,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasecontainerthroughputsetting failurePolicy: Fail @@ -81006,7 +81693,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasecontainertrigger failurePolicy: Fail @@ -81027,7 +81714,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasecontaineruserdefinedfunction failurePolicy: Fail @@ -81048,7 +81735,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabase failurePolicy: Fail @@ -81069,7 +81756,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqldatabasethroughputsetting failurePolicy: Fail @@ -81090,7 +81777,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-documentdb-azure-com-v1api20231115-sqlroleassignment failurePolicy: Fail @@ -81111,7 +81798,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventgrid-azure-com-v1api20200601-domain failurePolicy: Fail @@ -81132,7 +81819,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventgrid-azure-com-v1api20200601-domainstopic failurePolicy: Fail @@ -81153,7 +81840,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventgrid-azure-com-v1api20200601-eventsubscription failurePolicy: Fail @@ -81174,7 +81861,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventgrid-azure-com-v1api20200601-topic failurePolicy: Fail @@ -81195,7 +81882,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventhub-azure-com-v1api20211101-namespace failurePolicy: Fail @@ -81216,7 +81903,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventhub-azure-com-v1api20211101-namespacesauthorizationrule failurePolicy: Fail @@ -81237,7 +81924,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventhub-azure-com-v1api20211101-namespaceseventhub failurePolicy: Fail @@ -81258,7 +81945,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventhub-azure-com-v1api20211101-namespaceseventhubsauthorizationrule failurePolicy: Fail @@ -81279,7 +81966,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-eventhub-azure-com-v1api20211101-namespaceseventhubsconsumergroup failurePolicy: Fail @@ -81300,7 +81987,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20180301-metricalert failurePolicy: Fail @@ -81321,7 +82008,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20180501preview-webtest failurePolicy: Fail @@ -81342,7 +82029,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20200202-component failurePolicy: Fail @@ -81363,7 +82050,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20220615-scheduledqueryrule failurePolicy: Fail @@ -81384,7 +82071,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20220615-webtest failurePolicy: Fail @@ -81405,7 +82092,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20221001-autoscalesetting failurePolicy: Fail @@ -81426,7 +82113,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-insights-azure-com-v1api20230101-actiongroup failurePolicy: Fail @@ -81447,7 +82134,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-keyvault-azure-com-v1api20210401preview-vault failurePolicy: Fail @@ -81468,7 +82155,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-keyvault-azure-com-v1api20230701-vault failurePolicy: Fail @@ -81489,7 +82176,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-kubernetesconfiguration-azure-com-v1api20230501-extension failurePolicy: Fail @@ -81510,7 +82197,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-machinelearningservices-azure-com-v1api20210701-workspace failurePolicy: Fail @@ -81531,7 +82218,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-machinelearningservices-azure-com-v1api20210701-workspacescompute failurePolicy: Fail @@ -81552,7 +82239,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-machinelearningservices-azure-com-v1api20210701-workspacesconnection failurePolicy: Fail @@ -81573,7 +82260,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-managedidentity-azure-com-v1api20181130-userassignedidentity failurePolicy: Fail @@ -81594,7 +82281,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-managedidentity-azure-com-v1api20220131preview-federatedidentitycredential failurePolicy: Fail @@ -81615,7 +82302,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-managedidentity-azure-com-v1api20230131-federatedidentitycredential failurePolicy: Fail @@ -81636,7 +82323,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-managedidentity-azure-com-v1api20230131-userassignedidentity failurePolicy: Fail @@ -81657,7 +82344,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-monitor-azure-com-v1api20230403-account failurePolicy: Fail @@ -81678,7 +82365,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-frontdoor-azure-com-v1api20220501-webapplicationfirewallpolicy failurePolicy: Fail @@ -81699,7 +82386,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszone failurePolicy: Fail @@ -81720,7 +82407,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonesaaaarecord failurePolicy: Fail @@ -81741,7 +82428,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonesarecord failurePolicy: Fail @@ -81762,7 +82449,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonescaarecord failurePolicy: Fail @@ -81783,7 +82470,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonescnamerecord failurePolicy: Fail @@ -81804,7 +82491,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonesmxrecord failurePolicy: Fail @@ -81825,7 +82512,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonesnsrecord failurePolicy: Fail @@ -81846,7 +82533,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonesptrrecord failurePolicy: Fail @@ -81867,7 +82554,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonessrvrecord failurePolicy: Fail @@ -81888,7 +82575,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180501-dnszonestxtrecord failurePolicy: Fail @@ -81909,7 +82596,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20180901-privatednszone failurePolicy: Fail @@ -81930,7 +82617,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonesaaaarecord failurePolicy: Fail @@ -81951,7 +82638,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonesarecord failurePolicy: Fail @@ -81972,7 +82659,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonescnamerecord failurePolicy: Fail @@ -81993,7 +82680,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonesmxrecord failurePolicy: Fail @@ -82014,7 +82701,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonesptrrecord failurePolicy: Fail @@ -82035,7 +82722,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonessrvrecord failurePolicy: Fail @@ -82056,7 +82743,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonestxtrecord failurePolicy: Fail @@ -82077,7 +82764,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20200601-privatednszonesvirtualnetworklink failurePolicy: Fail @@ -82098,7 +82785,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-loadbalancer failurePolicy: Fail @@ -82119,7 +82806,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-loadbalancersinboundnatrule failurePolicy: Fail @@ -82140,7 +82827,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-networkinterface failurePolicy: Fail @@ -82161,7 +82848,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-networksecuritygroup failurePolicy: Fail @@ -82182,7 +82869,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-networksecuritygroupssecurityrule failurePolicy: Fail @@ -82203,7 +82890,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-publicipaddress failurePolicy: Fail @@ -82224,7 +82911,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-routetable failurePolicy: Fail @@ -82245,7 +82932,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-routetablesroute failurePolicy: Fail @@ -82266,7 +82953,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-virtualnetworkgateway failurePolicy: Fail @@ -82287,7 +82974,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-virtualnetwork failurePolicy: Fail @@ -82308,7 +82995,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-virtualnetworkssubnet failurePolicy: Fail @@ -82329,7 +83016,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20201101-virtualnetworksvirtualnetworkpeering failurePolicy: Fail @@ -82350,7 +83037,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220401-trafficmanagerprofile failurePolicy: Fail @@ -82371,7 +83058,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220401-trafficmanagerprofilesazureendpoint failurePolicy: Fail @@ -82392,7 +83079,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220401-trafficmanagerprofilesexternalendpoint failurePolicy: Fail @@ -82413,7 +83100,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220401-trafficmanagerprofilesnestedendpoint failurePolicy: Fail @@ -82434,7 +83121,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-applicationgateway failurePolicy: Fail @@ -82455,7 +83142,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-bastionhost failurePolicy: Fail @@ -82476,7 +83163,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-dnsforwardingruleset failurePolicy: Fail @@ -82497,7 +83184,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-dnsforwardingrulesetsforwardingrule failurePolicy: Fail @@ -82518,7 +83205,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-dnsresolver failurePolicy: Fail @@ -82539,7 +83226,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-dnsresolversinboundendpoint failurePolicy: Fail @@ -82560,7 +83247,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-dnsresolversoutboundendpoint failurePolicy: Fail @@ -82581,7 +83268,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-natgateway failurePolicy: Fail @@ -82602,7 +83289,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-privateendpoint failurePolicy: Fail @@ -82623,7 +83310,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-privateendpointsprivatednszonegroup failurePolicy: Fail @@ -82644,7 +83331,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-privatelinkservice failurePolicy: Fail @@ -82665,7 +83352,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-network-azure-com-v1api20220701-publicipprefix failurePolicy: Fail @@ -82686,7 +83373,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-operationalinsights-azure-com-v1api20210601-workspace failurePolicy: Fail @@ -82707,7 +83394,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-redhatopenshift-azure-com-v1api20231122-openshiftcluster failurePolicy: Fail @@ -82728,7 +83415,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-resources-azure-com-v1api20200601-resourcegroup failurePolicy: Fail @@ -82749,7 +83436,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-search-azure-com-v1api20220901-searchservice failurePolicy: Fail @@ -82770,7 +83457,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespace failurePolicy: Fail @@ -82791,7 +83478,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespacesauthorizationrule failurePolicy: Fail @@ -82812,7 +83499,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespacesqueue failurePolicy: Fail @@ -82833,7 +83520,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespacestopic failurePolicy: Fail @@ -82854,7 +83541,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespacestopicssubscription failurePolicy: Fail @@ -82875,7 +83562,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20210101preview-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -82896,7 +83583,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespace failurePolicy: Fail @@ -82917,7 +83604,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespacesauthorizationrule failurePolicy: Fail @@ -82938,7 +83625,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespacesqueue failurePolicy: Fail @@ -82959,7 +83646,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespacestopic failurePolicy: Fail @@ -82980,7 +83667,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespacestopicssubscription failurePolicy: Fail @@ -83001,7 +83688,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20211101-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -83022,7 +83709,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespace failurePolicy: Fail @@ -83043,7 +83730,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespacesauthorizationrule failurePolicy: Fail @@ -83064,7 +83751,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespacesqueue failurePolicy: Fail @@ -83085,7 +83772,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespacestopic failurePolicy: Fail @@ -83106,7 +83793,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespacestopicssubscription failurePolicy: Fail @@ -83127,7 +83814,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-servicebus-azure-com-v1api20221001preview-namespacestopicssubscriptionsrule failurePolicy: Fail @@ -83148,7 +83835,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-signalrservice-azure-com-v1api20211001-signalr failurePolicy: Fail @@ -83169,7 +83856,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-server failurePolicy: Fail @@ -83190,7 +83877,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversadministrator failurePolicy: Fail @@ -83211,7 +83898,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversadvancedthreatprotectionsetting failurePolicy: Fail @@ -83232,7 +83919,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversauditingsetting failurePolicy: Fail @@ -83253,7 +83940,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversazureadonlyauthentication failurePolicy: Fail @@ -83274,7 +83961,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversconnectionpolicy failurePolicy: Fail @@ -83295,7 +83982,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabase failurePolicy: Fail @@ -83316,7 +84003,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasesadvancedthreatprotectionsetting failurePolicy: Fail @@ -83337,7 +84024,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasesauditingsetting failurePolicy: Fail @@ -83358,7 +84045,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasesbackuplongtermretentionpolicy failurePolicy: Fail @@ -83379,7 +84066,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasesbackupshorttermretentionpolicy failurePolicy: Fail @@ -83400,7 +84087,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasessecurityalertpolicy failurePolicy: Fail @@ -83421,7 +84108,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasestransparentdataencryption failurePolicy: Fail @@ -83442,7 +84129,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversdatabasesvulnerabilityassessment failurePolicy: Fail @@ -83463,7 +84150,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serverselasticpool failurePolicy: Fail @@ -83484,7 +84171,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversfailovergroup failurePolicy: Fail @@ -83505,7 +84192,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversfirewallrule failurePolicy: Fail @@ -83526,7 +84213,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversipv6firewallrule failurePolicy: Fail @@ -83547,7 +84234,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversoutboundfirewallrule failurePolicy: Fail @@ -83568,7 +84255,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serverssecurityalertpolicy failurePolicy: Fail @@ -83589,7 +84276,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversvirtualnetworkrule failurePolicy: Fail @@ -83610,7 +84297,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1api20211101-serversvulnerabilityassessment failurePolicy: Fail @@ -83631,7 +84318,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-sql-azure-com-v1-user failurePolicy: Fail @@ -83652,7 +84339,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccount failurePolicy: Fail @@ -83673,7 +84360,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccountsblobservice failurePolicy: Fail @@ -83694,7 +84381,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccountsblobservicescontainer failurePolicy: Fail @@ -83715,7 +84402,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccountsmanagementpolicy failurePolicy: Fail @@ -83736,7 +84423,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccountsqueueservice failurePolicy: Fail @@ -83757,7 +84444,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20210401-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -83778,7 +84465,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccount failurePolicy: Fail @@ -83799,7 +84486,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsblobservice failurePolicy: Fail @@ -83820,7 +84507,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsblobservicescontainer failurePolicy: Fail @@ -83841,7 +84528,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsfileservice failurePolicy: Fail @@ -83862,7 +84549,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsfileservicesshare failurePolicy: Fail @@ -83883,7 +84570,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsmanagementpolicy failurePolicy: Fail @@ -83904,7 +84591,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsqueueservice failurePolicy: Fail @@ -83925,7 +84612,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -83946,7 +84633,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountstableservice failurePolicy: Fail @@ -83967,7 +84654,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20220901-storageaccountstableservicestable failurePolicy: Fail @@ -83988,7 +84675,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccount failurePolicy: Fail @@ -84009,7 +84696,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsblobservice failurePolicy: Fail @@ -84030,7 +84717,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsblobservicescontainer failurePolicy: Fail @@ -84051,7 +84738,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsfileservice failurePolicy: Fail @@ -84072,7 +84759,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsfileservicesshare failurePolicy: Fail @@ -84093,7 +84780,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsmanagementpolicy failurePolicy: Fail @@ -84114,7 +84801,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsqueueservice failurePolicy: Fail @@ -84135,7 +84822,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountsqueueservicesqueue failurePolicy: Fail @@ -84156,7 +84843,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountstableservice failurePolicy: Fail @@ -84177,7 +84864,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-storage-azure-com-v1api20230101-storageaccountstableservicestable failurePolicy: Fail @@ -84198,7 +84885,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-subscription-azure-com-v1api20211001-alias failurePolicy: Fail @@ -84219,7 +84906,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-synapse-azure-com-v1api20210601-workspace failurePolicy: Fail @@ -84240,7 +84927,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-synapse-azure-com-v1api20210601-workspacesbigdatapool failurePolicy: Fail @@ -84261,7 +84948,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-web-azure-com-v1api20220301-serverfarm failurePolicy: Fail @@ -84282,7 +84969,7 @@ webhooks: - v1 clientConfig: service: - name: azureserviceoperator-webhook-service + name: capz-azureserviceoperator-webhook-service namespace: capi-webhook-system path: /validate-web-azure-com-v1api20220301-site failurePolicy: Fail @@ -84579,7 +85266,6 @@ webhooks: apiVersions: - v1beta1 operations: - - CREATE - UPDATE - DELETE resources: diff --git a/spectro/global/aso/kustomization.yaml b/spectro/global/aso/kustomization.yaml new file mode 100644 index 00000000000..91b7232867a --- /dev/null +++ b/spectro/global/aso/kustomization.yaml @@ -0,0 +1,176 @@ +namespace: capi-webhook-system + +#namePrefix: capz- + +# Labels to add to all resources and selectors. +commonLabels: + cluster.x-k8s.io/provider: aso-infrastructure-azure + +components: +- ../../../config/aso + +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +labels: +- includeSelectors: true + pairs: + cluster.x-k8s.io/provider: aso-infrastructure-azure + +patches: +- path: ../patch_namespace.yaml + target: + kind: Namespace + name: system + version: v1 +- path: ../patch_cluster_role.yaml + target: + group: rbac.authorization.k8s.io + kind: ClusterRole + name: capz-aad-pod-id-nmi-role + version: v1 +- path: ../patch_namespace.yaml + target: + kind: Namespace + name: system + version: v1 +- path: ../patch_service_account.yaml + target: + group: apps + kind: Deployment + name: controller-manager + namespace: system + version: v1 +- path: ../patch_service_account.yaml + target: + group: apps + kind: DaemonSet + name: capz-nmi + namespace: capi-webhook-system + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azureclusteridentities.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azureclusters.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremachines.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremachinetemplates.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremachinepools.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremachinepoolmachines.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremanagedclusters.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremanagedcontrolplanes.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_crd_webhook_namespace.yaml + target: + group: apiextensions.k8s.io + kind: CustomResourceDefinition + name: azuremanagedmachinepools.infrastructure.cluster.x-k8s.io + version: v1 +- path: ../patch_nmi_cluster_role_binding.yaml + target: + group: rbac.authorization.k8s.io + kind: ClusterRoleBinding + name: capz-aad-pod-id-nmi-binding + version: v1 +- path: ../../../config/default/manager_image_patch.yaml + target: + group: apps + kind: Deployment + name: controller-manager + version: v1 +- path: ../../../config/default/manager_pull_policy.yaml + target: + group: apps + kind: Deployment + name: controller-manager + version: v1 +- path: ../../../config/default/manager_webhook_patch.yaml + target: + group: apps + kind: Deployment + name: controller-manager + version: v1 +- path: ../../../config/default/mutatingwebhookcainjection_patch.yaml + target: + group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + name: mutating-webhook-configuration + version: v1 +- path: ../../../config/default/validatingwebhookcainjection_patch.yaml + target: + group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + name: validating-webhook-configuration + version: v1 + + +replacements: +#- source: +# fieldPath: metadata.namespace +# kind: Certificate +# name: serving-cert +# targets: +# - fieldPaths: +# - metadata.annotations."cert-manager.io/inject-ca-from" +# options: +# delimiter: / +# select: +# kind: MutatingWebhookConfiguration +# name: webhook +#- source: +# kind: Certificate +# name: serving-cert +# targets: +# - fieldPaths: +# - metadata.annotations."cert-manager.io/inject-ca-from" +# options: +# delimiter: / +# index: 1 +# select: +# kind: MutatingWebhookConfiguration +# name: webhook +#- source: +# fieldPath: metadata.namespace +# kind: Service +# name: webhook-service +# targets: +# - fieldPaths: +# - metadata.annotations."cert-manager.io/inject-ca-from" +# select: +# kind: MutatingWebhookConfiguration +# name: webhook \ No newline at end of file diff --git a/spectro/global/aso/patch_aso_webhook_config.yaml b/spectro/global/aso/patch_aso_webhook_config.yaml new file mode 100644 index 00000000000..7d27de0af5c --- /dev/null +++ b/spectro/global/aso/patch_aso_webhook_config.yaml @@ -0,0 +1,45 @@ +apiVersion: admissionregistration.k8s.io/v1 +kind: MutatingWebhookConfiguration +metadata: + name: aso-mutating-webhook-configuration + labels: + cluster.x-k8s.io/provider: aso-infrastructure-azure +webhooks: +- name: default.azureasomanagedcluster.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system +- name: default.azureasomanagedcontrolplane.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system +- name: default.azureasomanagedmachinepool.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system +--- +apiVersion: admissionregistration.k8s.io/v1 +kind: ValidatingWebhookConfiguration +metadata: + name: aso-validating-webhook-configuration + labels: + cluster.x-k8s.io/provider: aso-infrastructure-azure +webhooks: +- name: validation.azureasomanagedcluster.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system +- name: validation.azureasomanagedcontrolplane.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system +- name: validation.azureasomanagedmachinepool.infrastructure.cluster.x-k8s.io + clientConfig: + service: + name: aso-webhook-service + namespace: capi-webhook-system \ No newline at end of file diff --git a/spectro/global/aso/patch_aso_webhook_service.yaml b/spectro/global/aso/patch_aso_webhook_service.yaml new file mode 100644 index 00000000000..bb8ffede647 --- /dev/null +++ b/spectro/global/aso/patch_aso_webhook_service.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Service +metadata: + name: aso-webhook-service + namespace: capi-webhook-system + labels: + cluster.x-k8s.io/provider: aso-infrastructure-azure +spec: + selector: + cluster.x-k8s.io/provider: aso-infrastructure-azure \ No newline at end of file diff --git a/spectro/global/kustomization.yaml b/spectro/global/kustomization.yaml index f9c4a258a89..e1e48b5fb05 100644 --- a/spectro/global/kustomization.yaml +++ b/spectro/global/kustomization.yaml @@ -9,10 +9,7 @@ resources: - ../../config/webhook - ../../config/manager - ../../config/certmanager - - -components: -- ../../config/aso +- ./aso configurations: - ../../config/default/kustomizeconfig.yaml @@ -103,12 +100,6 @@ patches: kind: CustomResourceDefinition name: azuremanagedmachinepools.infrastructure.cluster.x-k8s.io version: v1 -- path: patch_nmi_cluster_role_binding.yaml - target: - group: rbac.authorization.k8s.io - kind: ClusterRoleBinding - name: capz-aad-pod-id-nmi-binding - version: v1 - path: ../../config/default/manager_image_patch.yaml target: group: apps @@ -139,7 +130,16 @@ patches: kind: ValidatingWebhookConfiguration name: validating-webhook-configuration version: v1 - +- path: patch_namespace_object.yaml + target: + kind: Namespace + name: capi-webhook-system +- path: patch_nmi_cluster_role_binding.yaml + target: + group: rbac.authorization.k8s.io + kind: ClusterRoleBinding + name: capz-aad-pod-id-nmi-binding + version: v1 replacements: - source: diff --git a/spectro/global/patch_namespace_object.yaml b/spectro/global/patch_namespace_object.yaml new file mode 100644 index 00000000000..36bea001f07 --- /dev/null +++ b/spectro/global/patch_namespace_object.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: capi-webhook-system + labels: + spectrocloud.com/imageswap: enabled \ No newline at end of file diff --git a/spectro/global/patch_nmi_cluster_role_binding.yaml b/spectro/global/patch_nmi_cluster_role_binding.yaml index e854a54e527..375b1d7fae4 100644 --- a/spectro/global/patch_nmi_cluster_role_binding.yaml +++ b/spectro/global/patch_nmi_cluster_role_binding.yaml @@ -1,6 +1,8 @@ -- op: replace - path: "/subjects/0/namespace" - value: capi-webhook-system -- op: replace - path: "/subjects/0/name" - value: default \ No newline at end of file +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: capz-aad-pod-id-nmi-binding +subjects: + - kind: ServiceAccount + name: default + namespace: capi-webhook-system \ No newline at end of file diff --git a/spectro/run.sh b/spectro/run.sh index 31df3583833..35c2560828e 100755 --- a/spectro/run.sh +++ b/spectro/run.sh @@ -1,6 +1,7 @@ #!/bin/bash -rm generated/* +rm -rf generated/* +mkdir -p generated kustomize build --load-restrictor LoadRestrictionsNone global > ./generated/core-global.yaml kustomize build --load-restrictor LoadRestrictionsNone base > ./generated/core-base.yaml