Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Shah committed Aug 29, 2024
1 parent 5a1ce66 commit 7146d88
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global:
networkPolicy: azure # or calico
networkPlugin: azure # or kubenet
networkPolicy: azure # or calico
networkPlugin: azure # or kubenet
skuTier: Free
clientSecret: mysecret
clientID: 25978a8c-3db8-4481-9d0c-b516e6e0cf4c
Expand All @@ -11,11 +11,11 @@ global:
- name: azurepolicy
enabled: true
clusterNetwork:
pod:
pod:
cidrBlocks: 192.168.0.0/16
services:
cidrBlocks: "10.96.0.0/12"
virtualNetwork:
virtualNetwork:
name: controlplan-vnet
cidrBlock: "10.1.0.0/16"
subnet:
Expand Down

0 comments on commit 7146d88

Please sign in to comment.