Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1959415

Summary: buildconfig.spec.strategy.dockerStrategy.buildArgs do not support valueFrom
Product: OpenShift Container Platform Reporter: Robert Bohne <rbohne>
Component: DocumentationAssignee: Latha S <lmurthy>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: unspecified Docs Contact: Latha S <lmurthy>
Priority: unspecified    
Version: 4.7   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-09-28 05:55:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Bohne 2021-05-11 13:44:43 UTC
Document URL: https://docs.openshift.com/container-platform/4.7/rest_api/workloads_apis/buildconfig-build-openshift-io-v1.html

Section Number and Name: .spec.strategy.dockerStrategy

Describe the issue: The property buildArgs only support name and value not valueFrom. The type array (EnvVar core/v1) is wrong.

Suggestions for improvement: Change the type to another one where only name and vlaue is documented.

Additional information: 
 * https://issues.redhat.com/browse/BUILD-88
 * https://access.redhat.com/solutions/4501551