Navigation Menu

Skip to content

Commit

Permalink
fix(tfs-on-sawtooth): remove affinity setting
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Sep 2, 2021
1 parent 4a829bd commit 21a8740
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions charts/tfs-on-sawtooth/sextant/form.js
Expand Up @@ -94,23 +94,6 @@ const form = [
},
],

{
id: 'affinity.enabled',
title: 'Affinity',
helperText: 'If enabled - pods will only deploy to nodes that have the label: app={{.sawtooth.sawtooth.networkName}}-validator',
component: 'radio',
default: false,
dataType: 'boolean',
row: true,
options: options.activated,
validate: {
type: 'string',
methods: [
['required', 'Required'],
],
},
},

// hostname, IP, port
{
id: 'sawtooth.sawtooth.externalSeeds',
Expand Down

0 comments on commit 21a8740

Please sign in to comment.