Skip to content

Commit ecb3a6b

Browse files
authored
restore simpler sample names (#47)
1 parent 47e15a3 commit ecb3a6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/wrapped-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
apiVersion: apps/v1
1515
kind: Deployment
1616
metadata:
17-
name: sample-deployment-deployment
17+
name: sample-deployment
1818
labels:
1919
app: test
2020
spec:

samples/wrapped-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
apiVersion: batch/v1
1515
kind: Job
1616
metadata:
17-
name: sample-job-job
17+
name: sample-job
1818
spec:
1919
template:
2020
spec:

samples/wrapped-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
apiVersion: v1
1515
kind: Pod
1616
metadata:
17-
name: sample-pod-pod
17+
name: sample-pod
1818
spec:
1919
restartPolicy: Never
2020
initContainers:

0 commit comments

Comments
 (0)