Skip to content

Commit 2e55be8

Browse files
committed
yamlfmt
1 parent 2ce37a1 commit 2e55be8

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.github/actionlint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
self-hosted-runner:
33
# Labels of self-hosted runner in array of strings.
44
labels:
5-
- "self-hosted"
6-
- "proxmox"
7-
- "e2e"
8-
- "capmox"
9-
- "dcd-playground"
5+
- "self-hosted"
6+
- "proxmox"
7+
- "e2e"
8+
- "capmox"
9+
- "dcd-playground"
1010
# Configuration variables in array of strings defined in your repository or
1111
# organization. `null` means disabling configuration variables check.
1212
# Empty array means no configuration variable is allowed.

config/default/webhookcainjection_patch.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
apiVersion: admissionregistration.k8s.io/v1
55
kind: MutatingWebhookConfiguration
66
metadata:
7-
labels:
8-
app.kubernetes.io/name: mutatingwebhookconfiguration
9-
app.kubernetes.io/instance: mutating-webhook-configuration
10-
app.kubernetes.io/component: webhook
11-
app.kubernetes.io/created-by: cluster-api-provider-proxmox
12-
app.kubernetes.io/part-of: cluster-api-provider-proxmox
13-
app.kubernetes.io/managed-by: kustomize
14-
name: mutating-webhook-configuration
15-
annotations:
16-
cert-manager.io/inject-ca-from: CERTIFICATE_NAMESPACE/CERTIFICATE_NAME
7+
labels:
8+
app.kubernetes.io/name: mutatingwebhookconfiguration
9+
app.kubernetes.io/instance: mutating-webhook-configuration
10+
app.kubernetes.io/component: webhook
11+
app.kubernetes.io/created-by: cluster-api-provider-proxmox
12+
app.kubernetes.io/part-of: cluster-api-provider-proxmox
13+
app.kubernetes.io/managed-by: kustomize
14+
name: mutating-webhook-configuration
15+
annotations:
16+
cert-manager.io/inject-ca-from: CERTIFICATE_NAMESPACE/CERTIFICATE_NAME
1717
---
1818
apiVersion: admissionregistration.k8s.io/v1
1919
kind: ValidatingWebhookConfiguration

config/manager/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
resources:
23
- manager.yaml
34
apiVersion: kustomize.config.k8s.io/v1beta1

config/samples/infrastructure_v1alpha2_proxmoxmachine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
app.kubernetes.io/managed-by: kustomize
88
name: proxmoxmachine-sample
99
spec:
10-
# TODO(user): Add fields here
10+
# TODO(user): Add fields here

0 commit comments

Comments
 (0)