Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(k8s/runJob): null property file if value none (#7243) #7246

Conversation

spinnakerbot
Copy link
Contributor

if the logs capture selector changes to none we should null out the
propertyFile field. the consumeArtifactSource field is used as a
flag for deck to determine which option is selected but it isn't taken
into account in orca. so, if propertyFile is non-null, orca will still
try to find properties even if we have consumeArtifactSource = none.

Fixes spinnaker/spinnaker#4642

Automated cherry pick of af4a1ad into 1.15

if the logs capture selector changes to `none` we should null out the
`propertyFile` field. the `consumeArtifactSource` field is used as a
flag for deck to determine which option is selected but it isn't taken
into account in orca. so, if `propertyFile` is non-null, orca will still
try to find properties even if we have `consumeArtifactSource = none`.

Fixes spinnaker/spinnaker#4642
@ethanfrogers ethanfrogers merged commit 21ff047 into release-1.15.x Jul 22, 2019
@ethanfrogers ethanfrogers deleted the auto-cherry-pick-1.15-af4a1ad9d2bc66922ddd0127c05725670893e29a branch July 22, 2019 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants