Skip to content

Commit d838b5f

Browse files
committed
Merge origin/release-3.6 into local branch, favoring local changes
2 parents 2c1079c + 2891faa commit d838b5f

8 files changed

+26
-14
lines changed

manifests/quick-start-minimal.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-mysql.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-postgres.yaml

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/e2e/testdata/artifact-workflow-stopped.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- metadata:
1616
name: artifacts
1717
spec:
18-
accessModes: [ "ReadWriteOnce" ]
18+
accessModes: ["ReadWriteOnce"]
1919
resources:
2020
requests:
2121
storage: 1Gi

test/e2e/testdata/artifactgc/artgc-dag-wf-self-delete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- metadata:
2121
name: artifacts
2222
spec:
23-
accessModes: [ "ReadWriteOnce" ]
23+
accessModes: ["ReadWriteOnce"]
2424
resources:
2525
requests:
2626
storage: 1Gi

test/e2e/testdata/artifactgc/artgc-dag-wf-stopped-pod-gc-on-pod-completion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- metadata:
1919
name: artifacts
2020
spec:
21-
accessModes: [ "ReadWriteOnce" ]
21+
accessModes: ["ReadWriteOnce"]
2222
resources:
2323
requests:
2424
storage: 1Gi

test/e2e/testdata/artifactgc/artgc-dag-wf-stopped.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- metadata:
2121
name: artifacts
2222
spec:
23-
accessModes: [ "ReadWriteOnce" ]
23+
accessModes: ["ReadWriteOnce"]
2424
resources:
2525
requests:
2626
storage: 1Gi

test/e2e/testdata/retry-on-stopped.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: sleep
2525
container:
2626
image: alpine:latest
27-
command: [ sleep, "10" ]
27+
command: [sleep, "10"]
2828

2929
- name: stop
3030
container:

0 commit comments

Comments
 (0)