feat(podman): support add podman envs in the wizard [r8s-20] (#12056)
This commit is contained in:
@@ -57,6 +57,7 @@ export function EdgeScriptSettingsFieldset({
|
||||
type="text"
|
||||
value={values.edgeIdGenerator}
|
||||
name="edgeIdGenerator"
|
||||
placeholder="e.g. uuidgen"
|
||||
id="edge-id-generator-input"
|
||||
onChange={(e) => setFieldValue(e.target.name, e.target.value)}
|
||||
data-cy="edge-id-generator-input"
|
||||
@@ -81,7 +82,7 @@ export function EdgeScriptSettingsFieldset({
|
||||
<Field
|
||||
name="envVars"
|
||||
as={Input}
|
||||
placeholder="foo=bar,myvar"
|
||||
placeholder="e.g. foo=bar"
|
||||
id="env-variables-input"
|
||||
/>
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user