Skip to content

Commit

Permalink
Add maintainers field and fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed May 14, 2024
1 parent 9dc7f4a commit 6bd58b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions charts/azure-aks-aso/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ description: A chart describing an AKS cluster for CAPZ using the ASO API
type: application
version: 0.1.0
appVersion: 0.1.0
maintainers:
- name: mboersma
email: Matt.Boersma@microsoft.com
10 changes: 5 additions & 5 deletions charts/azure-aks-aso/templates/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: {{ include "capz.clusterName" . | quote }}
name: {{ include "capz.clusterName" . | quote }}
labels:
{{- include "capz.commonLabels" . | nindent 4 }}
spec:
Expand All @@ -22,16 +22,16 @@ spec:
controlPlaneRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureASOManagedControlPlane
name: {{ include "capz.clusterName" . | quote }}
name: {{ include "capz.clusterName" . | quote }}
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureASOManagedCluster
name: {{ include "capz.clusterName" . | quote }}
name: {{ include "capz.clusterName" . | quote }}
---
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureASOManagedCluster
metadata:
name: {{ include "capz.clusterName" . | quote }}
name: {{ include "capz.clusterName" . | quote }}
labels:
{{- include "capz.commonLabels" . | nindent 4 }}
annotations:
Expand All @@ -42,7 +42,7 @@ spec:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureASOManagedControlPlane
metadata:
name: {{ include "capz.clusterName" . | quote }}
name: {{ include "capz.clusterName" . | quote }}
annotations:
helm.sh/resource-policy: keep
spec:
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-aks-aso/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authMode: ""
clusterName: ""
location: eastus
clusterNetwork: null
kubernetesVersion: v1.28.3
kubernetesVersion: v1.28.9

managedClusterAPIVersion: v1api20231001
managedClusterSpec:
Expand Down

0 comments on commit 6bd58b8

Please sign in to comment.