File tree Expand file tree Collapse file tree 8 files changed +73
-2
lines changed
Expand file tree Collapse file tree 8 files changed +73
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ metadata:
7474 capabilities : Deep Insights
7575 categories : Logging & Tracing,Monitoring
7676 containerImage : ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77- createdAt : " 2025-07-08T18:20:54Z "
77+ createdAt : " 2025-07-23T09:16:26Z "
7878 description : Create and manage deployments of Tempo, a high-scale distributed
7979 tracing backend.
8080 operatorframework.io/cluster-monitoring : " true"
@@ -756,6 +756,13 @@ spec:
756756 x-descriptors:
757757 - urn:alm:descriptor:com.tectonic.ui:select:Managed
758758 - urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
759+ - description : NetworkingSpec defines how networking configs are handled.
760+ displayName : Networking
761+ path : networking
762+ - description : Enabled determines whether network policies are generated for
763+ the operands.
764+ displayName : Enable Networkpolicies
765+ path : networking.enabled
759766 - description : ObservabilitySpec defines how telemetry data gets handled.
760767 displayName : Observability
761768 path : observability
Original file line number Diff line number Diff line change @@ -220,6 +220,15 @@ spec:
220220 - Managed
221221 - Unmanaged
222222 type : string
223+ networking :
224+ description : NetworkingSpec defines how networking configs are handled.
225+ properties :
226+ enabled :
227+ default : " true"
228+ description : Enabled determines whether network policies are generated
229+ for the operands.
230+ type : boolean
231+ type : object
223232 observability :
224233 description : ObservabilitySpec defines how telemetry data gets handled.
225234 properties :
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ metadata:
7474 capabilities : Deep Insights
7575 categories : Logging & Tracing,Monitoring
7676 containerImage : ghcr.io/grafana/tempo-operator/tempo-operator:v0.17.1
77- createdAt : " 2025-07-08T18:20:52Z "
77+ createdAt : " 2025-07-23T09:16:24Z "
7878 description : Create and manage deployments of Tempo, a high-scale distributed
7979 tracing backend.
8080 operatorframework.io/cluster-monitoring : " true"
@@ -756,6 +756,13 @@ spec:
756756 x-descriptors:
757757 - urn:alm:descriptor:com.tectonic.ui:select:Managed
758758 - urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
759+ - description : NetworkingSpec defines how networking configs are handled.
760+ displayName : Networking
761+ path : networking
762+ - description : Enabled determines whether network policies are generated for
763+ the operands.
764+ displayName : Enable Networkpolicies
765+ path : networking.enabled
759766 - description : ObservabilitySpec defines how telemetry data gets handled.
760767 displayName : Observability
761768 path : observability
Original file line number Diff line number Diff line change @@ -220,6 +220,15 @@ spec:
220220 - Managed
221221 - Unmanaged
222222 type : string
223+ networking :
224+ description : NetworkingSpec defines how networking configs are handled.
225+ properties :
226+ enabled :
227+ default : " true"
228+ description : Enabled determines whether network policies are generated
229+ for the operands.
230+ type : boolean
231+ type : object
223232 observability :
224233 description : ObservabilitySpec defines how telemetry data gets handled.
225234 properties :
Original file line number Diff line number Diff line change @@ -216,6 +216,15 @@ spec:
216216 - Managed
217217 - Unmanaged
218218 type : string
219+ networking :
220+ description : NetworkingSpec defines how networking configs are handled.
221+ properties :
222+ enabled :
223+ default : " true"
224+ description : Enabled determines whether network policies are generated
225+ for the operands.
226+ type : boolean
227+ type : object
219228 observability :
220229 description : ObservabilitySpec defines how telemetry data gets handled.
221230 properties :
Original file line number Diff line number Diff line change @@ -685,6 +685,13 @@ spec:
685685 x-descriptors:
686686 - urn:alm:descriptor:com.tectonic.ui:select:Managed
687687 - urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
688+ - description : NetworkingSpec defines how networking configs are handled.
689+ displayName : Networking
690+ path : networking
691+ - description : Enabled determines whether network policies are generated for
692+ the operands.
693+ displayName : Enable Networkpolicies
694+ path : networking.enabled
688695 - description : ObservabilitySpec defines how telemetry data gets handled.
689696 displayName : Observability
690697 path : observability
Original file line number Diff line number Diff line change @@ -685,6 +685,13 @@ spec:
685685 x-descriptors:
686686 - urn:alm:descriptor:com.tectonic.ui:select:Managed
687687 - urn:alm:descriptor:com.tectonic.ui:select:Unmanaged
688+ - description : NetworkingSpec defines how networking configs are handled.
689+ displayName : Networking
690+ path : networking
691+ - description : Enabled determines whether network policies are generated for
692+ the operands.
693+ displayName : Enable Networkpolicies
694+ path : networking.enabled
688695 - description : ObservabilitySpec defines how telemetry data gets handled.
689696 displayName : Observability
690697 path : observability
You can’t perform that action at this time.
0 commit comments