We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502c559 commit 3cd909bCopy full SHA for 3cd909b
manifests/rhoai/kustomization.yaml
@@ -30,6 +30,7 @@ replacements:
30
name: training-operator
31
fieldPaths:
32
- spec.template.spec.containers.0.image
33
+ - spec.template.spec.containers.0.args.2
34
35
# Labels to add to all resources and selectors.
36
labels:
manifests/rhoai/manager_config_patch.yaml
@@ -10,3 +10,5 @@ spec:
10
image: $(image)
11
args:
12
- "--zap-log-level=2"
13
+ - --pytorch-init-container-image
14
+ - $(image)
0 commit comments