Skip to content

Commit

Permalink
convert checkboxes to switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Sep 19, 2023
1 parent fcdb51c commit a64bc49
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/csv/bases/netobserv-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ spec:
path: agent.ebpf.sampling
- displayName: Privileged mode
path: agent.ebpf.privileged
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: Features
path: agent.ebpf.features
- displayName: Cache timeout
Expand Down Expand Up @@ -127,9 +129,12 @@ spec:
path: kafka.tls
- displayName: Enable
path: kafka.tls.enable
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: Insecure
path: kafka.tls.insecureSkipVerify
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:kafka.tls.enable:true"
- displayName: User cert
path: kafka.tls.userCert
Expand Down Expand Up @@ -162,6 +167,8 @@ spec:
path: processor.conversationEndTimeout
- displayName: Enable kubernetes probes
path: processor.enableKubeProbes
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: Metrics configuration
path: processor.metrics
- displayName: Server configuration
Expand Down Expand Up @@ -190,6 +197,8 @@ spec:
path: processor.metrics.disableAlerts
- displayName: Drop unused fields
path: processor.dropUnusedFields
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: Port
path: processor.port
- displayName: Health port
Expand Down Expand Up @@ -227,6 +236,8 @@ spec:
path: loki
- displayName: Enable
path: loki.enable
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: URL
path: loki.url
x-descriptors:
Expand All @@ -238,10 +249,12 @@ spec:
- displayName: Enable
path: loki.tls.enable
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true"
- displayName: Insecure
path: loki.tls.insecureSkipVerify
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.tls.enable:true"
- displayName: User cert
path: loki.tls.userCert
Expand All @@ -266,10 +279,12 @@ spec:
- displayName: Enable
path: loki.statusTls.enable
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.enable:true"
- displayName: Insecure
path: loki.statusTls.insecureSkipVerify
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:loki.statusTls.enable:true"
- displayName: User cert
path: loki.statusTls.userCert
Expand Down Expand Up @@ -316,9 +331,12 @@ spec:
path: consolePlugin
- displayName: Enable
path: consolePlugin.enable
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- displayName: Register
path: consolePlugin.register
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:consolePlugin.enable:true"
- displayName: Port
path: consolePlugin.port
Expand Down

0 comments on commit a64bc49

Please sign in to comment.