Skip to content

Commit 212cc38

Browse files
committed
Add missing aks overlay to quickstart src
1 parent bdd1c0c commit 212cc38

File tree

6 files changed

+15
-0
lines changed

6 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AKS apps overlay
2+
3+
Overlay for configuration specific to only apps AKS clusters.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bases:
2+
- ../both # inherit configuration specifc to AKS
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AKS overlay
2+
3+
Overlay for configuration shared across all AKS clusters.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bases:
2+
- ../../common # inherit configuration shared between all clouds
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# AKS ops overlay
2+
3+
Overlay for configuration specific to only ops AKS clusters.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bases:
2+
- ../both # inherit configuration specifc to AKS

0 commit comments

Comments
 (0)