From 223055b4f8bfe5b9a4863ac469bcd26c565456b5 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sat, 19 Oct 2024 08:04:27 -0600 Subject: [PATCH] black Signed-off-by: vsoch --- docs/getting_started/custom-resource-definition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/custom-resource-definition.md b/docs/getting_started/custom-resource-definition.md index 51cf3ac..b72a7cf 100644 --- a/docs/getting_started/custom-resource-definition.md +++ b/docs/getting_started/custom-resource-definition.md @@ -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 @@ -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