Skip to content

Commit

Permalink
fix(forms): remove affinity option from non-sawtooth forms
Browse files Browse the repository at this point in the history
sxt-507

Signed-off-by: Mikeala Sheldt <mikaela@blockchaintp.com>
  • Loading branch information
MikaelaSheldt committed Dec 2, 2020
1 parent 1278cc3 commit 93141c5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions charts/besu/sextant/form.js
Expand Up @@ -14,8 +14,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

{
id: 'besu.persistence.enabled',
title: 'Besu Persistence',
Expand Down
2 changes: 0 additions & 2 deletions charts/daml-on-besu/sextant/form.js
Expand Up @@ -14,8 +14,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

{
id: 'besu.persistence.enabled',
title: 'Besu Persistence',
Expand Down
2 changes: 0 additions & 2 deletions charts/grafana/sextant/form.js
Expand Up @@ -12,8 +12,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

'Image Pull Secrets',

common.imagePullSecretsSwitch,
Expand Down
2 changes: 0 additions & 2 deletions charts/influxdb/sextant/form.js
Expand Up @@ -12,8 +12,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

'Image Pull Secrets',

common.imagePullSecretsSwitch,
Expand Down
2 changes: 0 additions & 2 deletions charts/nginx-ingress/sextant/form.js
Expand Up @@ -12,8 +12,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

'Image Pull Secrets',

common.imagePullSecretsSwitch,
Expand Down
2 changes: 0 additions & 2 deletions charts/postgresql-ha/sextant/form.js
Expand Up @@ -12,8 +12,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

'Image Pull Secrets',

common.imagePullSecretsSwitch,
Expand Down
2 changes: 0 additions & 2 deletions charts/vault/sextant/form.js
Expand Up @@ -12,8 +12,6 @@ const form = [

common.deploymentFields,

common.affinityEnabled,

'Image Pull Secrets',

common.imagePullSecretsSwitch,
Expand Down

0 comments on commit 93141c5

Please sign in to comment.