Skip to content

Commit 6b9c604

Browse files
committed
format: Reformat using prettier
1 parent 7fb8679 commit 6b9c604

3 files changed

+3
-3
lines changed

init_containers_migrations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
rules:
1212
- apiGroups: ["batch"]
1313
resources: ["jobs"]
14-
resourceNames : ["sleep20s"]
14+
resourceNames: ["sleep20s"]
1515
verbs: ["get", "list", "watch"]
1616
---
1717
apiVersion: rbac.authorization.k8s.io/v1

init_containers_migrations_slu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
rules:
1212
- apiGroups: ["batch"]
1313
resources: ["jobs"]
14-
resourceNames : ["sleep20s"]
14+
resourceNames: ["sleep20s"]
1515
verbs: ["get", "list", "watch"]
1616
---
1717
apiVersion: rbac.authorization.k8s.io/v1

sc-gp2-retain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: gp2-retain
55
provisioner: kubernetes.io/aws-ebs
66
parameters:
7-
encrypted: 'true'
7+
encrypted: "true"
88
type: gp2
99
reclaimPolicy: Retain
1010
allowVolumeExpansion: true

0 commit comments

Comments
 (0)