Skip to content

Commit f00d383

Browse files
Merge pull request #234912 from mumian/0418-k8s
k8s name collision
2 parents 2da50b9 + 13aa887 commit f00d383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-extensibility-kubernetes-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep extensibility Kubernetes provider
33
description: Learn how to Bicep Kubernetes provider to deploy .NET applications to Azure Kubernetes Service clusters.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 02/21/2023
6+
ms.date: 04/18/2023
77
---
88

99
# Bicep extensibility Kubernetes provider (Preview)
@@ -36,7 +36,7 @@ param kubeConfig string
3636
import '[email protected]' with {
3737
namespace: 'default'
3838
kubeConfig: kubeConfig
39-
}
39+
} as k8s
4040
```
4141

4242
- **namespace**: Specify the namespace of the provider.

0 commit comments

Comments
 (0)