Skip to content

Commit 62df785

Browse files
eliotthaianmiell
authored andcommitted
Match styling guidelines
1 parent c47d36a commit 62df785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PodPreset/pod-preset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: settings.k8s.io/v1alpha1
22
kind: PodPreset
33
metadata:
4-
name: setup-database
4+
name: pod-preset-simple
55
spec:
66
selector:
77
matchLabels:
@@ -11,7 +11,7 @@ spec:
1111
value: "6379"
1212
volumeMounts:
1313
- mountPath: /cache
14-
name: cache-volume
14+
name: pod-preset-simple-cache-volume
1515
volumes:
16-
- name: cache-volume
16+
- name: pod-preset-simple-cache-volume
1717
emptyDir: {}

0 commit comments

Comments
 (0)