Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 19, 2024
1 parent d5b0b75 commit 223055b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started/custom-resource-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apiVersion: ensemble.flux-framework.org/v1alpha1
kind: Ensemble
metadata:
name: ensemble
spec:
spec:

# This is how you change the sidcar image, if needed. This is the one
# that I push and use for development. Pull always ensures we get latest
Expand All @@ -41,14 +41,14 @@ spec:
size: 1
minSize: 1
maxSize: 16

# uncomment to make interactive and debug
# interactive: true

# The workers should not fail when they clean up
flux:
completeWorkers: true

# This is a list because a pod can support multiple containers
containers:
- image: ghcr.io/converged-computing/metric-lammps:latest
Expand Down

0 comments on commit 223055b

Please sign in to comment.