Skip to content

Commit 56fedd2

Browse files
committed
fix: yaml lints
1 parent 5f3cefc commit 56fedd2

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

deploy/config-spec/properties.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: 0.1.0
23
spec:
34
units:

deploy/helm/chart_testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
remote: origin
23
target-branch: main
34
chart-dirs:

deploy/helm/druid-operator/configs/properties.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: 0.1.0
23
spec:
34
units:

dev-cluster.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
#
23
# Create a cluster:
34
#
@@ -10,13 +11,13 @@
1011
kind: Cluster
1112
apiVersion: kind.x-k8s.io/v1alpha4
1213
nodes:
13-
- role: control-plane
14-
- role: worker
15-
kubeadmConfigPatches:
16-
- |
17-
kind: JoinConfiguration
18-
nodeRegistration:
19-
kubeletExtraArgs:
20-
node-labels: "nodeType=druid-data"
21-
- role: worker
22-
- role: worker
14+
- role: control-plane
15+
- role: worker
16+
kubeadmConfigPatches:
17+
- |
18+
kind: JoinConfiguration
19+
nodeRegistration:
20+
kubeletExtraArgs:
21+
node-labels: "nodeType=druid-data"
22+
- role: worker
23+
- role: worker

tests/interu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
runners:
23
amd64:
34
platform: aks-1.32

0 commit comments

Comments
 (0)