{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:28Z",
                "generation": 1,
                "labels": {
                    "name": "cert-manager-operator",
                    "pod-template-hash": "74c77db8bb"
                },
                "name": "cert-manager-operator-controller-manager-74c77db8bb",
                "namespace": "cert-manager-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cert-manager-operator-controller-manager",
                        "uid": "3c10dca9-8cae-4346-b5d9-5eff349bc6e6"
                    }
                ],
                "resourceVersion": "16948",
                "uid": "417c2f08-335b-45a3-bcad-976c6ccc8e5f"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "cert-manager-operator",
                        "pod-template-hash": "74c77db8bb"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"acme.cert-manager.io/v1\",\n    \"kind\": \"Challenge\",\n    \"metadata\": {\n      \"name\": \"tls-cert-sample\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"authorizationURL\": \"https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/XXXXX\",\n      \"dnsName\": \"sample.dns.name\",\n      \"issuerRef\": {\n        \"kind\": \"Issuer\",\n        \"name\": \"letsencrypt-staging\"\n      },\n      \"key\": \"XXX\",\n      \"solver\": {\n        \"dns01\": {\n          \"route53\": {\n            \"accessKeyID\": \"XXX\",\n            \"hostedZoneID\": \"XXX\",\n            \"region\": \"us-east-1\",\n            \"secretAccessKeySecretRef\": {\n              \"key\": \"awsSecretAccessKey\",\n              \"name\": \"aws-secret\"\n            }\n          }\n        },\n        \"selector\": {\n          \"dnsNames\": [\n            \"sample.dns.name\"\n          ]\n        }\n      },\n      \"token\": \"XXX\",\n      \"type\": \"DNS-01\",\n      \"url\": \"https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/XXXXXX/XXXXX\",\n      \"wildcard\": false\n    }\n  },\n  {\n    \"apiVersion\": \"acme.cert-manager.io/v1\",\n    \"kind\": \"Order\",\n    \"metadata\": {\n      \"annotations\": {\n        \"cert-manager.io/certificate-name\": \"tls-cert\",\n        \"cert-manager.io/certificate-revision\": \"1\",\n        \"cert-manager.io/private-key-secret-name\": \"tls-cert-sample\"\n      },\n      \"name\": \"tls-cert-sample\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"commonName\": \"sample.dns.name\",\n      \"dnsNames\": [\n        \"sample.dns.name\"\n      ],\n      \"issuerRef\": {\n        \"kind\": \"Issuer\",\n        \"name\": \"letsencrypt-staging\"\n      },\n      \"request\": \"XXX\"\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"Certificate\",\n    \"metadata\": {\n      \"name\": \"selfsigned-ca\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"commonName\": \"selfsigned-ca.dns.name\",\n      \"isCA\": true,\n      \"issuerRef\": {\n        \"group\": \"cert-manager.io\",\n        \"kind\": \"ClusterIssuer\",\n        \"name\": \"selfsigned-issuer\"\n      },\n      \"privateKey\": {\n        \"algorithm\": \"ECDSA\",\n        \"size\": 256\n      },\n      \"secretName\": \"ca-root-secret\"\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"Certificate\",\n    \"metadata\": {\n      \"name\": \"tls-cert\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"commonName\": \"sample.dns.name\",\n      \"dnsNames\": [\n        \"sample.dns.name\"\n      ],\n      \"isCA\": false,\n      \"issuerRef\": {\n        \"kind\": \"Issuer\",\n        \"name\": \"letsencrypt-staging\"\n      },\n      \"secretName\": \"tls-cert\"\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"CertificateRequest\",\n    \"metadata\": {\n      \"annotations\": {\n        \"cert-manager.io/certificate-name\": \"tls-cert\",\n        \"cert-manager.io/certificate-revision\": \"1\",\n        \"cert-manager.io/private-key-secret-name\": \"tls-cert-sample\"\n      },\n      \"name\": \"tls-cert-sample\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"groups\": [\n        \"system:serviceaccounts\",\n        \"system:serviceaccounts:cert-manager\",\n        \"system:authenticated\"\n      ],\n      \"issuerRef\": {\n        \"kind\": \"Issuer\",\n        \"name\": \"letsencrypt-staging\"\n      },\n      \"request\": \"XXX\",\n      \"username\": \"system:serviceaccount:cert-manager:cert-manager\"\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"ClusterIssuer\",\n    \"metadata\": {\n      \"name\": \"selfsigned-issuer\"\n    },\n    \"spec\": {\n      \"selfSigned\": {}\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"Issuer\",\n    \"metadata\": {\n      \"name\": \"ca-issuer\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"ca\": {\n        \"secretName\": \"ca-root-secret\"\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"cert-manager.io/v1\",\n    \"kind\": \"Issuer\",\n    \"metadata\": {\n      \"name\": \"letsencrypt-staging\",\n      \"namespace\": \"default\"\n    },\n    \"spec\": {\n      \"acme\": {\n        \"email\": \"aos-ci-cd@redhat.com\",\n        \"privateKeySecretRef\": {\n          \"name\": \"letsencrypt-staging\"\n        },\n        \"server\": \"https://acme-staging-v02.api.letsencrypt.org/directory\",\n        \"solvers\": [\n          {\n            \"dns01\": {\n              \"route53\": {\n                \"accessKeyID\": \"ACCESS_KEY_ID\",\n                \"hostedZoneID\": \"HOSTED_ZONE_ID\",\n                \"region\": \"AWS_REGION\",\n                \"secretAccessKeySecretRef\": {\n                  \"key\": \"access-key\",\n                  \"name\": \"sample-aws-secret\"\n                }\n              }\n            },\n            \"selector\": {\n              \"dnsNames\": [\n                \"sample.dns.name\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"operator.openshift.io/v1alpha1\",\n    \"kind\": \"CertManager\",\n    \"metadata\": {\n      \"name\": \"cluster\"\n    },\n    \"spec\": {\n      \"logLevel\": \"Normal\",\n      \"managementState\": \"Managed\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.openshift.io/v1alpha1\",\n    \"kind\": \"IstioCSR\",\n    \"metadata\": {\n      \"annotations\": {\n        \"kubernetes.io/description\": \"Resource behavior is managed through IstioCSR featuregate, which is enabled by default. Please refer to the cert-manager documentation for more information on the istio-csr feature.\"\n      },\n      \"name\": \"default\",\n      \"namespace\": \"istio-csr\"\n    },\n    \"spec\": {\n      \"istioCSRConfig\": {\n        \"certManager\": {\n          \"issuerRef\": {\n            \"group\": \"cert-manager.io\",\n            \"kind\": \"Issuer\",\n            \"name\": \"istio-csr-issuer\"\n          }\n        },\n        \"istio\": {\n          \"namespace\": \"istio-system\"\n        },\n        \"istiodTLSConfig\": {\n          \"trustDomain\": \"cluster.local\"\n        }\n      }\n    }\n  }\n]",
                            "capabilities": "Seamless Upgrades",
                            "categories": "Security",
                            "console.openshift.io/disable-operand-delete": "true",
                            "containerImage": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:99526f5a179816df1f7f51df0517136b247d815b7bdce0a5d0eb7cdaf4b5ce7a",
                            "createdAt": "2026-01-27T05:16:46",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "true",
                            "features.operators.openshift.io/fips-compliant": "true",
                            "features.operators.openshift.io/proxy-aware": "true",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "true",
                            "features.operators.openshift.io/token-auth-azure": "true",
                            "features.operators.openshift.io/token-auth-gcp": "true",
                            "kubectl.kubernetes.io/default-container": "cert-manager-operator",
                            "olm.operatorGroup": "openshift-cert-manager-operator",
                            "olm.operatorNamespace": "cert-manager-operator",
                            "olm.skipRange": "\u003e=1.18.0 \u003c1.18.1",
                            "olm.targetNamespaces": "",
                            "operator.openshift.io/uninstall-message": "The cert-manager Operator for Red Hat OpenShift will be removed from cert-manager-operator namespace. If your Operator configured any off-cluster resources, these will continue to run and require manual cleanup. All operands created by the operator will need to be manually cleaned up. Please refer to https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/cert-manager-operator-uninstall.html for additional steps.",
                            "operatorframework.io/cluster-monitoring": "true",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"acme.cert-manager.io\",\"kind\":\"Challenge\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"acme.cert-manager.io\",\"kind\":\"Order\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cert-manager.io\",\"kind\":\"Certificate\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cert-manager.io\",\"kind\":\"CertificateRequest\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cert-manager.io\",\"kind\":\"ClusterIssuer\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cert-manager.io\",\"kind\":\"Issuer\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.openshift.io\",\"kind\":\"CertManager\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.openshift.io\",\"kind\":\"IstioCSR\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"openshift-cert-manager-operator\",\"version\":\"1.18.1\"}}]}",
                            "operatorframework.io/suggested-namespace": "cert-manager-operator",
                            "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.25.1",
                            "operators.operatorframework.io/project_layout": "go.kubebuilder.io/v3",
                            "repository": "https://github.com/openshift/cert-manager-operator",
                            "support": "Red Hat, Inc."
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "name": "cert-manager-operator",
                            "pod-template-hash": "74c77db8bb"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/arch",
                                                    "operator": "In",
                                                    "values": [
                                                        "amd64",
                                                        "arm64",
                                                        "ppc64le",
                                                        "s390x"
                                                    ]
                                                },
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "In",
                                                    "values": [
                                                        "linux"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "start",
                                    "--v=$(OPERATOR_LOG_LEVEL)",
                                    "--trusted-ca-configmap=$(TRUSTED_CA_CONFIGMAP_NAME)",
                                    "--cloud-credentials-secret=$(CLOUD_CREDENTIALS_SECRET_NAME)",
                                    "--unsupported-addon-features=$(UNSUPPORTED_ADDON_FEATURES)"
                                ],
                                "command": [
                                    "/usr/bin/cert-manager-operator"
                                ],
                                "env": [
                                    {
                                        "name": "WATCH_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.annotations['olm.targetNamespaces']"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "cert-manager-operator"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CERT_MANAGER_WEBHOOK",
                                        "value": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CERT_MANAGER_CA_INJECTOR",
                                        "value": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CERT_MANAGER_CONTROLLER",
                                        "value": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CERT_MANAGER_ACMESOLVER",
                                        "value": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:38899dcd99bcd1c8c8d2c67cd19d5b1756434028ed2f1b926a282723bd63183e"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CERT_MANAGER_ISTIOCSR",
                                        "value": "registry.redhat.io/cert-manager/cert-manager-istio-csr-rhel9@sha256:fb89adfcc4bcdaf21bed27dbc90586fb2b32180259b9f9d6fcf84a38e401fe03"
                                    },
                                    {
                                        "name": "OPERAND_IMAGE_VERSION",
                                        "value": "1.18.4"
                                    },
                                    {
                                        "name": "ISTIOCSR_OPERAND_IMAGE_VERSION",
                                        "value": "0.14.2"
                                    },
                                    {
                                        "name": "OPERATOR_IMAGE_VERSION",
                                        "value": "1.18.1"
                                    },
                                    {
                                        "name": "OPERATOR_LOG_LEVEL",
                                        "value": "2"
                                    },
                                    {
                                        "name": "TRUSTED_CA_CONFIGMAP_NAME"
                                    },
                                    {
                                        "name": "CLOUD_CREDENTIALS_SECRET_NAME"
                                    },
                                    {
                                        "name": "UNSUPPORTED_ADDON_FEATURES"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "cert-manager-operator.v1.18.1"
                                    }
                                ],
                                "image": "registry.redhat.io/cert-manager/cert-manager-operator-rhel9@sha256:99526f5a179816df1f7f51df0517136b247d815b7bdce0a5d0eb7cdaf4b5ce7a",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cert-manager-operator",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "32Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "privileged": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp",
                                        "name": "tmp"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager-operator-controller-manager",
                        "serviceAccountName": "cert-manager-operator-controller-manager",
                        "terminationGracePeriodSeconds": 10,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "tmp"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "f576e4ec568c9ababd0ae1f03481e9d6bdb9558fb24ca1f7432452a73c23d869"
                },
                "creationTimestamp": "2026-04-03T00:11:34Z",
                "generation": 1,
                "labels": {
                    "app": "cert-manager",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/name": "cert-manager",
                    "app.kubernetes.io/version": "v1.18.4",
                    "pod-template-hash": "759f64656b"
                },
                "name": "cert-manager-759f64656b",
                "namespace": "cert-manager",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cert-manager",
                        "uid": "6271505d-fcaf-4d47-8280-d9a3d2755335"
                    }
                ],
                "resourceVersion": "19274",
                "uid": "1b27f59d-39c9-4900-810d-e4aed44ab1c8"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "cert-manager",
                        "pod-template-hash": "759f64656b"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "cert-manager",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/name": "cert-manager",
                            "app.kubernetes.io/version": "v1.18.4",
                            "pod-template-hash": "759f64656b"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--acme-http01-solver-image=registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:38899dcd99bcd1c8c8d2c67cd19d5b1756434028ed2f1b926a282723bd63183e",
                                    "--cluster-resource-namespace=$(POD_NAMESPACE)",
                                    "--feature-gates=ACMEHTTP01IngressPathTypeExact=false",
                                    "--leader-election-namespace=kube-system",
                                    "--max-concurrent-challenges=60",
                                    "--v=2"
                                ],
                                "command": [
                                    "/app/cmd/controller/controller"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 8,
                                    "httpGet": {
                                        "path": "/livez",
                                        "port": "http-healthz",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 15
                                },
                                "name": "cert-manager-controller",
                                "ports": [
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9403,
                                        "name": "http-healthz",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager",
                        "serviceAccountName": "cert-manager",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "0f1393429e1f5a9a9f766ac7f7c5b6cf849e15370f37b4863f73668e1ea93c68"
                },
                "creationTimestamp": "2026-04-03T00:11:38Z",
                "generation": 1,
                "labels": {
                    "app": "cainjector",
                    "app.kubernetes.io/component": "cainjector",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/name": "cainjector",
                    "app.kubernetes.io/version": "v1.18.4",
                    "pod-template-hash": "8966b78d4"
                },
                "name": "cert-manager-cainjector-8966b78d4",
                "namespace": "cert-manager",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cert-manager-cainjector",
                        "uid": "ebbfd63e-d078-441a-b440-e029c8bbc4d1"
                    }
                ],
                "resourceVersion": "17969",
                "uid": "007a26b2-1b34-49c9-8cf6-66507c5ec138"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "cainjector",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "cainjector",
                        "pod-template-hash": "8966b78d4"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "cainjector",
                            "app.kubernetes.io/component": "cainjector",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/name": "cainjector",
                            "app.kubernetes.io/version": "v1.18.4",
                            "pod-template-hash": "8966b78d4"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--leader-election-namespace=kube-system",
                                    "--v=2"
                                ],
                                "command": [
                                    "/app/cmd/cainjector/cainjector"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cert-manager-cainjector",
                                "ports": [
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager-cainjector",
                        "serviceAccountName": "cert-manager-cainjector",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "53d9f409b5b361c960a88bd57b5acce731e7f4687fe3828cfd56718fb5cd1716"
                },
                "creationTimestamp": "2026-04-03T00:11:33Z",
                "generation": 1,
                "labels": {
                    "app": "webhook",
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "cert-manager",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/version": "v1.18.4",
                    "pod-template-hash": "597b96b99b"
                },
                "name": "cert-manager-webhook-597b96b99b",
                "namespace": "cert-manager",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cert-manager-webhook",
                        "uid": "fbd6dda2-0d49-4aac-b9f6-e5281ba55ad0"
                    }
                ],
                "resourceVersion": "18396",
                "uid": "96a8716b-af03-463e-8698-a889c49ea8b0"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "cert-manager",
                        "app.kubernetes.io/name": "webhook",
                        "pod-template-hash": "597b96b99b"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "prometheus.io/path": "/metrics",
                            "prometheus.io/port": "9402",
                            "prometheus.io/scrape": "true"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "cert-manager",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/version": "v1.18.4",
                            "pod-template-hash": "597b96b99b"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--dynamic-serving-ca-secret-name=cert-manager-webhook-ca",
                                    "--dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)",
                                    "--dynamic-serving-dns-names=cert-manager-webhook,cert-manager-webhook.$(POD_NAMESPACE),cert-manager-webhook.$(POD_NAMESPACE).svc",
                                    "--secure-port=10250",
                                    "--v=2"
                                ],
                                "command": [
                                    "/app/cmd/webhook/webhook"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:903ce74138b1ffc735846a7c5fcdf62bbe82ca29568a6b38caec2656f6637671",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/livez",
                                        "port": "healthcheck",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 60,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "cert-manager-webhook",
                                "ports": [
                                    {
                                        "containerPort": 10250,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 6080,
                                        "name": "healthcheck",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9402,
                                        "name": "http-metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": "healthcheck",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 5,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "enableServiceLinks": false,
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cert-manager-webhook",
                        "serviceAccountName": "cert-manager-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:34Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/name": "konflux-operator",
                    "control-plane": "controller-manager",
                    "pod-template-hash": "85f94855f6"
                },
                "name": "konflux-operator-controller-manager-85f94855f6",
                "namespace": "konflux-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "konflux-operator-controller-manager",
                        "uid": "8cfc2898-ce49-4240-8d80-3f3e9024aab4"
                    }
                ],
                "resourceVersion": "18631",
                "uid": "ff5ce10a-e141-412e-af84-bc0f1979e6a6"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "konflux-operator",
                        "control-plane": "controller-manager",
                        "pod-template-hash": "85f94855f6"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"Konflux\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxApplicationAPI\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-application-api\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxBuildService\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-build-service\"\n    },\n    \"spec\": {\n      \"buildControllerManager\": {\n        \"manager\": {\n          \"env\": [\n            {\n              \"name\": \"PAC_WEBHOOK_URL\",\n              \"value\": \"http://pipelines-as-code-controller.pipelines-as-code.svc.cluster.local:8180\"\n            },\n            {\n              \"name\": \"EXAMPLE_CUSTOM_CONFIG\",\n              \"valueFrom\": {\n                \"configMapKeyRef\": {\n                  \"key\": \"custom-config\",\n                  \"name\": \"build-service-config\"\n                }\n              }\n            },\n            {\n              \"name\": \"EXAMPLE_SECRET_VALUE\",\n              \"valueFrom\": {\n                \"secretKeyRef\": {\n                  \"key\": \"secret-key\",\n                  \"name\": \"build-service-secret\"\n                }\n              }\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"500m\",\n              \"memory\": \"512Mi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"replicas\": 2\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxCertManager\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-cert-manager\"\n    },\n    \"spec\": {\n      \"createClusterIssuer\": true\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxDefaultTenant\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konfluxdefaulttenant-sample\"\n    },\n    \"spec\": null\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxEnterpriseContract\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-enterprise-contract\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxImageController\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-image-controller\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxInfo\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-info\"\n    },\n    \"spec\": {\n      \"banner\": {\n        \"items\": [\n          {\n            \"summary\": \"Welcome to Konflux-CI! This is a production environment.\",\n            \"type\": \"info\"\n          },\n          {\n            \"dayOfWeek\": 1,\n            \"endTime\": \"17:00\",\n            \"startTime\": \"09:00\",\n            \"summary\": \"**Scheduled Maintenance**: System maintenance will occur on Friday, March 15th from 2:00 AM to 4:00 AM EST.\",\n            \"timeZone\": \"America/New_York\",\n            \"type\": \"warning\"\n          },\n          {\n            \"dayOfMonth\": 15,\n            \"endTime\": \"18:00\",\n            \"month\": 3,\n            \"startTime\": \"14:00\",\n            \"summary\": \"**CRITICAL**: Security patch deployment in progress. Some services may be temporarily unavailable.\",\n            \"timeZone\": \"UTC\",\n            \"type\": \"danger\",\n            \"year\": 2025\n          },\n          {\n            \"dayOfWeek\": 1,\n            \"endTime\": \"11:00\",\n            \"startTime\": \"09:00\",\n            \"summary\": \"Weekly team standup reminder: Every Monday at 10:00 AM.\",\n            \"timeZone\": \"America/Los_Angeles\",\n            \"type\": \"info\"\n          },\n          {\n            \"dayOfMonth\": 31,\n            \"endTime\": \"23:59\",\n            \"month\": 12,\n            \"startTime\": \"00:00\",\n            \"summary\": \"**Annual Review Period**: Performance reviews are due by end of month.\",\n            \"timeZone\": \"UTC\",\n            \"type\": \"warning\"\n          },\n          {\n            \"endTime\": \"20:00\",\n            \"startTime\": \"08:00\",\n            \"summary\": \"**New Feature Available**:\\n\\n- Enhanced build pipeline visualization\\n- Improved security scanning\\n- [View Documentation](https://docs.konflux.example.com)\\n\",\n            \"timeZone\": \"Europe/London\",\n            \"type\": \"info\"\n          }\n        ]\n      },\n      \"publicInfo\": {\n        \"environment\": \"production\",\n        \"integrations\": {\n          \"github\": {\n            \"application_url\": \"https://github.com/apps/my-konflux-app/installations/new\"\n          },\n          \"image_controller\": {\n            \"enabled\": true,\n            \"notifications\": [\n              {\n                \"config\": {\n                  \"url\": \"https://webhook.example.com/build/complete\"\n                },\n                \"event\": \"build_complete\",\n                \"method\": \"webhook\",\n                \"title\": \"Build Complete Notification\"\n              },\n              {\n                \"config\": {\n                  \"email\": \"devops-team@example.com\"\n                },\n                \"event\": \"repo_push\",\n                \"method\": \"email\",\n                \"title\": \"Repository Push Notification\"\n              },\n              {\n                \"config\": {\n                  \"timeout\": \"30s\",\n                  \"url\": \"https://webhook.example.com/scan\"\n                },\n                \"event\": \"image_scan_complete\",\n                \"method\": \"webhook\",\n                \"title\": \"Image Scan Complete\"\n              }\n            ]\n          },\n          \"sbom_server\": {\n            \"sbom_sha\": \"https://sbom.example.com/sha\",\n            \"url\": \"https://sbom.example.com/content\"\n          }\n        },\n        \"rbac\": [\n          {\n            \"description\": \"Full access to Konflux resources including secrets and administrative operations\",\n            \"displayName\": \"Administrator\",\n            \"name\": \"konflux-admin-user-actions\"\n          },\n          {\n            \"description\": \"Manage workspace resources without access to sensitive or destructive actions\",\n            \"name\": \"konflux-maintainer-user-actions\"\n          },\n          {\n            \"description\": \"Read-only access to view CI results and workspace information\",\n            \"displayName\": \"Viewer Role\",\n            \"name\": \"konflux-viewer-user-actions\"\n          },\n          {\n            \"description\": \"Custom role for specific use case with limited permissions\",\n            \"name\": \"konflux-custom-role\"\n          }\n        ],\n        \"statusPageUrl\": \"https://status.konflux.example.com\",\n        \"visibility\": \"public\"\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxIntegrationService\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-integration-service\"\n    },\n    \"spec\": {\n      \"integrationControllerManager\": {\n        \"manager\": {\n          \"env\": [\n            {\n              \"name\": \"EXAMPLE_CUSTOM_CONFIG\",\n              \"valueFrom\": {\n                \"configMapKeyRef\": {\n                  \"key\": \"custom-config\",\n                  \"name\": \"integration-service-config\"\n                }\n              }\n            },\n            {\n              \"name\": \"EXAMPLE_SECRET_VALUE\",\n              \"valueFrom\": {\n                \"secretKeyRef\": {\n                  \"key\": \"secret-key\",\n                  \"name\": \"integration-service-secret\"\n                }\n              }\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"512m\",\n              \"memory\": \"1Gi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"replicas\": 3\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxInternalRegistry\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-internal-registry\"\n    },\n    \"spec\": null\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxNamespaceLister\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-namespace-lister\"\n    },\n    \"spec\": {\n      \"namespaceLister\": {\n        \"namespaceLister\": {\n          \"env\": [\n            {\n              \"name\": \"LOG_LEVEL\",\n              \"value\": \"0\"\n            },\n            {\n              \"name\": \"CACHE_RESYNC_PERIOD\",\n              \"value\": \"10m\"\n            },\n            {\n              \"name\": \"EXAMPLE_CUSTOM_CONFIG\",\n              \"valueFrom\": {\n                \"configMapKeyRef\": {\n                  \"key\": \"custom-config\",\n                  \"name\": \"namespace-lister-config\"\n                }\n              }\n            },\n            {\n              \"name\": \"EXAMPLE_SECRET_VALUE\",\n              \"valueFrom\": {\n                \"secretKeyRef\": {\n                  \"key\": \"secret-key\",\n                  \"name\": \"namespace-lister-secret\"\n                }\n              }\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"512m\",\n              \"memory\": \"1Gi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"replicas\": 3\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxRBAC\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-rbac\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxReleaseService\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-release-service\"\n    },\n    \"spec\": {\n      \"releaseControllerManager\": {\n        \"manager\": {\n          \"env\": [\n            {\n              \"name\": \"DEFAULT_RELEASE_PVC\",\n              \"valueFrom\": {\n                \"configMapKeyRef\": {\n                  \"key\": \"DEFAULT_RELEASE_PVC\",\n                  \"name\": \"release-service-manager-properties\"\n                }\n              }\n            },\n            {\n              \"name\": \"EXAMPLE_CUSTOM_CONFIG\",\n              \"valueFrom\": {\n                \"configMapKeyRef\": {\n                  \"key\": \"custom-config\",\n                  \"name\": \"release-service-config\"\n                }\n              }\n            },\n            {\n              \"name\": \"EXAMPLE_SECRET_VALUE\",\n              \"valueFrom\": {\n                \"secretKeyRef\": {\n                  \"key\": \"secret-key\",\n                  \"name\": \"release-service-secret\"\n                }\n              }\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"replicas\": 3\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"konflux.konflux-ci.dev/v1alpha1\",\n    \"kind\": \"KonfluxUI\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"konflux-operator\"\n      },\n      \"name\": \"konflux-ui\"\n    },\n    \"spec\": {\n      \"dex\": {\n        \"config\": {\n          \"configureLoginWithOpenShift\": true,\n          \"connectors\": [\n            {\n              \"config\": {\n                \"clientID\": \"$GITHUB_CLIENT_ID\",\n                \"clientSecret\": \"$GITHUB_CLIENT_SECRET\",\n                \"orgs\": [\n                  {\n                    \"name\": \"my-org\",\n                    \"teams\": [\n                      \"developers\",\n                      \"admins\"\n                    ]\n                  },\n                  {\n                    \"name\": \"another-org\",\n                    \"teams\": [\n                      \"contributors\"\n                    ]\n                  }\n                ],\n                \"redirectURI\": \"https://dex.example.com/idp/callback\"\n              },\n              \"id\": \"github\",\n              \"name\": \"GitHub\",\n              \"type\": \"github\"\n            },\n            {\n              \"config\": {\n                \"clientID\": \"$GOOGLE_CLIENT_ID\",\n                \"clientSecret\": \"$GOOGLE_CLIENT_SECRET\",\n                \"groups\": [\n                  \"admin@example.com\"\n                ],\n                \"issuer\": \"https://accounts.google.com\",\n                \"redirectURI\": \"https://dex.example.com/idp/callback\"\n              },\n              \"id\": \"google\",\n              \"name\": \"Google\",\n              \"type\": \"oidc\"\n            },\n            {\n              \"config\": {\n                \"bindDN\": \"cn=admin,dc=example,dc=com\",\n                \"bindPW\": \"$LDAP_BIND_PASSWORD\",\n                \"groupSearch\": {\n                  \"baseDN\": \"ou=Groups,dc=example,dc=com\",\n                  \"filter\": \"(objectClass=groupOfNames)\",\n                  \"nameAttr\": \"cn\",\n                  \"userMatchers\": [\n                    {\n                      \"groupAttr\": \"member\",\n                      \"userAttr\": \"DN\"\n                    }\n                  ]\n                },\n                \"host\": \"ldap.example.com:636\",\n                \"userSearch\": {\n                  \"baseDN\": \"ou=Users,dc=example,dc=com\",\n                  \"emailAttr\": \"mail\",\n                  \"filter\": \"(objectClass=person)\",\n                  \"idAttr\": \"uid\",\n                  \"nameAttr\": \"cn\",\n                  \"username\": \"uid\"\n                }\n              },\n              \"id\": \"ldap\",\n              \"name\": \"LDAP\",\n              \"type\": \"ldap\"\n            }\n          ],\n          \"enablePasswordDB\": true,\n          \"hostname\": \"dex.example.com\",\n          \"passwordConnector\": \"local\",\n          \"port\": \"9443\",\n          \"staticPasswords\": [\n            {\n              \"email\": \"user1@konflux.dev\",\n              \"hash\": \"REDACTED\",\n              \"userID\": \"7138d2fe-724e-4e86-af8a-db7c4b080e20\",\n              \"username\": \"user1\"\n            },\n            {\n              \"email\": \"user2@konflux.dev\",\n              \"hash\": \"REDACTED\",\n              \"userID\": \"ea8e8ee1-2283-4e03-83d4-b00f8b821b64\",\n              \"username\": \"user2\"\n            },\n            {\n              \"email\": \"admin@konflux.dev\",\n              \"hash\": \"REDACTED\",\n              \"userID\": \"admin-12345-67890-abcdef\",\n              \"username\": \"admin\"\n            }\n          ]\n        },\n        \"dex\": {\n          \"env\": [\n            {\n              \"name\": \"DEX_LOG_LEVEL\",\n              \"value\": \"debug\"\n            },\n            {\n              \"name\": \"DEX_STORAGE_TYPE\",\n              \"value\": \"kubernetes\"\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"500m\",\n              \"memory\": \"512Mi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"replicas\": 2\n      },\n      \"ingress\": {\n        \"annotations\": {\n          \"cert-manager.io/cluster-issuer\": \"letsencrypt-prod\",\n          \"nginx.ingress.kubernetes.io/force-ssl-redirect\": \"true\",\n          \"nginx.ingress.kubernetes.io/proxy-body-size\": \"10m\",\n          \"nginx.ingress.kubernetes.io/ssl-redirect\": \"true\"\n        },\n        \"enabled\": true,\n        \"host\": \"konflux-ui.example.com\",\n        \"ingressClassName\": \"nginx\",\n        \"tlsSecretName\": \"konflux-ui-tls\"\n      },\n      \"proxy\": {\n        \"nginx\": {\n          \"env\": [\n            {\n              \"name\": \"NGINX_WORKER_PROCESSES\",\n              \"value\": \"4\"\n            },\n            {\n              \"name\": \"NGINX_WORKER_CONNECTIONS\",\n              \"value\": \"1024\"\n            },\n            {\n              \"name\": \"NGINX_KEEPALIVE_TIMEOUT\",\n              \"value\": \"65\"\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"500m\",\n              \"memory\": \"512Mi\"\n            },\n            \"requests\": {\n              \"cpu\": \"100m\",\n              \"memory\": \"256Mi\"\n            }\n          }\n        },\n        \"oauth2Proxy\": {\n          \"env\": [\n            {\n              \"name\": \"OAUTH2_PROXY_PROVIDER\",\n              \"value\": \"oidc\"\n            },\n            {\n              \"name\": \"OAUTH2_PROXY_OIDC_ISSUER_URL\",\n              \"value\": \"https://dex.example.com/idp/\"\n            },\n            {\n              \"name\": \"OAUTH2_PROXY_CLIENT_ID\",\n              \"value\": \"oauth2-proxy\"\n            },\n            {\n              \"name\": \"OAUTH2_PROXY_CLIENT_SECRET\",\n              \"valueFrom\": {\n                \"secretKeyRef\": {\n                  \"key\": \"client-secret\",\n                  \"name\": \"oauth2-proxy-secret\"\n                }\n              }\n            }\n          ],\n          \"resources\": {\n            \"limits\": {\n              \"cpu\": \"200m\",\n              \"memory\": \"256Mi\"\n            },\n            \"requests\": {\n              \"cpu\": \"50m\",\n              \"memory\": \"128Mi\"\n            }\n          }\n        },\n        \"replicas\": 3\n      }\n    }\n  }\n]",
                            "capabilities": "Full Lifecycle",
                            "categories": "Integration \u0026 Delivery, Security, Developer Tools",
                            "containerImage": "quay.io/konflux-ci/konflux-operator:release-sha-b07898f",
                            "createdAt": "2026-04-02T06:28:07Z",
                            "description": "Cloud native software factory focused on software supply chain security",
                            "kubectl.kubernetes.io/default-container": "manager",
                            "olm.operatorGroup": "konflux-operator",
                            "olm.operatorNamespace": "konflux-operator",
                            "olm.suggested-namespace": "konflux-operator",
                            "olm.targetNamespaces": "",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"Konflux\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxApplicationAPI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxBuildService\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxCertManager\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxDefaultTenant\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxEnterpriseContract\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxImageController\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxInfo\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxIntegrationService\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxInternalRegistry\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxNamespaceLister\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxRBAC\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxReleaseService\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxSegmentBridge\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"konflux.konflux-ci.dev\",\"kind\":\"KonfluxUI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"konflux-operator\",\"version\":\"0.1.7\"}}]}",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.42.0",
                            "operators.operatorframework.io/project_layout": "go.kubebuilder.io/v4",
                            "repository": "https://github.com/konflux-ci/konflux-ci",
                            "support": "Konflux Community"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/name": "konflux-operator",
                            "control-plane": "controller-manager",
                            "pod-template-hash": "85f94855f6"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8443",
                                    "--leader-elect",
                                    "--health-probe-bind-address=:8081"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "env": [
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "konflux-operator.v0.1.7"
                                    }
                                ],
                                "image": "quay.io/konflux-ci/konflux-operator:release-sha-b07898f",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "ports": [
                                    {
                                        "containerPort": 8081,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "512Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "konflux-operator-controller-manager",
                        "serviceAccountName": "konflux-operator-controller-manager",
                        "terminationGracePeriodSeconds": 10
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "capability.openshift.io/name": "openshift-samples",
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:57:14Z",
                "generation": 1,
                "labels": {
                    "name": "cluster-samples-operator",
                    "pod-template-hash": "8696bc5b94"
                },
                "name": "cluster-samples-operator-8696bc5b94",
                "namespace": "openshift-cluster-samples-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cluster-samples-operator",
                        "uid": "fc377937-6d0f-42c9-ab5b-e8c8479f1097"
                    }
                ],
                "resourceVersion": "10714",
                "uid": "423158b3-8600-4fd2-87c2-bec622e9c6b5"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "cluster-samples-operator",
                        "pod-template-hash": "8696bc5b94"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "name": "cluster-samples-operator",
                            "pod-template-hash": "8696bc5b94"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "cluster-samples-operator"
                                ],
                                "env": [
                                    {
                                        "name": "WATCH_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "cluster-samples-operator"
                                    },
                                    {
                                        "name": "RELEASE_VERSION",
                                        "value": "4.20.8"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4556896f77307821531ef91b7b7faccb82b824ea695693b2989f597f0deca038",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cluster-samples-operator",
                                "ports": [
                                    {
                                        "containerPort": 60000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/secrets",
                                        "name": "samples-operator-tls"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--namespace=openshift-cluster-samples-operator",
                                    "--process-name=cluster-samples-operator",
                                    "--termination-grace-period=30s",
                                    "--files=/etc/secrets/tls.crt,/etc/secrets/tls.key"
                                ],
                                "command": [
                                    "cluster-samples-operator-watch",
                                    "file-watcher-watchdog"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4556896f77307821531ef91b7b7faccb82b824ea695693b2989f597f0deca038",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cluster-samples-operator-watch",
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "cluster-samples-operator",
                        "serviceAccountName": "cluster-samples-operator",
                        "shareProcessNamespace": true,
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "samples-operator-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "samples-operator-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "79b241ba4ce6e551a9f13a2a3ada087ba6c81859eec63a9f4861b7290e185e76"
                },
                "creationTimestamp": "2026-04-02T23:57:14Z",
                "generation": 1,
                "labels": {
                    "name": "volume-data-source-validator",
                    "openshift.storage.network-policy.api-server": "allow",
                    "openshift.storage.network-policy.dns": "allow",
                    "pod-template-hash": "6f8fd97467"
                },
                "name": "volume-data-source-validator-6f8fd97467",
                "namespace": "openshift-cluster-storage-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "volume-data-source-validator",
                        "uid": "a6b05cb7-5a12-486b-9d8b-cfdcb19fa3cc"
                    }
                ],
                "resourceVersion": "9638",
                "uid": "300f6bae-f32b-49ec-82f4-7bfee7712913"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "volume-data-source-validator",
                        "pod-template-hash": "6f8fd97467"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "name": "volume-data-source-validator",
                            "openshift.storage.network-policy.api-server": "allow",
                            "openshift.storage.network-policy.dns": "allow",
                            "pod-template-hash": "6f8fd97467"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--v=2",
                                    "--http-endpoint=127.0.0.1:8443",
                                    "--leader-election=true",
                                    "--leader-election-lease-duration=137s",
                                    "--leader-election-renew-deadline=107s",
                                    "--leader-election-retry-period=26s",
                                    "--leader-election-namespace=openshift-cluster-storage-operator"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:36b9e89c3cfcf1ab9ae500486e38afb6862cba48cb0b4d84a09508ab8f3d299f",
                                "imagePullPolicy": "Always",
                                "name": "volume-data-source-validator",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "validator-http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "volume-data-source-validator",
                        "serviceAccountName": "volume-data-source-validator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "capability.openshift.io/name": "Console",
                    "config.openshift.io/inject-proxy": "console-operator",
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/hypershift": "true",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:57:14Z",
                "generation": 1,
                "labels": {
                    "name": "console-operator",
                    "pod-template-hash": "575cd97545"
                },
                "name": "console-operator-575cd97545",
                "namespace": "openshift-console-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "console-operator",
                        "uid": "b8e0218c-62ab-4eb4-99ec-83bb45c765e2"
                    }
                ],
                "resourceVersion": "11606",
                "uid": "fc9cff35-9c04-478d-a8c8-3ed981964ad8"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "console-operator",
                        "pod-template-hash": "575cd97545"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "name": "console-operator",
                            "pod-template-hash": "575cd97545"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--config=/var/run/configmaps/config/controller-config.yaml"
                                ],
                                "command": [
                                    "console",
                                    "operator"
                                ],
                                "env": [
                                    {
                                        "name": "CONSOLE_IMAGE",
                                        "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15"
                                    },
                                    {
                                        "name": "DOWNLOADS_IMAGE",
                                        "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:32d4561d4bf1b3c4e3a7878f918f9c1422bab85bdf8711fbdf905d59692fee81"
                                    },
                                    {
                                        "name": "OPERATOR_IMAGE_VERSION",
                                        "value": "4.20.8"
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "console-operator"
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:653c666f842c13e0baae2e89a9b1efe0e2ef56f621ffb5b32005115d2a26ab8c",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "console-operator",
                                "ports": [
                                    {
                                        "containerPort": 60000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/configmaps/config",
                                        "name": "config"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/serving-cert",
                                        "name": "serving-cert"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "trusted-ca"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "console-operator",
                        "serviceAccountName": "console-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "console-operator-config"
                                },
                                "name": "config"
                            },
                            {
                                "name": "serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "serving-cert"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "trusted-ca"
                                },
                                "name": "trusted-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "console.openshift.io/authn-ca-trust-config-version": "11727",
                    "console.openshift.io/console-config-version": "13876",
                    "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                    "console.openshift.io/infrastructure-config-version": "1611",
                    "console.openshift.io/oauth-secret-version": "11889",
                    "console.openshift.io/proxy-config-version": "1626",
                    "console.openshift.io/service-ca-config-version": "12459",
                    "console.openshift.io/trusted-ca-config-version": "12505",
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "5",
                    "deployment.kubernetes.io/revision": "3",
                    "operator.openshift.io/spec-hash": "bc2d6c47e390375fe960e0b7bdf68ceefdc855231dc1353f461b0e95e0576c0d"
                },
                "creationTimestamp": "2026-04-03T00:06:48Z",
                "generation": 3,
                "labels": {
                    "app": "console",
                    "component": "ui",
                    "pod-template-hash": "5f5d6687f4"
                },
                "name": "console-5f5d6687f4",
                "namespace": "openshift-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "console",
                        "uid": "dc05ec90-dba7-43e5-817c-813b8529d9ce"
                    }
                ],
                "resourceVersion": "14857",
                "uid": "f372472e-7376-4e2c-9a2c-ca5ec629b0e7"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "app": "console",
                        "component": "ui",
                        "pod-template-hash": "5f5d6687f4"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "console.openshift.io/authn-ca-trust-config-version": "11727",
                            "console.openshift.io/console-config-version": "13876",
                            "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                            "console.openshift.io/infrastructure-config-version": "1611",
                            "console.openshift.io/oauth-secret-version": "11889",
                            "console.openshift.io/proxy-config-version": "1626",
                            "console.openshift.io/service-ca-config-version": "12459",
                            "console.openshift.io/trusted-ca-config-version": "12505",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "console",
                            "component": "ui",
                            "pod-template-hash": "5f5d6687f4"
                        },
                        "name": "console"
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "component",
                                                    "operator": "In",
                                                    "values": [
                                                        "ui"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/opt/bridge/bin/bridge",
                                    "--public-dir=/opt/bridge/static",
                                    "--config=/var/console-config/console-config.yaml",
                                    "--service-ca-file=/var/service-ca/service-ca.crt",
                                    "--v=2"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 1,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "console",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 30,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/serving-cert",
                                        "name": "console-serving-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-config",
                                        "name": "console-oauth-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/console-config",
                                        "name": "console-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/service-ca",
                                        "name": "service-ca",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "trusted-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-serving-cert",
                                        "name": "oauth-serving-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "console",
                        "serviceAccountName": "console",
                        "terminationGracePeriodSeconds": 40,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "console-serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-serving-cert"
                                }
                            },
                            {
                                "name": "console-oauth-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-oauth-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "console-config"
                                },
                                "name": "console-config"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca"
                                },
                                "name": "service-ca"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "trusted-ca-bundle"
                                },
                                "name": "trusted-ca-bundle"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "oauth-serving-cert"
                                },
                                "name": "oauth-serving-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 3,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "console.openshift.io/authn-ca-trust-config-version": "11727",
                    "console.openshift.io/console-config-version": "14745",
                    "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                    "console.openshift.io/infrastructure-config-version": "1611",
                    "console.openshift.io/oauth-secret-version": "11889",
                    "console.openshift.io/proxy-config-version": "1626",
                    "console.openshift.io/service-ca-config-version": "12459",
                    "console.openshift.io/trusted-ca-config-version": "12505",
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "5",
                    "deployment.kubernetes.io/revision": "4",
                    "operator.openshift.io/spec-hash": "ff0b3d68abd8e75396d39974b42e580a9c440e7e37b3f0f1184462e3bcfb5fe2"
                },
                "creationTimestamp": "2026-04-03T00:08:58Z",
                "generation": 1,
                "labels": {
                    "app": "console",
                    "component": "ui",
                    "pod-template-hash": "5fc4d49b7d"
                },
                "name": "console-5fc4d49b7d",
                "namespace": "openshift-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "console",
                        "uid": "dc05ec90-dba7-43e5-817c-813b8529d9ce"
                    }
                ],
                "resourceVersion": "15011",
                "uid": "6c50b5fc-ca59-4fa7-86f8-ba29970f9a7e"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app": "console",
                        "component": "ui",
                        "pod-template-hash": "5fc4d49b7d"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "console.openshift.io/authn-ca-trust-config-version": "11727",
                            "console.openshift.io/console-config-version": "14745",
                            "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                            "console.openshift.io/infrastructure-config-version": "1611",
                            "console.openshift.io/oauth-secret-version": "11889",
                            "console.openshift.io/proxy-config-version": "1626",
                            "console.openshift.io/service-ca-config-version": "12459",
                            "console.openshift.io/trusted-ca-config-version": "12505",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "console",
                            "component": "ui",
                            "pod-template-hash": "5fc4d49b7d"
                        },
                        "name": "console"
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "component",
                                                    "operator": "In",
                                                    "values": [
                                                        "ui"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/opt/bridge/bin/bridge",
                                    "--public-dir=/opt/bridge/static",
                                    "--config=/var/console-config/console-config.yaml",
                                    "--service-ca-file=/var/service-ca/service-ca.crt",
                                    "--v=2"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 1,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "console",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 30,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/serving-cert",
                                        "name": "console-serving-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-config",
                                        "name": "console-oauth-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/console-config",
                                        "name": "console-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/service-ca",
                                        "name": "service-ca",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "trusted-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-serving-cert",
                                        "name": "oauth-serving-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "console",
                        "serviceAccountName": "console",
                        "terminationGracePeriodSeconds": 40,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "console-serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-serving-cert"
                                }
                            },
                            {
                                "name": "console-oauth-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-oauth-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "console-config"
                                },
                                "name": "console-config"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca"
                                },
                                "name": "service-ca"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "trusted-ca-bundle"
                                },
                                "name": "trusted-ca-bundle"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "oauth-serving-cert"
                                },
                                "name": "oauth-serving-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "console.openshift.io/authn-ca-trust-config-version": "11727",
                    "console.openshift.io/console-config-version": "12456",
                    "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                    "console.openshift.io/infrastructure-config-version": "1611",
                    "console.openshift.io/oauth-secret-version": "11889",
                    "console.openshift.io/proxy-config-version": "1626",
                    "console.openshift.io/service-ca-config-version": "12459",
                    "console.openshift.io/trusted-ca-config-version": "12505",
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "5",
                    "deployment.kubernetes.io/revision": "2",
                    "operator.openshift.io/spec-hash": "085b6e5374a6b1094b19f823d1015e5ebb2e26fd286b1f8fb8577d1d2293c578"
                },
                "creationTimestamp": "2026-04-03T00:05:33Z",
                "generation": 3,
                "labels": {
                    "app": "console",
                    "component": "ui",
                    "pod-template-hash": "5fff8477"
                },
                "name": "console-5fff8477",
                "namespace": "openshift-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "console",
                        "uid": "dc05ec90-dba7-43e5-817c-813b8529d9ce"
                    }
                ],
                "resourceVersion": "14001",
                "uid": "c7552e90-a77b-433e-822b-d8cff0bac61e"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "app": "console",
                        "component": "ui",
                        "pod-template-hash": "5fff8477"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "console.openshift.io/authn-ca-trust-config-version": "11727",
                            "console.openshift.io/console-config-version": "12456",
                            "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                            "console.openshift.io/infrastructure-config-version": "1611",
                            "console.openshift.io/oauth-secret-version": "11889",
                            "console.openshift.io/proxy-config-version": "1626",
                            "console.openshift.io/service-ca-config-version": "12459",
                            "console.openshift.io/trusted-ca-config-version": "12505",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "console",
                            "component": "ui",
                            "pod-template-hash": "5fff8477"
                        },
                        "name": "console"
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "component",
                                                    "operator": "In",
                                                    "values": [
                                                        "ui"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/opt/bridge/bin/bridge",
                                    "--public-dir=/opt/bridge/static",
                                    "--config=/var/console-config/console-config.yaml",
                                    "--service-ca-file=/var/service-ca/service-ca.crt",
                                    "--v=2"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 1,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "console",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 30,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/serving-cert",
                                        "name": "console-serving-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-config",
                                        "name": "console-oauth-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/console-config",
                                        "name": "console-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/service-ca",
                                        "name": "service-ca",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "trusted-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-serving-cert",
                                        "name": "oauth-serving-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "console",
                        "serviceAccountName": "console",
                        "terminationGracePeriodSeconds": 40,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "console-serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-serving-cert"
                                }
                            },
                            {
                                "name": "console-oauth-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-oauth-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "console-config"
                                },
                                "name": "console-config"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca"
                                },
                                "name": "service-ca"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "trusted-ca-bundle"
                                },
                                "name": "trusted-ca-bundle"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "oauth-serving-cert"
                                },
                                "name": "oauth-serving-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 3,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "console.openshift.io/authn-ca-trust-config-version": "11727",
                    "console.openshift.io/console-config-version": "12456",
                    "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                    "console.openshift.io/infrastructure-config-version": "1611",
                    "console.openshift.io/oauth-secret-version": "11889",
                    "console.openshift.io/proxy-config-version": "1626",
                    "console.openshift.io/service-ca-config-version": "12458",
                    "console.openshift.io/trusted-ca-config-version": "12460",
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "5",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "f0528e6cb945e22e757a1fd04896c4f4c09fa5cbf182a75a185da8d78459cf9d"
                },
                "creationTimestamp": "2026-04-03T00:05:29Z",
                "generation": 3,
                "labels": {
                    "app": "console",
                    "component": "ui",
                    "pod-template-hash": "db79f8c97"
                },
                "name": "console-db79f8c97",
                "namespace": "openshift-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "console",
                        "uid": "dc05ec90-dba7-43e5-817c-813b8529d9ce"
                    }
                ],
                "resourceVersion": "13067",
                "uid": "571d3a10-d51f-43bd-b3b6-40a00956c851"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "app": "console",
                        "component": "ui",
                        "pod-template-hash": "db79f8c97"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "console.openshift.io/authn-ca-trust-config-version": "11727",
                            "console.openshift.io/console-config-version": "12456",
                            "console.openshift.io/image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                            "console.openshift.io/infrastructure-config-version": "1611",
                            "console.openshift.io/oauth-secret-version": "11889",
                            "console.openshift.io/proxy-config-version": "1626",
                            "console.openshift.io/service-ca-config-version": "12458",
                            "console.openshift.io/trusted-ca-config-version": "12460",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "console",
                            "component": "ui",
                            "pod-template-hash": "db79f8c97"
                        },
                        "name": "console"
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "component",
                                                    "operator": "In",
                                                    "values": [
                                                        "ui"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/opt/bridge/bin/bridge",
                                    "--public-dir=/opt/bridge/static",
                                    "--config=/var/console-config/console-config.yaml",
                                    "--service-ca-file=/var/service-ca/service-ca.crt",
                                    "--v=2"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3d6ea9e1633f38070718a1357fcb80e6cb3932aafcc4d65e659795b186c5da15",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 1,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "name": "console",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 30,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 10
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/serving-cert",
                                        "name": "console-serving-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-config",
                                        "name": "console-oauth-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/console-config",
                                        "name": "console-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/service-ca",
                                        "name": "service-ca",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/oauth-serving-cert",
                                        "name": "oauth-serving-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "console",
                        "serviceAccountName": "console",
                        "terminationGracePeriodSeconds": 40,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "console-serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-serving-cert"
                                }
                            },
                            {
                                "name": "console-oauth-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "console-oauth-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "console-config"
                                },
                                "name": "console-config"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca"
                                },
                                "name": "service-ca"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "oauth-serving-cert"
                                },
                                "name": "oauth-serving-cert"
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 3,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "5",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "6acd44ea745ca7c165323fdf83fa823a66d73aec1e851d2161e081f0e044f6c9"
                },
                "creationTimestamp": "2026-04-03T00:05:21Z",
                "generation": 1,
                "labels": {
                    "app": "console",
                    "component": "downloads",
                    "pod-template-hash": "56cb7c9577"
                },
                "name": "downloads-56cb7c9577",
                "namespace": "openshift-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "downloads",
                        "uid": "213fcd87-ecf6-4288-bcd3-da3aae3daa1e"
                    }
                ],
                "resourceVersion": "13292",
                "uid": "b56abb17-3cd3-4076-9b6d-d7b15326848f"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app": "console",
                        "component": "downloads",
                        "pod-template-hash": "56cb7c9577"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "console",
                            "component": "downloads",
                            "pod-template-hash": "56cb7c9577"
                        },
                        "name": "downloads"
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "component",
                                                    "operator": "In",
                                                    "values": [
                                                        "downloads"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-c",
                                    "cat \u003c\u003cEOF \u003e\u003e/tmp/serve.py\nimport errno, http.server, os, re, signal, socket, sys, tarfile, tempfile, threading, time, zipfile\n\nsignal.signal(signal.SIGTERM, lambda signum, frame: sys.exit(0))\n\ndef write_index(path, message):\n  with open(path, 'wb') as f:\n    f.write('\\n'.join([\n      '\u003c!doctype html\u003e',\n      '\u003chtml lang=\"en\"\u003e',\n      '\u003chead\u003e',\n      '  \u003cmeta charset=\"utf-8\"\u003e',\n      '\u003c/head\u003e',\n      '\u003cbody\u003e',\n      '  {}'.format(message),\n      '\u003c/body\u003e',\n      '\u003c/html\u003e',\n      '',\n    ]).encode('utf-8'))\n\n# Launch multiple listeners as threads\nclass Thread(threading.Thread):\n  def __init__(self, i, socket):\n    threading.Thread.__init__(self)\n    self.i = i\n    self.socket = socket\n    self.daemon = True\n    self.start()\n\n  def run(self):\n    server = http.server.SimpleHTTPRequestHandler\n    server.server_version = \"OpenShift Downloads Server\"\n    server.sys_version = \"\"\n    httpd = http.server.HTTPServer(addr, server, False)\n\n    # Prevent the HTTP server from re-binding every handler.\n    # https://stackoverflow.com/questions/46210672/\n    httpd.socket = self.socket\n    httpd.server_bind = self.server_close = lambda self: None\n\n    httpd.serve_forever()\n\ntemp_dir = tempfile.mkdtemp()\nprint('serving from {}'.format(temp_dir))\nos.chdir(temp_dir)\nfor arch in ['amd64', 'arm64', 'ppc64le', 's390x']:\n  os.mkdir(arch)\ncontent = ['\u003ca href=\"oc-license\"\u003elicense\u003c/a\u003e']\nos.symlink('/usr/share/openshift/LICENSE', 'oc-license')\n\nfor arch, operating_system, path in [\n    ('amd64', 'linux', '/usr/share/openshift/linux_amd64/oc'),\n    ('amd64', 'mac', '/usr/share/openshift/mac/oc'),\n    ('amd64', 'windows', '/usr/share/openshift/windows/oc.exe'),\n    ('arm64', 'linux', '/usr/share/openshift/linux_arm64/oc'),\n    ('arm64', 'mac', '/usr/share/openshift/mac_arm64/oc'),\n    ('ppc64le', 'linux', '/usr/share/openshift/linux_ppc64le/oc'),\n    ('s390x', 'linux', '/usr/share/openshift/linux_s390x/oc'),\n    ]:\n  basename = os.path.basename(path)\n  target_path = os.path.join(arch, operating_system, basename)\n  os.mkdir(os.path.join(arch, operating_system))\n  os.symlink(path, target_path)\n  base_root, _ = os.path.splitext(basename)\n  archive_path_root = os.path.join(arch, operating_system, base_root)\n  with tarfile.open('{}.tar'.format(archive_path_root), 'w') as tar:\n    tar.add(path, basename)\n  with zipfile.ZipFile('{}.zip'.format(archive_path_root), 'w') as zip:\n    zip.write(path, basename)\n  content.append(\n    '\u003ca href=\"{0}\"\u003eoc ({1} {2})\u003c/a\u003e (\u003ca href=\"{3}.tar\"\u003etar\u003c/a\u003e \u003ca href=\"{3}.zip\"\u003ezip\u003c/a\u003e)'.format(\n      target_path, arch, operating_system, archive_path_root\n    )\n  )\n\nfor root, directories, filenames in os.walk(temp_dir):\n  root_link = os.path.relpath(temp_dir, os.path.join(root, 'child')).replace(os.path.sep, '/')\n  for directory in directories:\n    write_index(\n      path=os.path.join(root, directory, 'index.html'),\n      message='\u003cp\u003eDirectory listings are disabled.  See \u003ca href=\"{}\"\u003ehere\u003c/a\u003e for available content.\u003c/p\u003e'.format(root_link),\n    )\n\nwrite_index(\n  path=os.path.join(temp_dir, 'index.html'),\n  message='\\n'.join(\n    ['\u003cul\u003e'] +\n    ['  \u003cli\u003e{}\u003c/li\u003e'.format(entry) for entry in content] +\n    ['\u003c/ul\u003e']\n  ),\n)\n\n# Create socket\n# IPv6 should handle IPv4 passively so long as it is not bound to a\n# specific address or set to IPv6_ONLY\n# https://stackoverflow.com/questions/25817848/python-3-does-http-server-support-ipv6\ntry:\n  addr = ('::', 8080)\n  sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)\nexcept socket.error as err:\n  # errno.EAFNOSUPPORT is \"socket.error: [Errno 97] Address family not supported by protocol\"\n  # When IPv6 is disabled, socket will bind using IPv4.\n  if err.errno == errno.EAFNOSUPPORT:\n    addr = ('', 8080)\n    sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\n  else:\n    raise    \nsock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)\nsock.bind(addr)\nsock.listen(5)\n\n[Thread(i, socket=sock) for i in range(100)]\ntime.sleep(9e9)\nEOF\nexec python3 /tmp/serve.py\n"
                                ],
                                "command": [
                                    "/bin/sh"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:32d4561d4bf1b3c4e3a7878f918f9c1422bab85bdf8711fbdf905d59692fee81",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/",
                                        "port": 8080,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "download-server",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/",
                                        "port": 8080,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "terminationGracePeriodSeconds": 0,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:35Z",
                "generation": 2,
                "labels": {
                    "app": "deployment-validation-operator",
                    "name": "deployment-validation-operator",
                    "pod-template-hash": "559df65f49"
                },
                "name": "deployment-validation-operator-559df65f49",
                "namespace": "openshift-deployment-validation-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "deployment-validation-operator",
                        "uid": "4680ec6b-b2a4-423b-b63a-5459555dc886"
                    }
                ],
                "resourceVersion": "15431",
                "uid": "732c3cf8-dcff-4aec-8b3e-c8c264fe6bd0"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "app": "deployment-validation-operator",
                        "pod-template-hash": "559df65f49"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "capabilities": "Basic Install",
                            "categories": "Application Runtime, Monitoring, Security",
                            "certified": "false",
                            "containerImage": "quay.io/app-sre/deployment-validation-operator:0.1.568-g6f8f204",
                            "createdAt": "2026-03-10T08:28:54Z",
                            "description": "The deployment validation operator",
                            "olm.operatorGroup": "deployment-validation-operator-og",
                            "olm.operatorNamespace": "openshift-deployment-validation-operator",
                            "olm.targetNamespaces": "openshift-deployment-validation-operator",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.package\",\"value\":{\"packageName\":\"deployment-validation-operator\",\"version\":\"0.1.568-g6f8f204\"}}]}",
                            "repository": "https://github.com/app-sre/deployment-validation-operator",
                            "support": "Best Effort"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "deployment-validation-operator",
                            "name": "deployment-validation-operator",
                            "pod-template-hash": "559df65f49"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "node-role.kubernetes.io/infra",
                                                    "operator": "Exists"
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app",
                                                        "operator": "In",
                                                        "values": [
                                                            "deployment-validation-operator"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "--config /config/deployment-validation-operator-config.yaml"
                                ],
                                "env": [
                                    {
                                        "name": "WATCH_NAMESPACE"
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "deployment-validation-operator"
                                    },
                                    {
                                        "name": "NAMESPACE_IGNORE_PATTERN",
                                        "value": "openshift.*|kube-.+|open-cluster-management-.*|default|dedicated-admin"
                                    },
                                    {
                                        "name": "RESOURCES_PER_LIST_QUERY",
                                        "value": "5"
                                    },
                                    {
                                        "name": "VALIDATION_CHECK_INTERVAL",
                                        "value": "2m"
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "deployment-validation-operator.v0.1.568-g6f8f204"
                                    }
                                ],
                                "image": "quay.io/app-sre/deployment-validation-operator:0.1.568-g6f8f204",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 3
                                },
                                "name": "deployment-validation-operator",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 3
                                },
                                "resources": {
                                    "limits": {
                                        "memory": "400Mi"
                                    },
                                    "requests": {
                                        "cpu": "50m",
                                        "memory": "400Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/config",
                                        "name": "dvo-config"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/arch": "amd64"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "deployment-validation-operator",
                        "serviceAccountName": "deployment-validation-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/infra",
                                "operator": "Exists"
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "deployment-validation-operator-config",
                                    "optional": true
                                },
                                "name": "dvo-config"
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 2,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "2"
                },
                "creationTimestamp": "2026-04-03T00:10:35Z",
                "generation": 1,
                "labels": {
                    "app": "deployment-validation-operator",
                    "name": "deployment-validation-operator",
                    "pod-template-hash": "6494db4fc6"
                },
                "name": "deployment-validation-operator-6494db4fc6",
                "namespace": "openshift-deployment-validation-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "deployment-validation-operator",
                        "uid": "4680ec6b-b2a4-423b-b63a-5459555dc886"
                    }
                ],
                "resourceVersion": "15421",
                "uid": "6369c827-488a-4b09-8447-ae5964d73512"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "deployment-validation-operator",
                        "pod-template-hash": "6494db4fc6"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "capabilities": "Basic Install",
                            "categories": "Application Runtime, Monitoring, Security",
                            "certified": "false",
                            "containerImage": "quay.io/app-sre/deployment-validation-operator:0.1.568-g6f8f204",
                            "createdAt": "2026-03-10T08:28:54Z",
                            "description": "The deployment validation operator",
                            "olm.operatorGroup": "deployment-validation-operator-og",
                            "olm.operatorNamespace": "openshift-deployment-validation-operator",
                            "olm.targetNamespaces": "openshift-deployment-validation-operator",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.package\",\"value\":{\"packageName\":\"deployment-validation-operator\",\"version\":\"0.1.568-g6f8f204\"}}]}",
                            "repository": "https://github.com/app-sre/deployment-validation-operator",
                            "support": "Best Effort"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "deployment-validation-operator",
                            "name": "deployment-validation-operator",
                            "pod-template-hash": "6494db4fc6"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "app",
                                                        "operator": "In",
                                                        "values": [
                                                            "deployment-validation-operator"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "--config /config/deployment-validation-operator-config.yaml"
                                ],
                                "env": [
                                    {
                                        "name": "WATCH_NAMESPACE"
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "deployment-validation-operator"
                                    },
                                    {
                                        "name": "NAMESPACE_IGNORE_PATTERN",
                                        "value": "^(openshift.*|kube-.*|default|dedicated-admin|redhat-.*|acm|addon-dba-operator|codeready-.*|prow)$"
                                    },
                                    {
                                        "name": "RESOURCES_PER_LIST_QUERY",
                                        "value": "5"
                                    },
                                    {
                                        "name": "VALIDATION_CHECK_INTERVAL",
                                        "value": "2m"
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "deployment-validation-operator.v0.1.568-g6f8f204"
                                    }
                                ],
                                "image": "quay.io/app-sre/deployment-validation-operator:0.1.568-g6f8f204",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 3
                                },
                                "name": "deployment-validation-operator",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 3
                                },
                                "resources": {
                                    "limits": {
                                        "memory": "400Mi"
                                    },
                                    "requests": {
                                        "cpu": "50m",
                                        "memory": "400Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/config",
                                        "name": "dvo-config"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/arch": "amd64"
                        },
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "deployment-validation-operator",
                        "serviceAccountName": "deployment-validation-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/infra",
                                "operator": "Exists"
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "deployment-validation-operator-config",
                                    "optional": true
                                },
                                "name": "dvo-config"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1",
                    "imageregistry.operator.openshift.io/checksum": "sha256:85ac92edf6dc55e912edbaa3c8289d82ff22e3832ed0ca1516858f4c784f567e",
                    "operator.openshift.io/spec-hash": "9ad2071b9f793c4e653d7ea04074449e0470034c7d047142d00b7fc9d579fee0",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-02T23:57:14Z",
                "generation": 3,
                "labels": {
                    "docker-registry": "default",
                    "pod-template-hash": "5945cf9cb4"
                },
                "name": "image-registry-5945cf9cb4",
                "namespace": "openshift-image-registry",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "image-registry",
                        "uid": "13d64014-53c1-4b98-ad2f-465ce895bbf7"
                    }
                ],
                "resourceVersion": "10235",
                "uid": "ba50388f-3a1c-4df7-bf76-c46eb5a08203"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "docker-registry": "default",
                        "pod-template-hash": "5945cf9cb4"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "imageregistry.operator.openshift.io/dependencies-checksum": "sha256:7325e31ef5189a99d6730d9d67b9eefb32d54b578ee2756fad26384643456dbb",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "docker-registry": "default",
                            "pod-template-hash": "5945cf9cb4"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "docker-registry": "default"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-image-registry"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/bin/sh",
                                    "-c",
                                    "mkdir -p /etc/pki/ca-trust/extracted/edk2 /etc/pki/ca-trust/extracted/java /etc/pki/ca-trust/extracted/openssl /etc/pki/ca-trust/extracted/pem \u0026\u0026 update-ca-trust extract --output /etc/pki/ca-trust/extracted/ \u0026\u0026 exec /usr/bin/dockerregistry"
                                ],
                                "env": [
                                    {
                                        "name": "REGISTRY_STORAGE",
                                        "value": "s3"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_BUCKET",
                                        "value": "2peb3v13tqorl99u0dpovqhdtbg0tg61-image-registry-us-east-1-mdvb"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_REGION",
                                        "value": "us-east-1"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_ENCRYPT",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_FORCEPATHSTYLE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_CREDENTIALSCONFIGPATH",
                                        "value": "/var/run/secrets/cloud/credentials"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_USEDUALSTACK",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_ADDR",
                                        "value": ":5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_NET",
                                        "value": "tcp"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_SECRET",
                                        "value": "90230e271683c8f5fb84f0129d9b7b2248f27a544f3dec42b1a479111fe9c114451d426649f06fd262d8d5ae41ae1379009929723bbc6af89d5f80a37c63478d"
                                    },
                                    {
                                        "name": "REGISTRY_LOG_LEVEL",
                                        "value": "info"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_QUOTA_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR",
                                        "value": "inmemory"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_DELETE_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_INTERVAL",
                                        "value": "10s"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_THRESHOLD",
                                        "value": "1"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_METRICS_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_SERVER_ADDR",
                                        "value": "image-registry.openshift-image-registry.svc:5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_CERTIFICATE",
                                        "value": "/etc/secrets/tls.crt"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_KEY",
                                        "value": "/etc/secrets/tls.key"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:56a85660a445eced5c79a595a0eccf590087c5672d50f49d4c25ad52f9a44f04",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "registry",
                                "ports": [
                                    {
                                        "containerPort": 5000,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/cloud",
                                        "name": "image-registry-private-configuration",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/secrets",
                                        "name": "registry-tls"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted",
                                        "name": "ca-trust-extracted"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/source/anchors",
                                        "name": "registry-certificates"
                                    },
                                    {
                                        "mountPath": "/usr/share/pki/ca-trust-source",
                                        "name": "trusted-ca"
                                    },
                                    {
                                        "mountPath": "/var/lib/kubelet/",
                                        "name": "installation-pull-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroup": 1000310000,
                            "fsGroupChangePolicy": "OnRootMismatch"
                        },
                        "serviceAccount": "registry",
                        "serviceAccountName": "registry",
                        "terminationGracePeriodSeconds": 55,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "kubernetes.io/hostname",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "node-role.kubernetes.io/worker",
                                "whenUnsatisfiable": "DoNotSchedule"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "image-registry-private-configuration",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": false,
                                    "secretName": "image-registry-private-configuration"
                                }
                            },
                            {
                                "name": "registry-tls",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "name": "image-registry-tls"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "ca-trust-extracted"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "image-registry-certificates"
                                },
                                "name": "registry-certificates"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "anchors/ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            },
                            {
                                "name": "installation-pull-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": ".dockerconfigjson",
                                            "path": "config.json"
                                        }
                                    ],
                                    "optional": true,
                                    "secretName": "installation-pull-secrets"
                                }
                            },
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 3,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "2",
                    "imageregistry.operator.openshift.io/checksum": "sha256:d969873e9c2a9949157a76cb0de8e10966305e7a796921544c9bd30d51d2a39b",
                    "operator.openshift.io/spec-hash": "0cc5866d4fcaa6c9be5fa55d024b9f43e5439c730ee466eeaf428b8963b86169",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-03T00:02:51Z",
                "generation": 4,
                "labels": {
                    "docker-registry": "default",
                    "pod-template-hash": "6986846679"
                },
                "name": "image-registry-6986846679",
                "namespace": "openshift-image-registry",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "image-registry",
                        "uid": "13d64014-53c1-4b98-ad2f-465ce895bbf7"
                    }
                ],
                "resourceVersion": "10814",
                "uid": "c706a9b9-c633-45a7-9f6a-270d917f894c"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "docker-registry": "default",
                        "pod-template-hash": "6986846679"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "imageregistry.operator.openshift.io/dependencies-checksum": "sha256:7325e31ef5189a99d6730d9d67b9eefb32d54b578ee2756fad26384643456dbb",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "docker-registry": "default",
                            "pod-template-hash": "6986846679"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "docker-registry": "default"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-image-registry"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/bin/sh",
                                    "-c",
                                    "mkdir -p /etc/pki/ca-trust/extracted/edk2 /etc/pki/ca-trust/extracted/java /etc/pki/ca-trust/extracted/openssl /etc/pki/ca-trust/extracted/pem \u0026\u0026 update-ca-trust extract --output /etc/pki/ca-trust/extracted/ \u0026\u0026 exec /usr/bin/dockerregistry"
                                ],
                                "env": [
                                    {
                                        "name": "REGISTRY_STORAGE",
                                        "value": "s3"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_BUCKET",
                                        "value": "2peb3v13tqorl99u0dpovqhdtbg0tg61-image-registry-us-east-1-mdvb"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_REGION",
                                        "value": "us-east-1"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_ENCRYPT",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_FORCEPATHSTYLE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_CREDENTIALSCONFIGPATH",
                                        "value": "/var/run/secrets/cloud/credentials"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_USEDUALSTACK",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_ADDR",
                                        "value": ":5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_NET",
                                        "value": "tcp"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_SECRET",
                                        "value": "90230e271683c8f5fb84f0129d9b7b2248f27a544f3dec42b1a479111fe9c114451d426649f06fd262d8d5ae41ae1379009929723bbc6af89d5f80a37c63478d"
                                    },
                                    {
                                        "name": "REGISTRY_LOG_LEVEL",
                                        "value": "info"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_QUOTA_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR",
                                        "value": "inmemory"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_DELETE_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_INTERVAL",
                                        "value": "10s"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_THRESHOLD",
                                        "value": "1"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_METRICS_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_SERVER_ADDR",
                                        "value": "image-registry.openshift-image-registry.svc:5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_CERTIFICATE",
                                        "value": "/etc/secrets/tls.crt"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_KEY",
                                        "value": "/etc/secrets/tls.key"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:56a85660a445eced5c79a595a0eccf590087c5672d50f49d4c25ad52f9a44f04",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "registry",
                                "ports": [
                                    {
                                        "containerPort": 5000,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/cloud",
                                        "name": "image-registry-private-configuration",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/secrets",
                                        "name": "registry-tls"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted",
                                        "name": "ca-trust-extracted"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/source/anchors",
                                        "name": "registry-certificates"
                                    },
                                    {
                                        "mountPath": "/usr/share/pki/ca-trust-source",
                                        "name": "trusted-ca"
                                    },
                                    {
                                        "mountPath": "/var/lib/kubelet/",
                                        "name": "installation-pull-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroup": 1000310000,
                            "fsGroupChangePolicy": "OnRootMismatch"
                        },
                        "serviceAccount": "registry",
                        "serviceAccountName": "registry",
                        "terminationGracePeriodSeconds": 55,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "kubernetes.io/hostname",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "node-role.kubernetes.io/worker",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "DoNotSchedule"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "image-registry-private-configuration",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": false,
                                    "secretName": "image-registry-private-configuration"
                                }
                            },
                            {
                                "name": "registry-tls",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "name": "image-registry-tls"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "ca-trust-extracted"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "image-registry-certificates"
                                },
                                "name": "registry-certificates"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "anchors/ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            },
                            {
                                "name": "installation-pull-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": ".dockerconfigjson",
                                            "path": "config.json"
                                        }
                                    ],
                                    "optional": true,
                                    "secretName": "installation-pull-secrets"
                                }
                            },
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 4,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "3",
                    "imageregistry.operator.openshift.io/checksum": "sha256:76855eb37a4bc2beec746eac3adf2ec1908ef623dc33ce804fcfedb2a7b14841",
                    "operator.openshift.io/spec-hash": "4c7f030a70d34e14630f052bf05c8f20c3ad65363eeb43e843ec200ec6a1c1c5",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-03T00:04:50Z",
                "generation": 4,
                "labels": {
                    "docker-registry": "default",
                    "pod-template-hash": "77d8dc447f"
                },
                "name": "image-registry-77d8dc447f",
                "namespace": "openshift-image-registry",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "image-registry",
                        "uid": "13d64014-53c1-4b98-ad2f-465ce895bbf7"
                    }
                ],
                "resourceVersion": "13296",
                "uid": "c1b324f4-9209-4b17-9ac8-53d360ab8997"
            },
            "spec": {
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "docker-registry": "default",
                        "pod-template-hash": "77d8dc447f"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "imageregistry.operator.openshift.io/dependencies-checksum": "sha256:e50fc50b0b2f2104998e25d6ce0b71e8e0521d1f7c00291016410bdfc3074ab8",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "docker-registry": "default",
                            "pod-template-hash": "77d8dc447f"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "docker-registry": "default"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-image-registry"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/bin/sh",
                                    "-c",
                                    "mkdir -p /etc/pki/ca-trust/extracted/edk2 /etc/pki/ca-trust/extracted/java /etc/pki/ca-trust/extracted/openssl /etc/pki/ca-trust/extracted/pem \u0026\u0026 update-ca-trust extract --output /etc/pki/ca-trust/extracted/ \u0026\u0026 exec /usr/bin/dockerregistry"
                                ],
                                "env": [
                                    {
                                        "name": "REGISTRY_STORAGE",
                                        "value": "s3"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_BUCKET",
                                        "value": "2peb3v13tqorl99u0dpovqhdtbg0tg61-image-registry-us-east-1-mdvb"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_REGION",
                                        "value": "us-east-1"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_ENCRYPT",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_FORCEPATHSTYLE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_CREDENTIALSCONFIGPATH",
                                        "value": "/var/run/secrets/cloud/credentials"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_USEDUALSTACK",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_ADDR",
                                        "value": ":5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_NET",
                                        "value": "tcp"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_SECRET",
                                        "value": "90230e271683c8f5fb84f0129d9b7b2248f27a544f3dec42b1a479111fe9c114451d426649f06fd262d8d5ae41ae1379009929723bbc6af89d5f80a37c63478d"
                                    },
                                    {
                                        "name": "REGISTRY_LOG_LEVEL",
                                        "value": "info"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_QUOTA_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR",
                                        "value": "inmemory"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_DELETE_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_INTERVAL",
                                        "value": "10s"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_THRESHOLD",
                                        "value": "1"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_METRICS_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_SERVER_ADDR",
                                        "value": "image-registry.openshift-image-registry.svc:5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_CERTIFICATE",
                                        "value": "/etc/secrets/tls.crt"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_KEY",
                                        "value": "/etc/secrets/tls.key"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:56a85660a445eced5c79a595a0eccf590087c5672d50f49d4c25ad52f9a44f04",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "registry",
                                "ports": [
                                    {
                                        "containerPort": 5000,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/cloud",
                                        "name": "image-registry-private-configuration",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/secrets",
                                        "name": "registry-tls"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted",
                                        "name": "ca-trust-extracted"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/source/anchors",
                                        "name": "registry-certificates"
                                    },
                                    {
                                        "mountPath": "/usr/share/pki/ca-trust-source",
                                        "name": "trusted-ca"
                                    },
                                    {
                                        "mountPath": "/var/lib/kubelet/",
                                        "name": "installation-pull-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroup": 1000310000,
                            "fsGroupChangePolicy": "OnRootMismatch"
                        },
                        "serviceAccount": "registry",
                        "serviceAccountName": "registry",
                        "terminationGracePeriodSeconds": 55,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "kubernetes.io/hostname",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "node-role.kubernetes.io/worker",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "DoNotSchedule"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "image-registry-private-configuration",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": false,
                                    "secretName": "image-registry-private-configuration"
                                }
                            },
                            {
                                "name": "registry-tls",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "name": "image-registry-tls"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "ca-trust-extracted"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "image-registry-certificates"
                                },
                                "name": "registry-certificates"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "anchors/ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            },
                            {
                                "name": "installation-pull-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": ".dockerconfigjson",
                                            "path": "config.json"
                                        }
                                    ],
                                    "optional": true,
                                    "secretName": "installation-pull-secrets"
                                }
                            },
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 4,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "4",
                    "imageregistry.operator.openshift.io/checksum": "sha256:a700d0e4f48394a1aa78887bb5a6ae299667b285881a20a194a146516fdb25aa",
                    "operator.openshift.io/spec-hash": "ab062cbf178e3518b712899939da20957e5fab4f88acc4e1ec6065f63c1329e7",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-03T00:05:10Z",
                "generation": 2,
                "labels": {
                    "docker-registry": "default",
                    "pod-template-hash": "786b759745"
                },
                "name": "image-registry-786b759745",
                "namespace": "openshift-image-registry",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "image-registry",
                        "uid": "13d64014-53c1-4b98-ad2f-465ce895bbf7"
                    }
                ],
                "resourceVersion": "13304",
                "uid": "5062d2c9-1316-4ded-83c2-6d28f5ead21f"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "docker-registry": "default",
                        "pod-template-hash": "786b759745"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "imageregistry.operator.openshift.io/dependencies-checksum": "sha256:7f45659b098211232204374edf91ed19219daf00dfbe94603e1ac08438c990bf",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "docker-registry": "default",
                            "pod-template-hash": "786b759745"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "docker-registry": "default"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-image-registry"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/bin/sh",
                                    "-c",
                                    "mkdir -p /etc/pki/ca-trust/extracted/edk2 /etc/pki/ca-trust/extracted/java /etc/pki/ca-trust/extracted/openssl /etc/pki/ca-trust/extracted/pem \u0026\u0026 update-ca-trust extract --output /etc/pki/ca-trust/extracted/ \u0026\u0026 exec /usr/bin/dockerregistry"
                                ],
                                "env": [
                                    {
                                        "name": "REGISTRY_STORAGE",
                                        "value": "s3"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_BUCKET",
                                        "value": "2peb3v13tqorl99u0dpovqhdtbg0tg61-image-registry-us-east-1-mdvb"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_REGION",
                                        "value": "us-east-1"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_ENCRYPT",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_FORCEPATHSTYLE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_CREDENTIALSCONFIGPATH",
                                        "value": "/var/run/secrets/cloud/credentials"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_S3_USEDUALSTACK",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_ADDR",
                                        "value": ":5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_NET",
                                        "value": "tcp"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_SECRET",
                                        "value": "90230e271683c8f5fb84f0129d9b7b2248f27a544f3dec42b1a479111fe9c114451d426649f06fd262d8d5ae41ae1379009929723bbc6af89d5f80a37c63478d"
                                    },
                                    {
                                        "name": "REGISTRY_LOG_LEVEL",
                                        "value": "info"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_QUOTA_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_CACHE_BLOBDESCRIPTOR",
                                        "value": "inmemory"
                                    },
                                    {
                                        "name": "REGISTRY_STORAGE_DELETE_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_INTERVAL",
                                        "value": "10s"
                                    },
                                    {
                                        "name": "REGISTRY_HEALTH_STORAGEDRIVER_THRESHOLD",
                                        "value": "1"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_METRICS_ENABLED",
                                        "value": "true"
                                    },
                                    {
                                        "name": "REGISTRY_OPENSHIFT_SERVER_ADDR",
                                        "value": "image-registry.openshift-image-registry.svc:5000"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_CERTIFICATE",
                                        "value": "/etc/secrets/tls.crt"
                                    },
                                    {
                                        "name": "REGISTRY_HTTP_TLS_KEY",
                                        "value": "/etc/secrets/tls.key"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:56a85660a445eced5c79a595a0eccf590087c5672d50f49d4c25ad52f9a44f04",
                                "imagePullPolicy": "IfNotPresent",
                                "lifecycle": {
                                    "preStop": {
                                        "exec": {
                                            "command": [
                                                "sleep",
                                                "25"
                                            ]
                                        }
                                    }
                                },
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "registry",
                                "ports": [
                                    {
                                        "containerPort": 5000,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5000,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/cloud",
                                        "name": "image-registry-private-configuration",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/secrets",
                                        "name": "registry-tls"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted",
                                        "name": "ca-trust-extracted"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/source/anchors",
                                        "name": "registry-certificates"
                                    },
                                    {
                                        "mountPath": "/usr/share/pki/ca-trust-source",
                                        "name": "trusted-ca"
                                    },
                                    {
                                        "mountPath": "/var/lib/kubelet/",
                                        "name": "installation-pull-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/openshift/serviceaccount",
                                        "name": "bound-sa-token",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroup": 1000310000,
                            "fsGroupChangePolicy": "OnRootMismatch"
                        },
                        "serviceAccount": "registry",
                        "serviceAccountName": "registry",
                        "terminationGracePeriodSeconds": 55,
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "kubernetes.io/hostname",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "node-role.kubernetes.io/worker",
                                "whenUnsatisfiable": "DoNotSchedule"
                            },
                            {
                                "labelSelector": {
                                    "matchLabels": {
                                        "docker-registry": "default"
                                    }
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "DoNotSchedule"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "image-registry-private-configuration",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": false,
                                    "secretName": "image-registry-private-configuration"
                                }
                            },
                            {
                                "name": "registry-tls",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "name": "image-registry-tls"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "ca-trust-extracted"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "image-registry-certificates"
                                },
                                "name": "registry-certificates"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "anchors/ca-bundle.crt"
                                        }
                                    ],
                                    "name": "trusted-ca",
                                    "optional": true
                                },
                                "name": "trusted-ca"
                            },
                            {
                                "name": "installation-pull-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": ".dockerconfigjson",
                                            "path": "config.json"
                                        }
                                    ],
                                    "optional": true,
                                    "secretName": "installation-pull-secrets"
                                }
                            },
                            {
                                "name": "bound-sa-token",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "openshift",
                                                "expirationSeconds": 3600,
                                                "path": "token"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 2,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "2"
                },
                "creationTimestamp": "2026-04-02T23:58:42Z",
                "generation": 2,
                "labels": {
                    "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                    "ingresscontroller.operator.openshift.io/hash": "6ff9fbb966",
                    "pod-template-hash": "5966c9995"
                },
                "name": "router-default-5966c9995",
                "namespace": "openshift-ingress",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "router-default",
                        "uid": "417d8549-ab4c-4f6f-8b61-d3c451aa6162"
                    }
                ],
                "resourceVersion": "12925",
                "uid": "d092fa24-f56a-4d30-bdad-23e0013bedd5"
            },
            "spec": {
                "minReadySeconds": 30,
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                        "pod-template-hash": "5966c9995"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                            "ingresscontroller.operator.openshift.io/hash": "6ff9fbb966",
                            "pod-template-hash": "5966c9995"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "node.openshift.io/remote-worker",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        ""
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "ingresscontroller.operator.openshift.io/deployment-ingresscontroller",
                                                        "operator": "In",
                                                        "values": [
                                                            "default"
                                                        ]
                                                    },
                                                    {
                                                        "key": "ingresscontroller.operator.openshift.io/hash",
                                                        "operator": "NotIn",
                                                        "values": [
                                                            "6ff9fbb966"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            },
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "ingresscontroller.operator.openshift.io/deployment-ingresscontroller",
                                                    "operator": "In",
                                                    "values": [
                                                        "default"
                                                    ]
                                                },
                                                {
                                                    "key": "ingresscontroller.operator.openshift.io/hash",
                                                    "operator": "In",
                                                    "values": [
                                                        "6ff9fbb966"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "DEFAULT_CERTIFICATE_DIR",
                                        "value": "/etc/pki/tls/private"
                                    },
                                    {
                                        "name": "DEFAULT_DESTINATION_CA_PATH",
                                        "value": "/var/run/configmaps/service-ca/service-ca.crt"
                                    },
                                    {
                                        "name": "RELOAD_INTERVAL",
                                        "value": "5s"
                                    },
                                    {
                                        "name": "ROUTER_ALLOW_WILDCARD_ROUTES",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTER_CANONICAL_HOSTNAME",
                                        "value": "router-default.apps.rosa.kx-80e352d350.spir.p3.openshiftapps.com"
                                    },
                                    {
                                        "name": "ROUTER_CIPHERS",
                                        "value": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384"
                                    },
                                    {
                                        "name": "ROUTER_CIPHERSUITES",
                                        "value": "TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256"
                                    },
                                    {
                                        "name": "ROUTER_DISABLE_HTTP2",
                                        "value": "true"
                                    },
                                    {
                                        "name": "ROUTER_DISABLE_NAMESPACE_OWNERSHIP_CHECK",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTER_DOMAIN",
                                        "value": "apps.rosa.kx-80e352d350.spir.p3.openshiftapps.com"
                                    },
                                    {
                                        "name": "ROUTER_ENABLE_EXTERNAL_CERTIFICATE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "ROUTER_LOAD_BALANCE_ALGORITHM",
                                        "value": "random"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TLS_CERT_FILE",
                                        "value": "/etc/pki/tls/metrics-certs/tls.crt"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TLS_KEY_FILE",
                                        "value": "/etc/pki/tls/metrics-certs/tls.key"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TYPE",
                                        "value": "haproxy"
                                    },
                                    {
                                        "name": "ROUTER_SERVICE_NAME",
                                        "value": "default"
                                    },
                                    {
                                        "name": "ROUTER_SERVICE_NAMESPACE",
                                        "value": "openshift-ingress"
                                    },
                                    {
                                        "name": "ROUTER_SET_FORWARDED_HEADERS",
                                        "value": "append"
                                    },
                                    {
                                        "name": "ROUTER_TCP_BALANCE_SCHEME",
                                        "value": "source"
                                    },
                                    {
                                        "name": "ROUTER_THREADS",
                                        "value": "4"
                                    },
                                    {
                                        "name": "SSL_MIN_VERSION",
                                        "value": "TLSv1.2"
                                    },
                                    {
                                        "name": "STATS_PASSWORD_FILE",
                                        "value": "/var/lib/haproxy/conf/metrics-auth/statsPassword"
                                    },
                                    {
                                        "name": "STATS_PORT",
                                        "value": "1936"
                                    },
                                    {
                                        "name": "STATS_USERNAME_FILE",
                                        "value": "/var/lib/haproxy/conf/metrics-auth/statsUsername"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:765f0d23b637f685f98a31bd47c131b03cf72a40761a3f9a9d6320faa3c33733",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "terminationGracePeriodSeconds": 10,
                                    "timeoutSeconds": 1
                                },
                                "name": "router",
                                "ports": [
                                    {
                                        "containerPort": 80,
                                        "name": "http",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 1936,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz/ready",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": true,
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 120,
                                    "httpGet": {
                                        "path": "/healthz/ready",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 1,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/pki/tls/private",
                                        "name": "default-certificate",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/configmaps/service-ca",
                                        "name": "service-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/lib/haproxy/conf/metrics-auth",
                                        "name": "stats-auth",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/pki/tls/metrics-certs",
                                        "name": "metrics-certs",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux",
                            "node-role.kubernetes.io/worker": ""
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "router",
                        "serviceAccountName": "router",
                        "terminationGracePeriodSeconds": 3600,
                        "tolerations": [
                            {
                                "effect": "NoExecute",
                                "key": "kubernetes.io/e2e-evict-taint-key",
                                "operator": "Equal",
                                "value": "evictTaintVal"
                            }
                        ],
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchExpressions": [
                                        {
                                            "key": "ingresscontroller.operator.openshift.io/hash",
                                            "operator": "In",
                                            "values": [
                                                "6ff9fbb966"
                                            ]
                                        }
                                    ]
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "ScheduleAnyway"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "default-certificate",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "2peb3v13tqorl99u0dpovqhdtbg0tg61-primary-cert-bundle-secret"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "service-ca-bundle",
                                    "optional": false
                                },
                                "name": "service-ca-bundle"
                            },
                            {
                                "name": "stats-auth",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "router-stats-default"
                                }
                            },
                            {
                                "name": "metrics-certs",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "router-metrics-certs-default"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 2,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-02T23:56:52Z",
                "generation": 3,
                "labels": {
                    "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                    "ingresscontroller.operator.openshift.io/hash": "867487dc98",
                    "pod-template-hash": "75db7df7dc"
                },
                "name": "router-default-75db7df7dc",
                "namespace": "openshift-ingress",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "router-default",
                        "uid": "417d8549-ab4c-4f6f-8b61-d3c451aa6162"
                    }
                ],
                "resourceVersion": "12941",
                "uid": "ebd3f2df-ee3b-4b84-9b42-9f1531c22d72"
            },
            "spec": {
                "minReadySeconds": 30,
                "replicas": 0,
                "selector": {
                    "matchLabels": {
                        "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                        "pod-template-hash": "75db7df7dc"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "ingresscontroller.operator.openshift.io/deployment-ingresscontroller": "default",
                            "ingresscontroller.operator.openshift.io/hash": "867487dc98",
                            "pod-template-hash": "75db7df7dc"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "node.openshift.io/remote-worker",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        ""
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchExpressions": [
                                                    {
                                                        "key": "ingresscontroller.operator.openshift.io/deployment-ingresscontroller",
                                                        "operator": "In",
                                                        "values": [
                                                            "default"
                                                        ]
                                                    },
                                                    {
                                                        "key": "ingresscontroller.operator.openshift.io/hash",
                                                        "operator": "NotIn",
                                                        "values": [
                                                            "867487dc98"
                                                        ]
                                                    }
                                                ]
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            },
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchExpressions": [
                                                {
                                                    "key": "ingresscontroller.operator.openshift.io/deployment-ingresscontroller",
                                                    "operator": "In",
                                                    "values": [
                                                        "default"
                                                    ]
                                                },
                                                {
                                                    "key": "ingresscontroller.operator.openshift.io/hash",
                                                    "operator": "In",
                                                    "values": [
                                                        "867487dc98"
                                                    ]
                                                }
                                            ]
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "DEFAULT_CERTIFICATE_DIR",
                                        "value": "/etc/pki/tls/private"
                                    },
                                    {
                                        "name": "DEFAULT_DESTINATION_CA_PATH",
                                        "value": "/var/run/configmaps/service-ca/service-ca.crt"
                                    },
                                    {
                                        "name": "RELOAD_INTERVAL",
                                        "value": "5s"
                                    },
                                    {
                                        "name": "ROUTER_ALLOW_WILDCARD_ROUTES",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTER_CANONICAL_HOSTNAME",
                                        "value": "router-default.apps.rosa.kx-80e352d350.spir.p3.openshiftapps.com"
                                    },
                                    {
                                        "name": "ROUTER_CIPHERS",
                                        "value": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384"
                                    },
                                    {
                                        "name": "ROUTER_CIPHERSUITES",
                                        "value": "TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256"
                                    },
                                    {
                                        "name": "ROUTER_DISABLE_HTTP2",
                                        "value": "true"
                                    },
                                    {
                                        "name": "ROUTER_DISABLE_NAMESPACE_OWNERSHIP_CHECK",
                                        "value": "false"
                                    },
                                    {
                                        "name": "ROUTER_DOMAIN",
                                        "value": "apps.rosa.kx-80e352d350.spir.p3.openshiftapps.com"
                                    },
                                    {
                                        "name": "ROUTER_ENABLE_EXTERNAL_CERTIFICATE",
                                        "value": "true"
                                    },
                                    {
                                        "name": "ROUTER_LOAD_BALANCE_ALGORITHM",
                                        "value": "random"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TLS_CERT_FILE",
                                        "value": "/etc/pki/tls/metrics-certs/tls.crt"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TLS_KEY_FILE",
                                        "value": "/etc/pki/tls/metrics-certs/tls.key"
                                    },
                                    {
                                        "name": "ROUTER_METRICS_TYPE",
                                        "value": "haproxy"
                                    },
                                    {
                                        "name": "ROUTER_SERVICE_NAME",
                                        "value": "default"
                                    },
                                    {
                                        "name": "ROUTER_SERVICE_NAMESPACE",
                                        "value": "openshift-ingress"
                                    },
                                    {
                                        "name": "ROUTER_SET_FORWARDED_HEADERS",
                                        "value": "append"
                                    },
                                    {
                                        "name": "ROUTER_TCP_BALANCE_SCHEME",
                                        "value": "source"
                                    },
                                    {
                                        "name": "ROUTER_THREADS",
                                        "value": "4"
                                    },
                                    {
                                        "name": "SSL_MIN_VERSION",
                                        "value": "TLSv1.2"
                                    },
                                    {
                                        "name": "STATS_PASSWORD_FILE",
                                        "value": "/var/lib/haproxy/conf/metrics-auth/statsPassword"
                                    },
                                    {
                                        "name": "STATS_PORT",
                                        "value": "1936"
                                    },
                                    {
                                        "name": "STATS_USERNAME_FILE",
                                        "value": "/var/lib/haproxy/conf/metrics-auth/statsUsername"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:765f0d23b637f685f98a31bd47c131b03cf72a40761a3f9a9d6320faa3c33733",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "terminationGracePeriodSeconds": 10,
                                    "timeoutSeconds": 1
                                },
                                "name": "router",
                                "ports": [
                                    {
                                        "containerPort": 80,
                                        "name": "http",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 1936,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz/ready",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "256Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": true,
                                    "readOnlyRootFilesystem": false
                                },
                                "startupProbe": {
                                    "failureThreshold": 120,
                                    "httpGet": {
                                        "path": "/healthz/ready",
                                        "port": 1936,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 1,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/pki/tls/private",
                                        "name": "default-certificate",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/configmaps/service-ca",
                                        "name": "service-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/lib/haproxy/conf/metrics-auth",
                                        "name": "stats-auth",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/pki/tls/metrics-certs",
                                        "name": "metrics-certs",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux",
                            "node-role.kubernetes.io/worker": ""
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "router",
                        "serviceAccountName": "router",
                        "terminationGracePeriodSeconds": 3600,
                        "tolerations": [
                            {
                                "effect": "NoExecute",
                                "key": "kubernetes.io/e2e-evict-taint-key",
                                "operator": "Equal",
                                "value": "evictTaintVal"
                            }
                        ],
                        "topologySpreadConstraints": [
                            {
                                "labelSelector": {
                                    "matchExpressions": [
                                        {
                                            "key": "ingresscontroller.operator.openshift.io/hash",
                                            "operator": "In",
                                            "values": [
                                                "867487dc98"
                                            ]
                                        }
                                    ]
                                },
                                "maxSkew": 1,
                                "topologyKey": "topology.kubernetes.io/zone",
                                "whenUnsatisfiable": "ScheduleAnyway"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "default-certificate",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "default-ingress-cert"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "service-ca-bundle",
                                    "optional": false
                                },
                                "name": "service-ca-bundle"
                            },
                            {
                                "name": "stats-auth",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "router-stats-default"
                                }
                            },
                            {
                                "name": "metrics-certs",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "router-metrics-certs-default"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "observedGeneration": 3,
                "replicas": 0
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "capability.openshift.io/name": "Insights",
                    "config.openshift.io/inject-proxy": "insights-operator",
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/hypershift": "true",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:56:48Z",
                "generation": 1,
                "labels": {
                    "app": "insights-operator",
                    "pod-template-hash": "664bcdf987"
                },
                "name": "insights-operator-664bcdf987",
                "namespace": "openshift-insights",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "insights-operator",
                        "uid": "5836dfcd-330b-4935-afdd-40c1f7d20498"
                    }
                ],
                "resourceVersion": "13386",
                "uid": "d8cf3351-be16-4745-8cda-53791956d2f1"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "insights-operator",
                        "pod-template-hash": "664bcdf987"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "insights-operator",
                            "pod-template-hash": "664bcdf987"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "start",
                                    "--config=/etc/insights-operator/server.yaml"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "RELEASE_VERSION",
                                        "value": "4.20.8"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:695cf2f0cc07683c2a3ce1eaf3e56fe18abc6e2bac716f7d9843f5d173b9df52",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "insights-operator",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "54Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp",
                                        "name": "tmp"
                                    },
                                    {
                                        "mountPath": "/var/lib/insights-operator",
                                        "name": "snapshots"
                                    },
                                    {
                                        "mountPath": "/var/run/configmaps/trusted-ca-bundle",
                                        "name": "trusted-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/configmaps/service-ca-bundle",
                                        "name": "service-ca-bundle",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/serving-cert",
                                        "name": "serving-cert"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "operator",
                        "serviceAccountName": "operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 900
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 900
                            }
                        ],
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "tmp"
                            },
                            {
                                "emptyDir": {},
                                "name": "snapshots"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "trusted-ca-bundle",
                                    "optional": true
                                },
                                "name": "trusted-ca-bundle"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca-bundle",
                                    "optional": true
                                },
                                "name": "service-ca-bundle"
                            },
                            {
                                "name": "serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "openshift-insights-serving-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/hypershift": "true",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:57:14Z",
                "generation": 1,
                "labels": {
                    "app": "kube-storage-version-migrator-operator",
                    "pod-template-hash": "74848b4cb9"
                },
                "name": "kube-storage-version-migrator-operator-74848b4cb9",
                "namespace": "openshift-kube-storage-version-migrator-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "kube-storage-version-migrator-operator",
                        "uid": "5fadad1b-4c57-4a95-b8ca-03cc40ff6c43"
                    }
                ],
                "resourceVersion": "13116",
                "uid": "6b62c9a4-51d6-43e7-980c-66e1fa780c1c"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "kube-storage-version-migrator-operator",
                        "pod-template-hash": "74848b4cb9"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "nonroot-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "kube-storage-version-migrator-operator",
                            "pod-template-hash": "74848b4cb9"
                        },
                        "name": "kube-storage-version-migrator-operator"
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--config=/var/run/configmaps/config/config.yaml"
                                ],
                                "command": [
                                    "cluster-kube-storage-version-migrator-operator",
                                    "start"
                                ],
                                "env": [
                                    {
                                        "name": "IMAGE",
                                        "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a9a0d8556d381651f9d8b6d94c900fa53fc18179d542a3e2f0207a4c0b8c3b02"
                                    },
                                    {
                                        "name": "OPERATOR_IMAGE",
                                        "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ff8caec41af28c0e133250dc7b4d491481e04f1c72316fb1c8ffb66158bb113b"
                                    },
                                    {
                                        "name": "OPERATOR_IMAGE_VERSION",
                                        "value": "4.20.8"
                                    },
                                    {
                                        "name": "OPERAND_IMAGE_VERSION",
                                        "value": "4.20.8"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ff8caec41af28c0e133250dc7b4d491481e04f1c72316fb1c8ffb66158bb113b",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-storage-version-migrator-operator",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/configmaps/config",
                                        "name": "config"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/serving-cert",
                                        "name": "serving-cert"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "kube-storage-version-migrator-operator",
                        "serviceAccountName": "kube-storage-version-migrator-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "serving-cert"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config"
                                },
                                "name": "config"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "ab2a079e7c7e7c944c175cf8c6259f41d215a21b880f54c462c0984a71d48a1b"
                },
                "creationTimestamp": "2026-04-03T00:04:40Z",
                "generation": 1,
                "labels": {
                    "app": "migrator",
                    "pod-template-hash": "7d5f866c57"
                },
                "name": "migrator-7d5f866c57",
                "namespace": "openshift-kube-storage-version-migrator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "migrator",
                        "uid": "0029023b-8084-4610-8ac8-71be87dcf7be"
                    }
                ],
                "resourceVersion": "9881",
                "uid": "9c4520a2-11ba-4ba5-877f-6aff9f17063c"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "migrator",
                        "pod-template-hash": "7d5f866c57"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "nonroot-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "migrator",
                            "pod-template-hash": "7d5f866c57"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "trap 'echo \"Termination signal received, but ignored. Continuing...\"; sleep infinity' TERM\nmigrator \"$@\" \u0026 wait $!",
                                    "bash",
                                    "--alsologtostderr",
                                    "--v=2"
                                ],
                                "command": [
                                    "/bin/bash",
                                    "-c"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a9a0d8556d381651f9d8b6d94c900fa53fc18179d542a3e2f0207a4c0b8c3b02",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "migrator",
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "200Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            },
                            {
                                "args": [
                                    "trap 'echo \"Gracefully sleeping for 25s to let another pod start...\"; sleep 25; exit' EXIT\nwhile true; do echo \"Waiting for termination...\"; sleep 3600 \u0026 wait $!; done"
                                ],
                                "command": [
                                    "/bin/bash",
                                    "-c"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:a9a0d8556d381651f9d8b6d94c900fa53fc18179d542a3e2f0207a4c0b8c3b02",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "graceful-termination",
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "1Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "runAsUser": 1001
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "kube-storage-version-migrator-sa",
                        "serviceAccountName": "kube-storage-version-migrator-sa",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:56:42Z",
                "generation": 1,
                "labels": {
                    "app": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "cluster-monitoring-operator",
                    "pod-template-hash": "698978dbbf"
                },
                "name": "cluster-monitoring-operator-698978dbbf",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cluster-monitoring-operator",
                        "uid": "82d5fd29-8ea0-4174-a344-39f5292f7dd7"
                    }
                ],
                "resourceVersion": "10717",
                "uid": "69a0ee18-704f-4d8a-87e7-78d49344c9ac"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "cluster-monitoring-operator",
                        "pod-template-hash": "698978dbbf"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "cluster-monitoring-operator",
                            "pod-template-hash": "698978dbbf"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-namespace=openshift-monitoring",
                                    "-namespace-user-workload=openshift-user-workload-monitoring",
                                    "-configmap=cluster-monitoring-config",
                                    "-release-version=$(RELEASE_VERSION)",
                                    "-v=2",
                                    "-cert-file=/etc/tls/private/tls.crt",
                                    "-key-file=/etc/tls/private/tls.key",
                                    "-images=prometheus-operator=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f995093d6fd6c66e2c50cc4bceee9c739d09453ea85eca0232013632371fc594",
                                    "-images=prometheus-config-reloader=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b99613494e9d6a4a8207323872d63cc02b830fc80a8bf972e62c64381aa4cd17",
                                    "-images=prometheus-operator-admission-webhook=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3612c5a433effd17b7aff7ff6edf4fb27b61153908e3a0294158e4886a1d600d",
                                    "-images=configmap-reloader=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:aec65328e8cbda3eeda349d9a142beb5cd78ff68518cf50461899d4213f1d94b",
                                    "-images=prometheus=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:101993f6e65d6fda8b90c583b718b720809182961f69bc777295f47e6df4d7ce",
                                    "-images=alertmanager=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:7e7e39f59a298ff2ca6aba00ce861866dc16bf39398e78523ba4e7600c46dea9",
                                    "-images=node-exporter=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bc107371c693a3a4b940362c4effe0059add81b28544580c7f06d62c2c6e3425",
                                    "-images=kube-state-metrics=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:38bb52836a42bc985e17d37dba72f4552f099ecf9c1f385bbfb11472cb9a8df2",
                                    "-images=openshift-state-metrics=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:74713675d580a47a56b628469c4c05c41e114e0b935960d718ff0cf7e72f613d",
                                    "-images=kube-rbac-proxy=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                    "-images=telemeter-client=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:69ad02f34ba3a0c97dbd7b83b94de610d6fc74bdde09f169380f1cec2aa56e32",
                                    "-images=prom-label-proxy=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f1f19d18c94f996546a20ce31a68d177d0fc13378e5452b9ff8dfca9d467aa95",
                                    "-images=thanos=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6e5df2aab9ce759e8f957341a11c087c233307e3c8f8760d21270efc19ccd3ce",
                                    "-images=monitoring-plugin=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1e65f9f5490fbc930d2dce96f03ddcb28990b839d7dc011ef5de5bec6c5095bf",
                                    "-images=kube-metrics-server=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0af73ad7a47c9ff53269ae2bc5163bf9e389085220c34e4bd42c92c4e7a85f6d"
                                ],
                                "env": [
                                    {
                                        "name": "RELEASE_VERSION",
                                        "value": "4.20.8"
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0a99240166165eb5718e7516a43282fe32df9c7c5e809b31b58abe44e42ff94d",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "cluster-monitoring-operator",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "75Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "cluster-monitoring-operator-tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/cluster-monitoring-operator/telemetry",
                                        "name": "telemetry-config",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "cluster-monitoring-operator",
                        "serviceAccountName": "cluster-monitoring-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node.kubernetes.io/memory-pressure",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "telemetry-config"
                                },
                                "name": "telemetry-config"
                            },
                            {
                                "name": "cluster-monitoring-operator-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "cluster-monitoring-operator-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "exporter",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "kube-state-metrics",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "app.kubernetes.io/version": "2.16.0",
                    "pod-template-hash": "7c87d874d5"
                },
                "name": "kube-state-metrics-7c87d874d5",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "kube-state-metrics",
                        "uid": "4f9e87ef-58d8-4b5e-832c-af8191225289"
                    }
                ],
                "resourceVersion": "11689",
                "uid": "a7267a20-b5c9-4375-bd07-e5319eb73f7d"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "exporter",
                        "app.kubernetes.io/name": "kube-state-metrics",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "7c87d874d5"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "kube-state-metrics",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "exporter",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "kube-state-metrics",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "app.kubernetes.io/version": "2.16.0",
                            "pod-template-hash": "7c87d874d5"
                        }
                    },
                    "spec": {
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--host=127.0.0.1",
                                    "--port=8081",
                                    "--telemetry-host=127.0.0.1",
                                    "--telemetry-port=8082",
                                    "--custom-resource-state-config-file=/etc/kube-state-metrics/custom-resource-state-configmap.yaml",
                                    "--metric-denylist=\n^kube_secret_labels$,\n^kube_.+_annotations$,\n^kube_customresource_.+_annotations_info$,\n^kube_customresource_.+_labels_info$\n",
                                    "--metric-labels-allowlist=pods=[*],nodes=[*],namespaces=[*],persistentvolumes=[*],persistentvolumeclaims=[*],poddisruptionbudgets=[*]",
                                    "--metric-denylist=\n^kube_.+_created$,\n^kube_.+_metadata_resource_version$,\n^kube_replicaset_metadata_generation$,\n^kube_replicaset_status_observed_generation$,\n^kube_pod_restart_policy$,\n^kube_pod_init_container_status_terminated$,\n^kube_pod_init_container_status_running$,\n^kube_pod_container_status_terminated$,\n^kube_pod_container_status_running$,\n^kube_pod_completion_time$,\n^kube_pod_status_scheduled$\n"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:38bb52836a42bc985e17d37dba72f4552f099ecf9c1f385bbfb11472cb9a8df2",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-state-metrics",
                                "resources": {
                                    "requests": {
                                        "cpu": "2m",
                                        "memory": "80Mi"
                                    }
                                },
                                "securityContext": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp",
                                        "name": "volume-directive-shadow"
                                    },
                                    {
                                        "mountPath": "/etc/kube-state-metrics",
                                        "name": "kube-state-metrics-custom-resource-state-configmap",
                                        "readOnly": true
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=:8443",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--upstream=http://127.0.0.1:8081/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-main",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-main",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "kube-state-metrics-tls"
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "kube-state-metrics-kube-rbac-proxy-config",
                                        "readOnly": true
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=:9443",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--upstream=http://127.0.0.1:8082/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-self",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https-self",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "kube-state-metrics-tls"
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "kube-state-metrics-kube-rbac-proxy-config",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "kube-state-metrics",
                        "serviceAccountName": "kube-state-metrics",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "volume-directive-shadow"
                            },
                            {
                                "name": "kube-state-metrics-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "kube-state-metrics-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-client-ca"
                                },
                                "name": "metrics-client-ca"
                            },
                            {
                                "name": "kube-state-metrics-kube-rbac-proxy-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "kube-state-metrics-kube-rbac-proxy-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "kube-state-metrics-custom-resource-state-configmap"
                                },
                                "name": "kube-state-metrics-custom-resource-state-configmap"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:24Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "metrics-server",
                    "app.kubernetes.io/name": "metrics-server",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "pod-template-hash": "585d5c5477"
                },
                "name": "metrics-server-585d5c5477",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "metrics-server",
                        "uid": "520ddd89-d5c4-4fb3-a1ab-1ecc8b3e75b3"
                    }
                ],
                "resourceVersion": "13174",
                "uid": "d2536dbf-e1d0-43f1-a587-65711bdcda85"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "metrics-server",
                        "app.kubernetes.io/name": "metrics-server",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "585d5c5477"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "monitoring.openshift.io/kubelet-serving-ca-bundle-hash": "30udhr496u3si",
                            "monitoring.openshift.io/metrics-server-client-certs-hash": "dchu1ckqkdbva",
                            "monitoring.openshift.io/serving-ca-secret-hash": "4g6ue24njukrc",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "metrics-server",
                            "app.kubernetes.io/name": "metrics-server",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "pod-template-hash": "585d5c5477"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "app.kubernetes.io/component": "metrics-server",
                                                "app.kubernetes.io/name": "metrics-server",
                                                "app.kubernetes.io/part-of": "openshift-monitoring"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-monitoring"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "--secure-port=10250",
                                    "--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname",
                                    "--kubelet-use-node-status-port",
                                    "--metric-resolution=15s",
                                    "--kubelet-certificate-authority=/etc/tls/kubelet-serving-ca-bundle/ca-bundle.crt",
                                    "--kubelet-client-certificate=/etc/tls/metrics-server-client-certs/tls.crt",
                                    "--kubelet-client-key=/etc/tls/metrics-server-client-certs/tls.key",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--shutdown-send-retry-after=true",
                                    "--shutdown-delay-duration=150s",
                                    "--disable-http2-serving=true",
                                    "--tls-min-version=VersionTLS12",
                                    "--client-ca-file=/etc/client-ca-bundle/client-ca-file",
                                    "--requestheader-client-ca-file=/etc/client-ca-bundle/requestheader-client-ca-file",
                                    "--requestheader-allowed-names=kube-apiserver-proxy,system:kube-apiserver-proxy,system:openshift-aggregator",
                                    "--requestheader-extra-headers-prefix=X-Remote-Extra-",
                                    "--requestheader-group-headers=X-Remote-Group",
                                    "--requestheader-username-headers=X-Remote-User",
                                    "--audit-policy-file=/etc/audit/metadata-profile.yaml",
                                    "--audit-log-path=/var/log/metrics-server/audit.log",
                                    "--audit-log-maxsize=100",
                                    "--audit-log-maxbackup=5",
                                    "--audit-log-compress=true"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0af73ad7a47c9ff53269ae2bc5163bf9e389085220c34e4bd42c92c4e7a85f6d",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/livez",
                                        "port": "https",
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "metrics-server",
                                "ports": [
                                    {
                                        "containerPort": 10250,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 6,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": "https",
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 20,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "40Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "secret-metrics-server-tls"
                                    },
                                    {
                                        "mountPath": "/etc/tls/metrics-server-client-certs",
                                        "name": "secret-metrics-server-client-certs"
                                    },
                                    {
                                        "mountPath": "/etc/tls/kubelet-serving-ca-bundle",
                                        "name": "configmap-kubelet-serving-ca-bundle"
                                    },
                                    {
                                        "mountPath": "/etc/audit",
                                        "name": "metrics-server-audit-profiles",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/log/metrics-server",
                                        "name": "audit-log"
                                    },
                                    {
                                        "mountPath": "/etc/client-ca-bundle",
                                        "name": "client-ca-bundle",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "metrics-server",
                        "serviceAccountName": "metrics-server",
                        "terminationGracePeriodSeconds": 170,
                        "volumes": [
                            {
                                "name": "secret-metrics-server-client-certs",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "metrics-server-client-certs"
                                }
                            },
                            {
                                "name": "secret-metrics-server-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "metrics-server-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "kubelet-serving-ca-bundle"
                                },
                                "name": "configmap-kubelet-serving-ca-bundle"
                            },
                            {
                                "emptyDir": {},
                                "name": "audit-log"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-server-audit-profiles"
                                },
                                "name": "metrics-server-audit-profiles"
                            },
                            {
                                "name": "client-ca-bundle",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "metrics-server-ede8tbilmj9ku"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:24Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "monitoring-plugin",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "monitoring-plugin",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "pod-template-hash": "67788f859f"
                },
                "name": "monitoring-plugin-67788f859f",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "monitoring-plugin",
                        "uid": "e6c299a6-a410-4943-a1c8-59bec39742d9"
                    }
                ],
                "resourceVersion": "12500",
                "uid": "b15b43a5-1c41-423c-a70b-4630982c4e3d"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "monitoring-plugin",
                        "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                        "app.kubernetes.io/name": "monitoring-plugin",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "67788f859f"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "monitoring-plugin",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "monitoring-plugin",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "pod-template-hash": "67788f859f"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "app.kubernetes.io/component": "monitoring-plugin",
                                                "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                                                "app.kubernetes.io/name": "monitoring-plugin",
                                                "app.kubernetes.io/part-of": "openshift-monitoring"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-monitoring"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": false,
                        "containers": [
                            {
                                "args": [
                                    "--config-path=/opt/app-root/web/dist",
                                    "--static-path=/opt/app-root/web/dist",
                                    "--cert=/var/cert/tls.crt",
                                    "--key=/var/cert/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "command": [
                                    "/opt/app-root/plugin-backend"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1e65f9f5490fbc930d2dce96f03ddcb28990b839d7dc011ef5de5bec6c5095bf",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "monitoring-plugin",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "https",
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/cert",
                                        "name": "monitoring-plugin-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "monitoring-plugin-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "monitoring-plugin-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "exporter",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "openshift-state-metrics",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "pod-template-hash": "6cb79d4dbd"
                },
                "name": "openshift-state-metrics-6cb79d4dbd",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "openshift-state-metrics",
                        "uid": "fc71455b-7f04-4b0c-abfd-d7def4058e23"
                    }
                ],
                "resourceVersion": "11966",
                "uid": "420a5aca-8b1d-4706-ac41-4bab8546e099"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "exporter",
                        "app.kubernetes.io/name": "openshift-state-metrics",
                        "pod-template-hash": "6cb79d4dbd"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "exporter",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "openshift-state-metrics",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "pod-template-hash": "6cb79d4dbd"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--secure-listen-address=:8443",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--upstream=http://127.0.0.1:8081/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-main",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-main",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "20Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "openshift-state-metrics-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "openshift-state-metrics-kube-rbac-proxy-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca",
                                        "readOnly": true
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=:9443",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--upstream=http://127.0.0.1:8082/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-self",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https-self",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "20Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "openshift-state-metrics-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "openshift-state-metrics-kube-rbac-proxy-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca",
                                        "readOnly": true
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--host=127.0.0.1",
                                    "--port=8081",
                                    "--telemetry-host=127.0.0.1",
                                    "--telemetry-port=8082"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:74713675d580a47a56b628469c4c05c41e114e0b935960d718ff0cf7e72f613d",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "openshift-state-metrics",
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "32Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "openshift-state-metrics",
                        "serviceAccountName": "openshift-state-metrics",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "openshift-state-metrics-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "openshift-state-metrics-tls"
                                }
                            },
                            {
                                "name": "openshift-state-metrics-kube-rbac-proxy-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "openshift-state-metrics-kube-rbac-proxy-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-client-ca"
                                },
                                "name": "metrics-client-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:14Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "prometheus-operator",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "app.kubernetes.io/version": "0.85.0",
                    "pod-template-hash": "5df5b8bf6d"
                },
                "name": "prometheus-operator-5df5b8bf6d",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "prometheus-operator",
                        "uid": "c4023598-e2c7-4d49-b1d0-4d22dcedb926"
                    }
                ],
                "resourceVersion": "11107",
                "uid": "de345788-e165-4cd6-a41c-4be103f9774b"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/name": "prometheus-operator",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "5df5b8bf6d"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "prometheus-operator",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "prometheus-operator",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "app.kubernetes.io/version": "0.85.0",
                            "pod-template-hash": "5df5b8bf6d"
                        }
                    },
                    "spec": {
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "--kubelet-service=kube-system/kubelet",
                                    "--prometheus-config-reloader=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b99613494e9d6a4a8207323872d63cc02b830fc80a8bf972e62c64381aa4cd17",
                                    "--kubelet-endpoints=true",
                                    "--kubelet-endpointslice=false",
                                    "--watch-referenced-objects-in-all-namespaces=true",
                                    "--prometheus-instance-namespaces=openshift-monitoring",
                                    "--thanos-ruler-instance-namespaces=openshift-monitoring",
                                    "--alertmanager-instance-namespaces=openshift-monitoring",
                                    "--config-reloader-cpu-limit=0",
                                    "--config-reloader-memory-limit=0",
                                    "--config-reloader-cpu-request=1m",
                                    "--config-reloader-memory-request=10Mi",
                                    "--web.listen-address=127.0.0.1:8080",
                                    "--controller-id=openshift-monitoring/prometheus-operator"
                                ],
                                "env": [
                                    {
                                        "name": "GOGC",
                                        "value": "30"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f995093d6fd6c66e2c50cc4bceee9c739d09453ea85eca0232013632371fc594",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "prometheus-operator",
                                "resources": {
                                    "requests": {
                                        "cpu": "5m",
                                        "memory": "150Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            },
                            {
                                "args": [
                                    "--secure-listen-address=:8443",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--upstream=http://localhost:8080/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "prometheus-operator-tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "prometheus-operator-kube-rbac-proxy-config",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "prometheus-operator",
                        "serviceAccountName": "prometheus-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            }
                        ],
                        "volumes": [
                            {
                                "name": "prometheus-operator-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "prometheus-operator-tls"
                                }
                            },
                            {
                                "name": "prometheus-operator-kube-rbac-proxy-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "prometheus-operator-kube-rbac-proxy-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-client-ca"
                                },
                                "name": "metrics-client-ca"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:10Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "prometheus-operator-admission-webhook",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "app.kubernetes.io/version": "0.85.0",
                    "pod-template-hash": "68c48fd977"
                },
                "name": "prometheus-operator-admission-webhook-68c48fd977",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "prometheus-operator-admission-webhook",
                        "uid": "cd37d625-79cc-4952-aa35-9c510944a642"
                    }
                ],
                "resourceVersion": "11016",
                "uid": "0069cab4-2430-42bc-9813-3015e60e5e1c"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "prometheus-operator-admission-webhook",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "68c48fd977"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "kubectl.kubernetes.io/default-container": "prometheus-operator-admission-webhook",
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "prometheus-operator-admission-webhook",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "app.kubernetes.io/version": "0.85.0",
                            "pod-template-hash": "68c48fd977"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "app.kubernetes.io/name": "prometheus-operator-admission-webhook",
                                                "app.kubernetes.io/part-of": "openshift-monitoring"
                                            }
                                        },
                                        "namespaces": [
                                            "openshift-monitoring"
                                        ],
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": false,
                        "containers": [
                            {
                                "args": [
                                    "--web.enable-tls=true",
                                    "--web.cert-file=/etc/tls/private/tls.crt",
                                    "--web.key-file=/etc/tls/private/tls.key",
                                    "--web.tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--web.tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3612c5a433effd17b7aff7ff6edf4fb27b61153908e3a0294158e4886a1d600d",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": "https",
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "prometheus-operator-admission-webhook",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": "https",
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "5m",
                                        "memory": "30Mi"
                                    }
                                },
                                "securityContext": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "tls-certificates",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "prometheus-operator-admission-webhook",
                        "serviceAccountName": "prometheus-operator-admission-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "tls-certificates",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "tls.crt",
                                            "path": "tls.crt"
                                        },
                                        {
                                            "key": "tls.key",
                                            "path": "tls.key"
                                        }
                                    ],
                                    "secretName": "prometheus-operator-admission-webhook-tls"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:06:44Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "telemetry-metrics-collector",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "telemeter-client",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "pod-template-hash": "78f5cd66bd"
                },
                "name": "telemeter-client-78f5cd66bd",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "telemeter-client",
                        "uid": "64328c8b-1ed1-41e8-8795-c1c74c4a6186"
                    }
                ],
                "resourceVersion": "13873",
                "uid": "97c0b154-a1ae-4d0a-8be4-d642de4b3d44"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "telemetry-metrics-collector",
                        "app.kubernetes.io/name": "telemeter-client",
                        "pod-template-hash": "78f5cd66bd"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}",
                            "telemeter-token-hash": "3gof03q7c3qkv"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "telemetry-metrics-collector",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "telemeter-client",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "pod-template-hash": "78f5cd66bd"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "/usr/bin/telemeter-client",
                                    "--id=$(ID)",
                                    "--from=$(FROM)",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--from-ca-file=/etc/serving-certs-ca-bundle/service-ca.crt",
                                    "--from-token-file=/var/run/secrets/kubernetes.io/serviceaccount/token",
                                    "--to=$(TO)",
                                    "--to-token-file=/etc/telemeter/token",
                                    "--listen=localhost:8080",
                                    "--anonymize-salt-file=/etc/telemeter/salt",
                                    "--anonymize-labels=$(ANONYMIZE_LABELS)",
                                    "--match={__name__=~\"cluster:usage:.*\"}",
                                    "--match={__name__=\"count:up0\"}",
                                    "--match={__name__=\"count:up1\"}",
                                    "--match={__name__=\"cluster_version\"}",
                                    "--match={__name__=\"cluster_version_available_updates\"}",
                                    "--match={__name__=\"cluster_version_capability\"}",
                                    "--match={__name__=\"cluster_operator_up\"}",
                                    "--match={__name__=\"cluster_operator_conditions\"}",
                                    "--match={__name__=\"cluster_version_payload\"}",
                                    "--match={__name__=\"cluster_installer\"}",
                                    "--match={__name__=\"cluster_infrastructure_provider\"}",
                                    "--match={__name__=\"cluster_feature_set\"}",
                                    "--match={__name__=\"instance:etcd_object_counts:sum\"}",
                                    "--match={__name__=\"ALERTS\",alertstate=\"firing\",severity=~\"critical|warning|info|none\"}",
                                    "--match={__name__=\"code:apiserver_request_total:rate:sum\"}",
                                    "--match={__name__=\"cluster:capacity_cpu_cores:sum\"}",
                                    "--match={__name__=\"cluster:capacity_memory_bytes:sum\"}",
                                    "--match={__name__=\"cluster:cpu_usage_cores:sum\"}",
                                    "--match={__name__=\"cluster:memory_usage_bytes:sum\"}",
                                    "--match={__name__=\"openshift:cpu_usage_cores:sum\"}",
                                    "--match={__name__=\"openshift:memory_usage_bytes:sum\"}",
                                    "--match={__name__=\"workload:cpu_usage_cores:sum\"}",
                                    "--match={__name__=\"workload:memory_usage_bytes:sum\"}",
                                    "--match={__name__=\"cluster:virt_platform_nodes:sum\"}",
                                    "--match={__name__=\"cluster:node_instance_type_count:sum\"}",
                                    "--match={__name__=\"cnv:vmi_status_running:count\"}",
                                    "--match={__name__=\"cnv_abnormal\", reason=~\"memory_working_set_delta_from_request|memory_rss_delta_from_request\"}",
                                    "--match={__name__=\"cluster:vmi_request_cpu_cores:sum\"}",
                                    "--match={__name__=\"node_role_os_version_machine:cpu_capacity_cores:sum\"}",
                                    "--match={__name__=\"node_role_os_version_machine:cpu_capacity_sockets:sum\"}",
                                    "--match={__name__=\"subscription_sync_total\"}",
                                    "--match={__name__=\"olm_resolution_duration_seconds\"}",
                                    "--match={__name__=\"csv_succeeded\"}",
                                    "--match={__name__=\"csv_abnormal\"}",
                                    "--match={__name__=\"cluster:kube_persistentvolumeclaim_resource_requests_storage_bytes:provisioner:sum\"}",
                                    "--match={__name__=\"cluster:kubelet_volume_stats_used_bytes:provisioner:sum\"}",
                                    "--match={__name__=\"ceph_cluster_total_bytes\"}",
                                    "--match={__name__=\"ceph_cluster_total_used_raw_bytes\"}",
                                    "--match={__name__=\"ceph_health_status\"}",
                                    "--match={__name__=\"odf_system_raw_capacity_total_bytes\"}",
                                    "--match={__name__=\"odf_system_raw_capacity_used_bytes\"}",
                                    "--match={__name__=\"odf_system_health_status\"}",
                                    "--match={__name__=\"job:ceph_osd_metadata:count\"}",
                                    "--match={__name__=\"job:kube_pv:count\"}",
                                    "--match={__name__=\"job:odf_system_pvs:count\"}",
                                    "--match={__name__=\"job:ceph_pools_iops:total\"}",
                                    "--match={__name__=\"job:ceph_pools_iops_bytes:total\"}",
                                    "--match={__name__=\"job:ceph_versions_running:count\"}",
                                    "--match={__name__=\"job:noobaa_total_unhealthy_buckets:sum\"}",
                                    "--match={__name__=\"job:noobaa_bucket_count:sum\"}",
                                    "--match={__name__=\"job:noobaa_total_object_count:sum\"}",
                                    "--match={__name__=\"odf_system_bucket_count\", system_type=\"OCS\", system_vendor=\"Red Hat\"}",
                                    "--match={__name__=\"odf_system_objects_total\", system_type=\"OCS\", system_vendor=\"Red Hat\"}",
                                    "--match={__name__=\"noobaa_accounts_num\"}",
                                    "--match={__name__=\"noobaa_total_usage\"}",
                                    "--match={__name__=\"console_url\"}",
                                    "--match={__name__=\"cluster:console_auth_login_requests_total:sum\"}",
                                    "--match={__name__=\"cluster:console_auth_login_successes_total:sum\"}",
                                    "--match={__name__=\"cluster:console_auth_login_failures_total:sum\"}",
                                    "--match={__name__=\"cluster:console_auth_logout_requests_total:sum\"}",
                                    "--match={__name__=\"cluster:console_usage_users:max\"}",
                                    "--match={__name__=\"cluster:console_plugins_info:max\"}",
                                    "--match={__name__=\"cluster:console_customization_perspectives_info:max\"}",
                                    "--match={__name__=\"cluster:ovnkube_controller_egress_routing_via_host:max\"}",
                                    "--match={__name__=\"cluster:ovnkube_controller_admin_network_policies_db_objects:max\",table_name=~\"ACL|Address_Set\"}",
                                    "--match={__name__=\"cluster:ovnkube_controller_baseline_admin_network_policies_db_objects:max\",table_name=~\"ACL|Address_Set\"}",
                                    "--match={__name__=\"cluster:ovnkube_controller_admin_network_policies_rules:max\",direction=~\"Ingress|Egress\",action=~\"Pass|Allow|Deny\"}",
                                    "--match={__name__=\"cluster:ovnkube_controller_baseline_admin_network_policies_rules:max\",direction=~\"Ingress|Egress\",action=~\"Allow|Deny\"}",
                                    "--match={__name__=\"cluster:network_attachment_definition_instances:max\"}",
                                    "--match={__name__=\"cluster:network_attachment_definition_enabled_instance_up:max\"}",
                                    "--match={__name__=\"cluster:ingress_controller_aws_nlb_active:sum\"}",
                                    "--match={__name__=\"cluster:route_metrics_controller_routes_per_shard:min\"}",
                                    "--match={__name__=\"cluster:route_metrics_controller_routes_per_shard:max\"}",
                                    "--match={__name__=\"cluster:route_metrics_controller_routes_per_shard:avg\"}",
                                    "--match={__name__=\"cluster:route_metrics_controller_routes_per_shard:median\"}",
                                    "--match={__name__=\"cluster:openshift_route_info:tls_termination:sum\"}",
                                    "--match={__name__=\"insightsclient_request_send_total\"}",
                                    "--match={__name__=\"cam_app_workload_migrations\"}",
                                    "--match={__name__=\"cluster:apiserver_current_inflight_requests:sum:max_over_time:2m\"}",
                                    "--match={__name__=\"cluster:alertmanager_integrations:max\"}",
                                    "--match={__name__=\"cluster:telemetry_selected_series:count\"}",
                                    "--match={__name__=\"openshift:prometheus_tsdb_head_series:sum\"}",
                                    "--match={__name__=\"openshift:prometheus_tsdb_head_samples_appended_total:sum\"}",
                                    "--match={__name__=\"monitoring:container_memory_working_set_bytes:sum\"}",
                                    "--match={__name__=\"namespace_job:scrape_series_added:topk3_sum1h\"}",
                                    "--match={__name__=\"namespace_job:scrape_samples_post_metric_relabeling:topk3\"}",
                                    "--match={__name__=\"monitoring:haproxy_server_http_responses_total:sum\"}",
                                    "--match={__name__=\"profile:cluster_monitoring_operator_collection_profile:max\"}",
                                    "--match={__name__=\"vendor_model:node_accelerator_cards:sum\",vendor=~\"NVIDIA|AMD|GAUDI|INTEL|QUALCOMM|Marvell|Mellanox\"}",
                                    "--match={__name__=\"rhmi_status\"}",
                                    "--match={__name__=\"status:upgrading:version:rhoam_state:max\"}",
                                    "--match={__name__=\"state:rhoam_critical_alerts:max\"}",
                                    "--match={__name__=\"state:rhoam_warning_alerts:max\"}",
                                    "--match={__name__=\"rhoam_7d_slo_percentile:max\"}",
                                    "--match={__name__=\"rhoam_7d_slo_remaining_error_budget:max\"}",
                                    "--match={__name__=\"cluster_legacy_scheduler_policy\"}",
                                    "--match={__name__=\"cluster_master_schedulable\"}",
                                    "--match={__name__=\"che_workspace_status\"}",
                                    "--match={__name__=\"che_workspace_started_total\"}",
                                    "--match={__name__=\"che_workspace_failure_total\"}",
                                    "--match={__name__=\"che_workspace_start_time_seconds_sum\"}",
                                    "--match={__name__=\"che_workspace_start_time_seconds_count\"}",
                                    "--match={__name__=\"cco_credentials_mode\"}",
                                    "--match={__name__=\"cluster:kube_persistentvolume_plugin_type_counts:sum\"}",
                                    "--match={__name__=\"acm_managed_cluster_info\"}",
                                    "--match={__name__=\"acm_managed_cluster_worker_cores:max\"}",
                                    "--match={__name__=\"acm_console_page_count:sum\", page=~\"overview-classic|overview-fleet|search|search-details|clusters|application|governance\"}",
                                    "--match={__name__=\"cluster:vsphere_vcenter_info:sum\"}",
                                    "--match={__name__=\"cluster:vsphere_esxi_version_total:sum\"}",
                                    "--match={__name__=\"cluster:vsphere_node_hw_version_total:sum\"}",
                                    "--match={__name__=\"openshift:build_by_strategy:sum\"}",
                                    "--match={__name__=\"rhods_aggregate_availability\"}",
                                    "--match={__name__=\"rhods_total_users\"}",
                                    "--match={__name__=\"instance:etcd_disk_wal_fsync_duration_seconds:histogram_quantile\",quantile=\"0.99\"}",
                                    "--match={__name__=\"instance:etcd_mvcc_db_total_size_in_bytes:sum\"}",
                                    "--match={__name__=\"instance:etcd_network_peer_round_trip_time_seconds:histogram_quantile\",quantile=\"0.99\"}",
                                    "--match={__name__=\"instance:etcd_mvcc_db_total_size_in_use_in_bytes:sum\"}",
                                    "--match={__name__=\"instance:etcd_disk_backend_commit_duration_seconds:histogram_quantile\",quantile=\"0.99\"}",
                                    "--match={__name__=\"jaeger_operator_instances_storage_types\"}",
                                    "--match={__name__=\"jaeger_operator_instances_strategies\"}",
                                    "--match={__name__=\"jaeger_operator_instances_agent_strategies\"}",
                                    "--match={__name__=\"type:tempo_operator_tempostack_storage_backend:sum\",type=~\"azure|gcs|s3\"}",
                                    "--match={__name__=\"state:tempo_operator_tempostack_managed:sum\",state=~\"Managed|Unmanaged\"}",
                                    "--match={__name__=\"type:tempo_operator_tempostack_multi_tenancy:sum\",type=~\"static|openshift|disabled\"}",
                                    "--match={__name__=\"enabled:tempo_operator_tempostack_jaeger_ui:sum\",enabled=~\"true|false\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_receivers:sum\",type=~\"jaeger|hostmetrics|opencensus|prometheus|zipkin|kafka|filelog|journald|k8sevents|kubeletstats|k8scluster|k8sobjects|otlp\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_exporters:sum\",type=~\"debug|logging|otlp|otlphttp|prometheus|lokiexporter|kafka|awscloudwatchlogs|loadbalancing\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_processors:sum\",type=~\"batch|memorylimiter|attributes|resource|span|k8sattributes|resourcedetection|filter|routing|cumulativetodelta|groupbyattrs\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_extensions:sum\",type=~\"zpages|ballast|memorylimiter|jaegerremotesampling|healthcheck|pprof|oauth2clientauth|oidcauth|bearertokenauth|filestorage\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_connectors:sum\",type=~\"spanmetrics|forward\"}",
                                    "--match={__name__=\"type:opentelemetry_collector_info:sum\",type=~\"deployment|daemonset|sidecar|statefulset\"}",
                                    "--match={__name__=\"appsvcs:cores_by_product:sum\"}",
                                    "--match={__name__=\"nto_custom_profiles:count\"}",
                                    "--match={__name__=\"openshift_csi_share_configmap\"}",
                                    "--match={__name__=\"openshift_csi_share_secret\"}",
                                    "--match={__name__=\"openshift_csi_share_mount_failures_total\"}",
                                    "--match={__name__=\"openshift_csi_share_mount_requests_total\"}",
                                    "--match={__name__=\"eo_es_storage_info\"}",
                                    "--match={__name__=\"eo_es_redundancy_policy_info\"}",
                                    "--match={__name__=\"eo_es_defined_delete_namespaces_total\"}",
                                    "--match={__name__=\"eo_es_misconfigured_memory_resources_info\"}",
                                    "--match={__name__=\"cluster:eo_es_data_nodes_total:max\"}",
                                    "--match={__name__=\"cluster:eo_es_documents_created_total:sum\"}",
                                    "--match={__name__=\"cluster:eo_es_documents_deleted_total:sum\"}",
                                    "--match={__name__=\"pod:eo_es_shards_total:max\"}",
                                    "--match={__name__=\"eo_es_cluster_management_state_info\"}",
                                    "--match={__name__=\"imageregistry:imagestreamtags_count:sum\"}",
                                    "--match={__name__=\"imageregistry:operations_count:sum\"}",
                                    "--match={__name__=\"log_logging_info\"}",
                                    "--match={__name__=\"log_collector_error_count_total\"}",
                                    "--match={__name__=\"log_forwarder_pipeline_info\"}",
                                    "--match={__name__=\"log_forwarder_input_info\"}",
                                    "--match={__name__=\"log_forwarder_output_info\"}",
                                    "--match={__name__=\"cluster:log_collected_bytes_total:sum\"}",
                                    "--match={__name__=\"cluster:log_logged_bytes_total:sum\"}",
                                    "--match={__name__=\"openshift_logging:log_forwarder_pipelines:sum\"}",
                                    "--match={__name__=\"openshift_logging:log_forwarders:sum\"}",
                                    "--match={__name__=\"openshift_logging:log_forwarder_input_type:sum\"}",
                                    "--match={__name__=\"openshift_logging:log_forwarder_output_type:sum\"}",
                                    "--match={__name__=\"openshift_logging:vector_component_received_bytes_total:rate5m\"}",
                                    "--match={__name__=\"cluster:kata_monitor_running_shim_count:sum\"}",
                                    "--match={__name__=\"platform:hypershift_hostedclusters:max\"}",
                                    "--match={__name__=\"platform:hypershift_nodepools:max\"}",
                                    "--match={__name__=\"cluster_name:hypershift_nodepools_size:sum\"}",
                                    "--match={__name__=\"cluster_name:hypershift_nodepools_available_replicas:sum\"}",
                                    "--match={__name__=\"namespace:noobaa_unhealthy_bucket_claims:max\"}",
                                    "--match={__name__=\"namespace:noobaa_buckets_claims:max\"}",
                                    "--match={__name__=\"namespace:noobaa_unhealthy_namespace_resources:max\"}",
                                    "--match={__name__=\"namespace:noobaa_namespace_resources:max\"}",
                                    "--match={__name__=\"namespace:noobaa_unhealthy_namespace_buckets:max\"}",
                                    "--match={__name__=\"namespace:noobaa_namespace_buckets:max\"}",
                                    "--match={__name__=\"namespace:noobaa_accounts:max\"}",
                                    "--match={__name__=\"namespace:noobaa_usage:max\"}",
                                    "--match={__name__=\"namespace:noobaa_system_health_status:max\"}",
                                    "--match={__name__=\"ocs_advanced_feature_usage\"}",
                                    "--match={__name__=\"os_image_url_override:sum\"}",
                                    "--match={__name__=\"cluster:mcd_nodes_with_unsupported_packages:count\"}",
                                    "--match={__name__=\"cluster:mcd_total_unsupported_packages:sum\"}",
                                    "--match={__name__=\"cluster:vsphere_topology_tags:max\"}",
                                    "--match={__name__=\"cluster:vsphere_infrastructure_failure_domains:max\"}",
                                    "--match={__name__=\"apiserver_list_watch_request_success_total:rate:sum\", verb=~\"LIST|WATCH\"}",
                                    "--match={__name__=\"rhacs:telemetry:rox_central_info\"}",
                                    "--match={__name__=\"rhacs:telemetry:rox_central_secured_clusters\"}",
                                    "--match={__name__=\"rhacs:telemetry:rox_central_secured_nodes\"}",
                                    "--match={__name__=\"rhacs:telemetry:rox_central_secured_vcpus\"}",
                                    "--match={__name__=\"rhacs:telemetry:rox_sensor_info\"}",
                                    "--match={__name__=\"cluster:volume_manager_selinux_pod_context_mismatch_total\"}",
                                    "--match={__name__=\"cluster:volume_manager_selinux_volume_context_mismatch_warnings_total\"}",
                                    "--match={__name__=\"cluster:volume_manager_selinux_volume_context_mismatch_errors_total\"}",
                                    "--match={__name__=\"cluster:volume_manager_selinux_volumes_admitted_total\"}",
                                    "--match={__name__=\"ols:provider_model_configuration\"}",
                                    "--match={__name__=\"ols:rest_api_query_calls_total:2xx\"}",
                                    "--match={__name__=\"ols:rest_api_query_calls_total:4xx\"}",
                                    "--match={__name__=\"ols:rest_api_query_calls_total:5xx\"}",
                                    "--match={__name__=\"openshift:openshift_network_operator_ipsec_state:info\"}",
                                    "--match={__name__=\"cluster:health:group_severity:count\", severity=~\"critical|warning|info|none\"}",
                                    "--match={__name__=\"cluster:controlplane_topology:info\", mode=~\"HighlyAvailable|HighlyAvailableArbiter|SingleReplica|DualReplica|External\"}",
                                    "--match={__name__=\"cluster:infrastructure_topology:info\", mode=~\"HighlyAvailable|SingleReplica\"}",
                                    "--match={__name__=\"cluster:selinux_warning_controller_selinux_volume_conflict:count\"}",
                                    "--limit-bytes=5242880"
                                ],
                                "env": [
                                    {
                                        "name": "ANONYMIZE_LABELS"
                                    },
                                    {
                                        "name": "FROM",
                                        "value": "https://prometheus-k8s.openshift-monitoring.svc:9091"
                                    },
                                    {
                                        "name": "ID",
                                        "value": "5e256864-4b65-4588-addf-ad86811dec29"
                                    },
                                    {
                                        "name": "TO",
                                        "value": "https://infogw.api.openshift.com/"
                                    },
                                    {
                                        "name": "HTTP_PROXY"
                                    },
                                    {
                                        "name": "HTTPS_PROXY"
                                    },
                                    {
                                        "name": "NO_PROXY"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:69ad02f34ba3a0c97dbd7b83b94de610d6fc74bdde09f169380f1cec2aa56e32",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "telemeter-client",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "40Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/serving-certs-ca-bundle",
                                        "name": "serving-certs-ca-bundle"
                                    },
                                    {
                                        "mountPath": "/etc/telemeter",
                                        "name": "secret-telemeter-client"
                                    },
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "federate-client-tls"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem/",
                                        "name": "telemeter-trusted-ca-bundle",
                                        "readOnly": true
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--reload-url=http://localhost:8080/-/reload",
                                    "--watched-dir=/etc/serving-certs-ca-bundle"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b99613494e9d6a4a8207323872d63cc02b830fc80a8bf972e62c64381aa4cd17",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "reload",
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "10Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/serving-certs-ca-bundle",
                                        "name": "serving-certs-ca-bundle"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=:8443",
                                    "--upstream=http://127.0.0.1:8080/",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--config-file=/etc/kube-rbac-policy/config.yaml",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "20Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "telemeter-client-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-policy",
                                        "name": "secret-telemeter-client-kube-rbac-proxy-config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "telemeter-client",
                        "serviceAccountName": "telemeter-client",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "telemeter-client-serving-certs-ca-bundle"
                                },
                                "name": "serving-certs-ca-bundle"
                            },
                            {
                                "name": "secret-telemeter-client",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "telemeter-client"
                                }
                            },
                            {
                                "name": "telemeter-client-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "telemeter-client-tls"
                                }
                            },
                            {
                                "name": "federate-client-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "federate-client-certs"
                                }
                            },
                            {
                                "name": "secret-telemeter-client-kube-rbac-proxy-config",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "telemeter-client-kube-rbac-proxy-config"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-client-ca"
                                },
                                "name": "metrics-client-ca"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "telemeter-trusted-ca-bundle-8i12ta5c71j38",
                                    "optional": true
                                },
                                "name": "telemeter-trusted-ca-bundle"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:05:22Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "query-layer",
                    "app.kubernetes.io/instance": "thanos-querier",
                    "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                    "app.kubernetes.io/name": "thanos-query",
                    "app.kubernetes.io/part-of": "openshift-monitoring",
                    "app.kubernetes.io/version": "0.39.2",
                    "pod-template-hash": "b897f775b"
                },
                "name": "thanos-querier-b897f775b",
                "namespace": "openshift-monitoring",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "thanos-querier",
                        "uid": "4eaff6d3-cde8-4a5d-8f97-67fe6302ec9f"
                    }
                ],
                "resourceVersion": "12853",
                "uid": "88874983-e033-4f5c-a3f3-2c9faba712bf"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "query-layer",
                        "app.kubernetes.io/instance": "thanos-querier",
                        "app.kubernetes.io/name": "thanos-query",
                        "app.kubernetes.io/part-of": "openshift-monitoring",
                        "pod-template-hash": "b897f775b"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "query-layer",
                            "app.kubernetes.io/instance": "thanos-querier",
                            "app.kubernetes.io/managed-by": "cluster-monitoring-operator",
                            "app.kubernetes.io/name": "thanos-query",
                            "app.kubernetes.io/part-of": "openshift-monitoring",
                            "app.kubernetes.io/version": "0.39.2",
                            "pod-template-hash": "b897f775b"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "labelSelector": {
                                            "matchLabels": {
                                                "app.kubernetes.io/component": "query-layer",
                                                "app.kubernetes.io/instance": "thanos-querier",
                                                "app.kubernetes.io/name": "thanos-query",
                                                "app.kubernetes.io/part-of": "openshift-monitoring"
                                            }
                                        },
                                        "topologyKey": "kubernetes.io/hostname"
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "query",
                                    "--grpc-address=127.0.0.1:10901",
                                    "--http-address=127.0.0.1:9090",
                                    "--log.format=logfmt",
                                    "--query.replica-label=prometheus_replica",
                                    "--query.replica-label=thanos_ruler_replica",
                                    "--endpoint=dnssrv+_grpc._tcp.prometheus-operated.openshift-monitoring.svc.cluster.local",
                                    "--query.auto-downsampling",
                                    "--store.sd-dns-resolver=miekgdns",
                                    "--grpc-client-tls-secure",
                                    "--grpc-client-tls-cert=/etc/tls/grpc/client.crt",
                                    "--grpc-client-tls-key=/etc/tls/grpc/client.key",
                                    "--grpc-client-tls-ca=/etc/tls/grpc/ca.crt",
                                    "--grpc-client-server-name=prometheus-grpc",
                                    "--web.disable-cors"
                                ],
                                "env": [
                                    {
                                        "name": "HOST_IP_ADDRESS",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "status.hostIP"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:6e5df2aab9ce759e8f957341a11c087c233307e3c8f8760d21270efc19ccd3ce",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "thanos-query",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "12Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": false,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/grpc",
                                        "name": "secret-grpc-tls"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=0.0.0.0:9091",
                                    "--upstream=http://127.0.0.1:9090",
                                    "--config-file=/etc/kube-rbac-proxy/config.yaml",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--ignore-paths=/-/healthy,/-/ready",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 4,
                                    "httpGet": {
                                        "path": "/-/healthy",
                                        "port": 9091,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 30,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "kube-rbac-proxy-web",
                                "ports": [
                                    {
                                        "containerPort": 9091,
                                        "name": "web",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 20,
                                    "httpGet": {
                                        "path": "/-/ready",
                                        "port": 9091,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 5,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "secret-thanos-querier-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-proxy",
                                        "name": "secret-thanos-querier-kube-rbac-proxy-web"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=0.0.0.0:9092",
                                    "--upstream=http://127.0.0.1:9095",
                                    "--config-file=/etc/kube-rbac-proxy/config.yaml",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--allow-paths=/api/v1/query,/api/v1/query_range,/api/v1/labels,/api/v1/label/*/values,/api/v1/series",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy",
                                "ports": [
                                    {
                                        "containerPort": 9092,
                                        "name": "tenancy",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "secret-thanos-querier-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-proxy",
                                        "name": "secret-thanos-querier-kube-rbac-proxy"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--insecure-listen-address=127.0.0.1:9095",
                                    "--upstream=http://127.0.0.1:9090",
                                    "--label=namespace",
                                    "--enable-label-apis",
                                    "--error-on-replace",
                                    "--rules-with-active-alerts",
                                    "--enable-label-matchers-for-rules-api"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f1f19d18c94f996546a20ce31a68d177d0fc13378e5452b9ff8dfca9d467aa95",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "prom-label-proxy",
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            },
                            {
                                "args": [
                                    "--secure-listen-address=0.0.0.0:9093",
                                    "--upstream=http://127.0.0.1:9095",
                                    "--config-file=/etc/kube-rbac-proxy/config.yaml",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--allow-paths=/api/v1/rules,/api/v1/alerts",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-rules",
                                "ports": [
                                    {
                                        "containerPort": 9093,
                                        "name": "tenancy-rules",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "secret-thanos-querier-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-proxy",
                                        "name": "secret-thanos-querier-kube-rbac-proxy-rules"
                                    }
                                ]
                            },
                            {
                                "args": [
                                    "--secure-listen-address=0.0.0.0:9094",
                                    "--upstream=http://127.0.0.1:9090",
                                    "--config-file=/etc/kube-rbac-proxy/config.yaml",
                                    "--tls-cert-file=/etc/tls/private/tls.crt",
                                    "--tls-private-key-file=/etc/tls/private/tls.key",
                                    "--tls-cipher-suites=TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
                                    "--client-ca-file=/etc/tls/client/client-ca.crt",
                                    "--allow-paths=/metrics",
                                    "--tls-min-version=VersionTLS12"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:ca1344cb64140188b7cae7bbc51fb751566c0b0c97d5e39b5850e628032c4a5e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "kube-rbac-proxy-metrics",
                                "ports": [
                                    {
                                        "containerPort": 9094,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "1m",
                                        "memory": "15Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls/private",
                                        "name": "secret-thanos-querier-tls"
                                    },
                                    {
                                        "mountPath": "/etc/kube-rbac-proxy",
                                        "name": "secret-thanos-querier-kube-rbac-proxy-metrics"
                                    },
                                    {
                                        "mountPath": "/etc/tls/client",
                                        "name": "metrics-client-ca",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "thanos-querier",
                        "serviceAccountName": "thanos-querier",
                        "terminationGracePeriodSeconds": 120,
                        "volumes": [
                            {
                                "name": "secret-thanos-querier-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-tls"
                                }
                            },
                            {
                                "name": "secret-thanos-querier-kube-rbac-proxy",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-kube-rbac-proxy"
                                }
                            },
                            {
                                "name": "secret-thanos-querier-kube-rbac-proxy-web",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-kube-rbac-proxy-web"
                                }
                            },
                            {
                                "name": "secret-thanos-querier-kube-rbac-proxy-rules",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-kube-rbac-proxy-rules"
                                }
                            },
                            {
                                "name": "secret-thanos-querier-kube-rbac-proxy-metrics",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-kube-rbac-proxy-metrics"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "metrics-client-ca"
                                },
                                "name": "metrics-client-ca"
                            },
                            {
                                "name": "secret-grpc-tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "thanos-querier-grpc-tls-5vedb9g5hk6vc"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "2",
                    "deployment.kubernetes.io/max-replicas": "3",
                    "deployment.kubernetes.io/revision": "1",
                    "kubernetes.io/description": "This deployment deploys the Networking console plugin pod which serves\nthe contents of the Networking section in OpenShift Console\n",
                    "networkoperator.openshift.io/non-critical": "",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-02T23:57:28Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "networking-console-plugin",
                    "app.kubernetes.io/managed-by": "cluster-network-operator",
                    "app.kubernetes.io/name": "networking-console-plugin",
                    "app.kubernetes.io/part-of": "cluster-network-operator",
                    "pod-template-hash": "6ddbfdf749"
                },
                "name": "networking-console-plugin-6ddbfdf749",
                "namespace": "openshift-network-console",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "networking-console-plugin",
                        "uid": "53e9d7d3-85dd-4643-95ee-92c7586350b0"
                    }
                ],
                "resourceVersion": "10725",
                "uid": "14a8232c-5e09-41a4-ac0e-2949a8f66562"
            },
            "spec": {
                "replicas": 2,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "networking-console-plugin",
                        "app.kubernetes.io/managed-by": "cluster-network-operator",
                        "app.kubernetes.io/name": "networking-console-plugin",
                        "app.kubernetes.io/part-of": "cluster-network-operator",
                        "pod-template-hash": "6ddbfdf749"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "networking-console-plugin",
                            "app.kubernetes.io/managed-by": "cluster-network-operator",
                            "app.kubernetes.io/name": "networking-console-plugin",
                            "app.kubernetes.io/part-of": "cluster-network-operator",
                            "pod-template-hash": "6ddbfdf749"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "networking-console-plugin",
                                                    "app.kubernetes.io/managed-by": "cluster-network-operator",
                                                    "app.kubernetes.io/name": "networking-console-plugin",
                                                    "app.kubernetes.io/part-of": "cluster-network-operator"
                                                }
                                            },
                                            "namespaces": [
                                                "openshift-network-console"
                                            ],
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 90
                                    }
                                ]
                            }
                        },
                        "automountServiceAccountToken": false,
                        "containers": [
                            {
                                "command": [
                                    "/bin/sh",
                                    "-c",
                                    "if echo \"$POD_IP\" | grep -qE '^([0-9]{1,3}\\.){3}[0-9]{1,3}$'; then\n  LISTEN_ADDRESS_PORT_REPLACED_AT_RUNTIME=\"9443\"\nelse\n  LISTEN_ADDRESS_PORT_REPLACED_AT_RUNTIME=\"[::]:9443\"\nfi\nsed \"s/LISTEN_ADDRESS_PORT_REPLACED_AT_RUNTIME/$LISTEN_ADDRESS_PORT_REPLACED_AT_RUNTIME/g\" /etc/nginx/nginx.conf \u003e /tmp/nginx.conf\nexec nginx -c /tmp/nginx.conf -g 'daemon off;'\n"
                                ],
                                "env": [
                                    {
                                        "name": "POD_IP",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "status.podIP"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:289816958633a763a72dbc44e1dad40466223164e7e253039514f0d974ea5d21",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "networking-console-plugin",
                                "ports": [
                                    {
                                        "containerPort": 9443,
                                        "name": "https",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "50Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/cert",
                                        "name": "networking-console-plugin-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/nginx/nginx.conf",
                                        "name": "nginx-conf",
                                        "readOnly": true,
                                        "subPath": "nginx.conf"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "networking-console-plugin"
                                },
                                "name": "nginx-conf"
                            },
                            {
                                "name": "networking-console-plugin-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "networking-console-plugin-cert"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 2,
                "fullyLabeledReplicas": 2,
                "observedGeneration": 1,
                "readyReplicas": 2,
                "replicas": 2
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1",
                    "kubernetes.io/description": "This deployment deploys the network-check-source pod that performs\npod network connectivity checks\n",
                    "networkoperator.openshift.io/non-critical": "",
                    "release.openshift.io/version": "4.20.8"
                },
                "creationTimestamp": "2026-04-02T23:57:23Z",
                "generation": 1,
                "labels": {
                    "app": "network-check-source",
                    "kubernetes.io/os": "linux",
                    "pod-template-hash": "6b8cd5b79b"
                },
                "name": "network-check-source-6b8cd5b79b",
                "namespace": "openshift-network-diagnostics",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "network-check-source",
                        "uid": "10dd9250-f502-4974-9c8d-1b7fc43fc3c9"
                    }
                ],
                "resourceVersion": "9583",
                "uid": "20eb5289-73da-49d7-9669-d20953f21a6c"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "network-check-source",
                        "pod-template-hash": "6b8cd5b79b"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "network-check-source",
                            "kubernetes.io/os": "linux",
                            "pod-template-hash": "6b8cd5b79b"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--listen",
                                    "0.0.0.0:17698",
                                    "--namespace",
                                    "$(POD_NAMESPACE)"
                                ],
                                "command": [
                                    "cluster-network-check-endpoints"
                                ],
                                "env": [
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:03cf4cd7ef1518610c6c7b3ad27d1622d82e98e3dc6e3f8e5d0fceb5c8d3786e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "check-endpoints",
                                "ports": [
                                    {
                                        "containerPort": 17698,
                                        "name": "check-endpoints",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "40Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "nodeSelector": {
                            "kubernetes.io/os": "linux"
                        },
                        "priorityClassName": "openshift-user-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "network-diagnostics",
                        "serviceAccountName": "network-diagnostics",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:48Z",
                "generation": 1,
                "labels": {
                    "app": "openshift-pipelines-operator",
                    "name": "openshift-pipelines-operator",
                    "pod-template-hash": "564dfb79dd"
                },
                "name": "openshift-pipelines-operator-564dfb79dd",
                "namespace": "openshift-operators",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "openshift-pipelines-operator",
                        "uid": "4070bfdc-01bc-47f9-a1b9-a9d99b907f11"
                    }
                ],
                "resourceVersion": "19040",
                "uid": "7a6ea3bd-6817-49cd-b619-86ca64593b19"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "openshift-pipelines-operator",
                        "pod-template-hash": "564dfb79dd"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"ManualApprovalGate\",\n    \"metadata\": {\n      \"name\": \"manual-approval-gate\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"OpenShiftPipelinesAsCode\",\n    \"metadata\": {\n      \"name\": \"pipelines-as-code\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonAddon\",\n    \"metadata\": {\n      \"name\": \"addon\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonChain\",\n    \"metadata\": {\n      \"name\": \"chain\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonConfig\",\n    \"metadata\": {\n      \"name\": \"config\"\n    },\n    \"spec\": {\n      \"addon\": {\n        \"params\": [\n          {\n            \"name\": \"pipelineTemplates\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"resolverTasks\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"resolverStepActions\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"communityResolverTasks\",\n            \"value\": \"true\"\n          }\n        ]\n      },\n      \"params\": [\n        {\n          \"name\": \"createRbacResource\",\n          \"value\": \"true\"\n        },\n        {\n          \"name\": \"legacyPipelineRbac\",\n          \"value\": \"true\"\n        },\n        {\n          \"name\": \"createCABundleConfigMaps\",\n          \"value\": \"true\"\n        }\n      ],\n      \"profile\": \"all\",\n      \"pruner\": {\n        \"keep\": 100,\n        \"resources\": [\n          \"pipelinerun\",\n          \"taskrun\"\n        ],\n        \"schedule\": \"0 8 * * *\"\n      },\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonHub\",\n    \"metadata\": {\n      \"name\": \"hub\"\n    },\n    \"spec\": {\n      \"api\": {\n        \"catalogRefreshInterval\": \"30m\"\n      },\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonInstallerSet\",\n    \"metadata\": {\n      \"name\": \"foo\"\n    },\n    \"spec\": {\n      \"manifests\": []\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonPipeline\",\n    \"metadata\": {\n      \"name\": \"pipeline\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonPruner\",\n    \"metadata\": {\n      \"name\": \"pruner\"\n    },\n    \"spec\": {\n      \"disabled\": true,\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonResult\",\n    \"metadata\": {\n      \"name\": \"result\"\n    },\n    \"spec\": {\n      \"auth_disable\": true,\n      \"db_enable_auto_migration\": true,\n      \"db_host\": \"tekton-results-postgres-service.openshift-pipelines.svc.cluster.local\",\n      \"db_port\": 5432,\n      \"log_level\": \"debug\",\n      \"logging_pvc_name\": \"tekton-logs\",\n      \"logs_api\": true,\n      \"logs_buffer_size\": 32768,\n      \"logs_path\": \"/logs\",\n      \"logs_type\": \"File\",\n      \"prometheus_port\": 9090,\n      \"server_port\": 8080,\n      \"targetNamespace\": \"openshift-pipelines\",\n      \"tls_hostname_override\": \"tekton-results-api-service.openshift-pipelines.svc.cluster.local\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonTrigger\",\n    \"metadata\": {\n      \"name\": \"trigger\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  }\n]",
                            "capabilities": "Full Lifecycle",
                            "categories": "Developer Tools, Integration \u0026 Delivery",
                            "certified": "false",
                            "console.openshift.io/plugins": "[\"pipelines-console-plugin\"]",
                            "description": "Red Hat OpenShift Pipelines is a cloud-native CI/CD solution for building pipelines using Tekton concepts which run natively on OpenShift and Kubernetes.",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "true",
                            "features.operators.openshift.io/fips-compliant": "true",
                            "features.operators.openshift.io/proxy-aware": "true",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "false",
                            "features.operators.openshift.io/token-auth-azure": "false",
                            "features.operators.openshift.io/token-auth-gcp": "false",
                            "olm.operatorGroup": "global-operators",
                            "olm.operatorNamespace": "openshift-operators",
                            "olm.skipRange": "\u003e=1.19.0 \u003c1.20.3",
                            "olm.targetNamespaces": "",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"ManualApprovalGate\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"OpenShiftPipelinesAsCode\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonAddon\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonChain\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonHub\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonInstallerSet\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonPipeline\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonPruner\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonResult\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonTrigger\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"openshift-pipelines-operator-rh\",\"version\":\"1.20.3\"}}]}",
                            "operators.openshift.io/valid-subscription": "[\"OpenShift Container Platform\", \"OpenShift Platform Plus\"]",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.37.0",
                            "operators.operatorframework.io/internal-objects": "[\"tektoninstallersets.operator.tekton.dev\", \"tektonconfigs.operator.tekton.dev\",\"tektonpipelines.operator.tekton.dev\",\"tektontriggers.operator.tekton.dev\",\"tektonaddons.operator.tekton.dev\", \"tektonhubs.operator.tekton.dev\", \"tektonresults.operator.tekton.dev\", \"tektonchains.operator.tekton.dev\", \"openshiftpipelinesascodes.operator.tekton.dev\", \"manualapprovalgates.operator.tekton.dev\",\"tektonpruners.operator.tekton.dev\"]",
                            "operators.operatorframework.io/project_layout": "unknown",
                            "repository": "https://github.com/tektoncd/operator",
                            "support": "Red Hat"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "openshift-pipelines-operator",
                            "name": "openshift-pipelines-operator",
                            "pod-template-hash": "564dfb79dd"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-controllers",
                                    "tektonconfig,tektonpipeline,tektontrigger,tektonhub,tektonchain,tektonaddon,tektonresult,openshiftpipelinesascode,manualapprovalgate,tektonpruner",
                                    "-unique-process-name",
                                    "tekton-operator-lifecycle"
                                ],
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "PLATFORM",
                                        "value": "openshift"
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "redhat-openshift-pipelines-operator"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_PROXY",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:82ba22161e8f0fc959429029d26d9a32f39a701f0db68291626ee1464715f582"
                                    },
                                    {
                                        "name": "IMAGE_JOB_PRUNER_TKN",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:72b20bc29e4abbb9cbf473b603c71b4880d64b66c1c2b344e1954c7e01af6095"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "VERSION",
                                        "value": "1.20.3"
                                    },
                                    {
                                        "name": "AUTOINSTALL_COMPONENTS",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "AUTOINSTALL_COMPONENTS",
                                                "name": "tekton-config-defaults"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DEFAULT_TARGET_NAMESPACE",
                                        "valueFrom": {
                                            "configMapKeyRef": {
                                                "key": "DEFAULT_TARGET_NAMESPACE",
                                                "name": "tekton-config-defaults"
                                            }
                                        }
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-config-observability"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-controller-config-leader-election"
                                    },
                                    {
                                        "name": "IMAGE_HUB_TEKTON_HUB_DB",
                                        "value": "registry.redhat.io/rhel9/postgresql-13@sha256:36647bd6d50d2e0e9c99ecf190bd515577c7ce9476e49d927c4d4065011e3441"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PARAM_BUILDER_IMAGE",
                                        "value": "registry.redhat.io/rhel9/buildah@sha256:18453ab0a62154283aaf4c45efd7543d1c8ecca1aebae46dedc7ddc0f410b232"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PARAM_KN_IMAGE",
                                        "value": "registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel8@sha256:0fa6d15d38601f266347cdd098e80bec9893f7e6b06e84efc4a8c50b3ff3c6cc"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_MVN_SETTINGS",
                                        "value": "registry.redhat.io/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_SKOPEO_COPY",
                                        "value": "registry.redhat.io/rhel9/skopeo@sha256:a65a413f8a2864389a09dc750690d97afbcdc5c70821e0f85e99e8adba7954e0"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_GENERATE",
                                        "value": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:bc10e7d6122ede5cf4f2882c200447683255465a1080e826761e90bfb983506e"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_GEN_ENV_FILE",
                                        "value": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:bc10e7d6122ede5cf4f2882c200447683255465a1080e826761e90bfb983506e"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PARAM_MAVEN_IMAGE",
                                        "value": "registry.redhat.io/ubi9/openjdk-17@sha256:555c8bcd2596637befd1a6da4aa949c5a2640cf66e09c2dfb932afe37e39095e"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_OC",
                                        "value": "image-registry.openshift-image-registry.svc:5000/openshift/cli:latest"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_TEKTON_PIPELINES_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:4847fc1483c03d570e5dced72df4a479c39e4bdf0dd76666c35c5d4de2acfcb7"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_WEBHOOK",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:2c4ec0dfd62375ed45d5758798b1069e16a0a6d1986439d23c61591c4dfb9297"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:c6e1e725e260dd02e6ae4c9dad5ea8249d0ffd164950d75700db612a7e06ac2c"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_TEKTON_EVENTS_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:ada1a963ce2c45d2bba08051c1e0e2db88b200e9d616fab8fde10b698101fc69"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__ENTRYPOINT_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:a91d7a109855f7ca7d74557adf55cd09155f99715d7408c94e4f90337d7964c7"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__GIT_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PARAM_GITINITIMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_GIT_RUN",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_REPORT",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_GIT_CLONE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PREPARE_AND_RUN",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:a2cab07ac5750b7d74f07020c221607ee6777dee6a2be6d0deaf89a609b3b6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_CACHE_UPLOAD",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:b14dec3468690ea3292e1be758ad0b171636a1624d3baf8d41ced1ea91ffc1ab"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_CACHE_FETCH",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:b14dec3468690ea3292e1be758ad0b171636a1624d3baf8d41ced1ea91ffc1ab"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__WORKINGDIRINIT_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:ee91c1719f5ec30aa2214ddfe2b2456819ce5cbfbab9bd958b18aa90fb6baf82"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__SIDECARLOGRESULTS_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:eeac6c2ff2f2acc2724d7786dd6bc5341cf7dce57b070bce113985810b45e1e5"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__NOP_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:259c6aa469fcff9577eae9fee294eb0143010d68528de2f3b2b21cf523432986"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_ARG__SHELL_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:a91d7a109855f7ca7d74557adf55cd09155f99715d7408c94e4f90337d7964c7"
                                    },
                                    {
                                        "name": "IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:f4c15a6e518997beafd705de5c0364145de194c7e965f42af234d33c472d3e18"
                                    },
                                    {
                                        "name": "IMAGE_TRIGGERS_WEBHOOK",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:6b79a56373664462beee1bae9a2f475ede6b945d35ab65a427f18990c375f29a"
                                    },
                                    {
                                        "name": "IMAGE_TRIGGERS_TEKTON_TRIGGERS_CORE_INTERCEPTORS",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4dcd0b18dea61968f20d49c4372eec43689eb52e823e1a6293e9b89c6e21e587"
                                    },
                                    {
                                        "name": "IMAGE_TRIGGERS_ARG__EL_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:6247b2814725f2c121fa1e798d142fbb43d071cc84440e59a661bd01f9d9e666"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_KN",
                                        "value": "registry.redhat.io/openshift-serverless-1/kn-client-kn-rhel8@sha256:0fa6d15d38601f266347cdd098e80bec9893f7e6b06e84efc4a8c50b3ff3c6cc"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_OPC",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:143eead39e74de11ddac3d534dfae9025867391a7635c1222f03d6debb0c4349"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_SKOPEO_RESULTS",
                                        "value": "registry.redhat.io/rhel9/skopeo@sha256:a65a413f8a2864389a09dc750690d97afbcdc5c70821e0f85e99e8adba7954e0"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_BUILD",
                                        "value": "registry.redhat.io/rhel9/buildah@sha256:18453ab0a62154283aaf4c45efd7543d1c8ecca1aebae46dedc7ddc0f410b232"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_S2I_BUILD",
                                        "value": "registry.redhat.io/rhel9/buildah@sha256:18453ab0a62154283aaf4c45efd7543d1c8ecca1aebae46dedc7ddc0f410b232"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_S2I_GENERATE",
                                        "value": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:bc10e7d6122ede5cf4f2882c200447683255465a1080e826761e90bfb983506e"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_LOAD_SCRIPTS",
                                        "value": "registry.redhat.io/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_MAVEN_GENERATE",
                                        "value": "registry.redhat.io/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PREPARE",
                                        "value": "registry.redhat.io/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_PARAM_TKN_IMAGE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:72b20bc29e4abbb9cbf473b603c71b4880d64b66c1c2b344e1954c7e01af6095"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_TKN",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:72b20bc29e4abbb9cbf473b603c71b4880d64b66c1c2b344e1954c7e01af6095"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_TKN_CLI_SERVE",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:050fe6fe1298c45a27982e3f4d0afe637ce01d9b394e85b7eb202309ecdd0731"
                                    },
                                    {
                                        "name": "IMAGE_CHAINS_TEKTON_CHAINS_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:eb3c1bbbbaec16c0b2e1565b9f2885f6213a1d2f90ca63c7986042a6ed2be1b8"
                                    },
                                    {
                                        "name": "IMAGE_RESULTS_POSTGRES",
                                        "value": "registry.redhat.io/rhel9/postgresql-13@sha256:36647bd6d50d2e0e9c99ecf190bd515577c7ce9476e49d927c4d4065011e3441"
                                    },
                                    {
                                        "name": "IMAGE_HUB_TEKTON_HUB_DB_MIGRATION",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:722ccea0642efe6fb7816caaab963bf71dc4d2acb6f2204a293311d67e911c82"
                                    },
                                    {
                                        "name": "IMAGE_HUB_TEKTON_HUB_API",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:4ff12438daf22c8f6be14abda5d91c45b03a6824e0592775f49072218b3703fb"
                                    },
                                    {
                                        "name": "IMAGE_HUB_TEKTON_HUB_UI",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:c2d4e0c0ab71b075bb6b441d7385c959c9ce88b6a1e3a573f9665a6ab36b9c8e"
                                    },
                                    {
                                        "name": "IMAGE_MAG_TEKTON_TASKGROUP_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:ad5e622fd95e047212568180070e7a56bb730125a2fdae154aa2a3fd10587afc"
                                    },
                                    {
                                        "name": "IMAGE_MAG_MANUAL_APPROVAL",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:e661d7d22f183d09b405303e94caf7ec440c203f0d374a469f6456cc31230772"
                                    },
                                    {
                                        "name": "IMAGE_PRUNER_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:85d5a2cfd3d1bf6e302b1dee186a98d90c37d89015c85df7d1f980ac2f87b447"
                                    },
                                    {
                                        "name": "IMAGE_PAC_PAC_CONTROLLER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bfe69478e0994a9229a6d28e48ea8dbd837869b88861a205610de8d1cce41973"
                                    },
                                    {
                                        "name": "IMAGE_PAC_PAC_WEBHOOK",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:d28ec79f725102e88993e987bafaf1bb406859bab28743aad573825a51df799e"
                                    },
                                    {
                                        "name": "IMAGE_PAC_PAC_WATCHER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95f3cc4e3173845779e8ed825d34fba1ef07cd3d77c7243b30db2a2915cd1b61"
                                    },
                                    {
                                        "name": "IMAGE_PAC_PAC_CLI",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:372c4999817d0c8e5e7404150c3c27a6878254ae394e259e7511f0f759074995"
                                    },
                                    {
                                        "name": "IMAGE_RESULTS_WATCHER",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:07789f6e6e3c3a5a974c106b43c2e8bc60edb3321def1f0883f3fcd35a238ed0"
                                    },
                                    {
                                        "name": "IMAGE_RESULTS_API",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:6aa9ea8c007ed426efe10bf36d943983fb9a3efe29744e059c0bdf79491a4ffe"
                                    },
                                    {
                                        "name": "IMAGE_RESULTS_RETENTION_POLICY_AGENT",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:6d83c7e0e068178360998c815a3e0c729ca80a349954172aadafad5da5180d0c"
                                    },
                                    {
                                        "name": "IMAGE_ADDONS_MAVEN_GOALS",
                                        "value": "registry.redhat.io/ubi9/openjdk-17@sha256:555c8bcd2596637befd1a6da4aa949c5a2640cf66e09c2dfb932afe37e39095e"
                                    },
                                    {
                                        "name": "IMAGE_PIPELINES_CONSOLE_PLUGIN",
                                        "value": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:66f2fcc54c1f79cc90ba053c232765c3e88527254b64b4357b3ab64a7b5c4fbf"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "openshift-pipelines-operator-rh.v1.20.3"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bfc31fce9ce5f1d47a4aa49f70c28aeb57f4014b0d283782bcb3564ab11a0979",
                                "imagePullPolicy": "Always",
                                "name": "openshift-pipelines-operator-lifecycle",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            },
                            {
                                "args": [
                                    "-controllers",
                                    "tektoninstallerset",
                                    "-unique-process-name",
                                    "tekton-operator-cluster-operations"
                                ],
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "redhat-openshift-pipelines-operator"
                                    },
                                    {
                                        "name": "PROFILING_PORT",
                                        "value": "9009"
                                    },
                                    {
                                        "name": "VERSION",
                                        "value": "v0.77.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-controller-config-leader-election"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "openshift-pipelines-operator-rh.v1.20.3"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bfc31fce9ce5f1d47a4aa49f70c28aeb57f4014b0d283782bcb3564ab11a0979",
                                "imagePullPolicy": "Always",
                                "name": "openshift-pipelines-operator-cluster-operations",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "openshift-pipelines-operator",
                        "serviceAccountName": "openshift-pipelines-operator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:55Z",
                "generation": 1,
                "labels": {
                    "control-plane": "operator-controller-manager",
                    "pod-template-hash": "6cf4569cbb"
                },
                "name": "rhtas-operator-controller-manager-6cf4569cbb",
                "namespace": "openshift-operators",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rhtas-operator-controller-manager",
                        "uid": "119ac3f9-fdbe-45b3-998b-820b411249f6"
                    }
                ],
                "resourceVersion": "20386",
                "uid": "551a6407-a030-4d42-b63a-04a7883cc323"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "control-plane": "operator-controller-manager",
                        "pod-template-hash": "6cf4569cbb"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"CTlog\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"ctlog-sample\"\n    },\n    \"spec\": {}\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"Fulcio\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"fulcio-sample\"\n    },\n    \"spec\": {\n      \"certificate\": {\n        \"commonName\": \"fulcio.hostname\",\n        \"organizationEmail\": \"jdoe@redhat.com\",\n        \"organizationName\": \"Red Hat\"\n      },\n      \"config\": {\n        \"OIDCIssuers\": [\n          {\n            \"ClientID\": \"trusted-artifact-signer\",\n            \"Issuer\": \"https://your-oidc-issuer-url\",\n            \"IssuerURL\": \"https://your-oidc-issuer-url\",\n            \"Type\": \"email\"\n          }\n        ]\n      },\n      \"externalAccess\": {\n        \"enabled\": true\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"Rekor\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"rekor-sample\"\n    },\n    \"spec\": {\n      \"externalAccess\": {\n        \"enabled\": true\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"Securesign\",\n    \"metadata\": {\n      \"annotations\": {\n        \"rhtas.redhat.com/metrics\": \"true\"\n      },\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"securesign-sample\"\n    },\n    \"spec\": {\n      \"ctlog\": {\n        \"monitoring\": {\n          \"enabled\": true\n        }\n      },\n      \"fulcio\": {\n        \"certificate\": {\n          \"commonName\": \"fulcio.hostname\",\n          \"organizationEmail\": \"jdoe@redhat.com\",\n          \"organizationName\": \"Red Hat\"\n        },\n        \"config\": {\n          \"OIDCIssuers\": [\n            {\n              \"ClientID\": \"trusted-artifact-signer\",\n              \"Issuer\": \"https://your-oidc-issuer-url\",\n              \"IssuerURL\": \"https://your-oidc-issuer-url\",\n              \"Type\": \"email\"\n            }\n          ]\n        },\n        \"externalAccess\": {\n          \"enabled\": true\n        },\n        \"monitoring\": {\n          \"enabled\": true\n        }\n      },\n      \"rekor\": {\n        \"externalAccess\": {\n          \"enabled\": true\n        },\n        \"monitoring\": {\n          \"enabled\": true\n        }\n      },\n      \"trillian\": {\n        \"database\": {\n          \"create\": true\n        },\n        \"monitoring\": {\n          \"enabled\": true\n        }\n      },\n      \"tsa\": {\n        \"externalAccess\": {\n          \"enabled\": true\n        },\n        \"monitoring\": {\n          \"enabled\": true\n        },\n        \"ntpMonitoring\": {\n          \"enabled\": true\n        },\n        \"signer\": {\n          \"certificateChain\": {\n            \"intermediateCA\": [\n              {\n                \"commonName\": \"tsa.hostname-intermediate\",\n                \"organizationEmail\": \"jdoe@redhat.com\",\n                \"organizationName\": \"Red Hat\"\n              }\n            ],\n            \"leafCA\": {\n              \"commonName\": \"tsa.hostname-leaf\",\n              \"organizationEmail\": \"jdoe@redhat.com\",\n              \"organizationName\": \"Red Hat\"\n            },\n            \"rootCA\": {\n              \"commonName\": \"tsa.hostname-root\",\n              \"organizationEmail\": \"jdoe@redhat.com\",\n              \"organizationName\": \"Red Hat\"\n            }\n          }\n        }\n      },\n      \"tuf\": {\n        \"externalAccess\": {\n          \"enabled\": true\n        },\n        \"keys\": [\n          {\n            \"name\": \"rekor.pub\"\n          },\n          {\n            \"name\": \"ctfe.pub\"\n          },\n          {\n            \"name\": \"fulcio_v1.crt.pem\"\n          },\n          {\n            \"name\": \"tsa.certchain.pem\"\n          }\n        ],\n        \"pvc\": {\n          \"accessModes\": [\n            \"ReadWriteOnce\"\n          ],\n          \"retain\": true,\n          \"size\": \"100Mi\"\n        },\n        \"rootKeySecretRef\": {\n          \"name\": \"tuf-root-keys\"\n        }\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"TimestampAuthority\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/created-by\": \"rhtas-operator\",\n        \"app.kubernetes.io/instance\": \"timestampauthority-sample\",\n        \"app.kubernetes.io/managed-by\": \"kustomize\",\n        \"app.kubernetes.io/name\": \"timestampauthority\",\n        \"app.kubernetes.io/part-of\": \"rhtas-operator\"\n      },\n      \"name\": \"timestampauthority-sample\"\n    },\n    \"spec\": {\n      \"externalAccess\": {\n        \"enabled\": true\n      },\n      \"monitoring\": {\n        \"enabled\": true\n      },\n      \"ntpMonitoring\": {\n        \"enabled\": true\n      },\n      \"signer\": {\n        \"certificateChain\": {\n          \"intermediateCA\": [\n            {\n              \"commonName\": \"tsa.hostname-intermediate\",\n              \"organizationEmail\": \"jdoe@redhat.com\",\n              \"organizationName\": \"Red Hat\"\n            }\n          ],\n          \"leafCA\": {\n            \"commonName\": \"tsa.hostname-leaf\",\n            \"organizationEmail\": \"jdoe@redhat.com\",\n            \"organizationName\": \"Red Hat\"\n          },\n          \"rootCA\": {\n            \"commonName\": \"tsa.hostname-root\",\n            \"organizationEmail\": \"jdoe@redhat.com\",\n            \"organizationName\": \"Red Hat\"\n          }\n        }\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"Trillian\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"trillian-sample\"\n    },\n    \"spec\": {\n      \"database\": {\n        \"create\": true\n      },\n      \"server\": {\n        \"replicas\": 1\n      },\n      \"signer\": {\n        \"replicas\": 1\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"rhtas.redhat.com/v1alpha1\",\n    \"kind\": \"Tuf\",\n    \"metadata\": {\n      \"labels\": {\n        \"app.kubernetes.io/instance\": \"securesign-sample\",\n        \"app.kubernetes.io/name\": \"securesign-sample\",\n        \"app.kubernetes.io/part-of\": \"trusted-artifact-signer\"\n      },\n      \"name\": \"tuf-sample\"\n    },\n    \"spec\": {\n      \"externalAccess\": {\n        \"enabled\": true\n      },\n      \"keys\": [\n        {\n          \"name\": \"rekor.pub\",\n          \"secretRef\": {\n            \"key\": \"public\",\n            \"name\": \"rekor-pub-key\"\n          }\n        },\n        {\n          \"name\": \"fulcio_v1.crt.pem\",\n          \"secretRef\": {\n            \"key\": \"cert\",\n            \"name\": \"fulcio-pub-key\"\n          }\n        },\n        {\n          \"name\": \"ctfe.pub\",\n          \"secretRef\": {\n            \"key\": \"public\",\n            \"name\": \"ctlog-pub-key\"\n          }\n        },\n        {\n          \"name\": \"tsa.certchain.pem\",\n          \"secretRef\": {\n            \"key\": \"certificateChain\",\n            \"name\": \"tsa-cert-chain\"\n          }\n        }\n      ],\n      \"pvc\": {\n        \"accessModes\": [\n          \"ReadWriteMany\"\n        ],\n        \"retain\": true,\n        \"size\": \"100Mi\"\n      }\n    }\n  }\n]",
                            "capabilities": "Seamless Upgrades",
                            "containerImage": "registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:ca0b90cf1007ac112b7ded7556e503d551c79e2d753ad6e99d38f8e4f4405126",
                            "createdAt": "2026-03-12T12:36:36Z",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "true",
                            "features.operators.openshift.io/fips-compliant": "false",
                            "features.operators.openshift.io/proxy-aware": "true",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "false",
                            "features.operators.openshift.io/token-auth-azure": "false",
                            "features.operators.openshift.io/token-auth-gcp": "false",
                            "kubectl.kubernetes.io/default-container": "manager",
                            "olm.operatorGroup": "global-operators",
                            "olm.operatorNamespace": "openshift-operators",
                            "olm.targetNamespaces": "",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"CTlog\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"Fulcio\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"Rekor\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"Securesign\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"TimestampAuthority\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"Trillian\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtas.redhat.com\",\"kind\":\"Tuf\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"rhtas-operator\",\"version\":\"1.3.3\"}}]}",
                            "operators.openshift.io/valid-subscription": "[\"Red Hat Trusted Artifact Signer\"]",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.36.1-ocp",
                            "operators.operatorframework.io/project_layout": "go.kubebuilder.io/v4",
                            "repository": "https://github.com/securesign/secure-sign-operator",
                            "support": "Red Hat"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "operator-controller-manager",
                            "pod-template-hash": "6cf4569cbb"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--leader-elect",
                                    "--metrics-bind-address=0.0.0.0:8080"
                                ],
                                "command": [
                                    "/manager"
                                ],
                                "env": [
                                    {
                                        "name": "OPENSHIFT",
                                        "value": "true"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TRILLIAN_LOG_SIGNER",
                                        "value": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:8ef614441b76914f5727f5bec23a9d8dc2785ca7fd6a2516f393529b7801da53"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TRILLIAN_LOG_SERVER",
                                        "value": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:f02c58838bf882d9b5d82a1a96e8ab29ce6033ae1b64418118fba43eb9151b41"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TRILLIAN_DB",
                                        "value": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:6ca4eb17da6277b142a3353b675d735c106868f827243eaef70cd1ec01d36307"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TRILLIAN_NETCAT",
                                        "value": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0d70224d12e358b1a107a86e0a7e0845e1e8a4d30ce3a1423600f044e3fb28d2"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CREATETREE",
                                        "value": "registry.redhat.io/rhtas/createtree-rhel9@sha256:ee6cce99f4362f9a1b4c60136705a97b3cd9806322208dfcd166241c1a0392ff"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_FULCIO_SERVER",
                                        "value": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d71caff0f67fe8d9665d39193d955fc9352224f647406a40e56428dd6cd24953"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_REKOR_MONITOR",
                                        "value": "registry.redhat.io/rhtas/rekor-monitor-rhel9@sha256:bbfa648e6ee7af90308d058926b6962e612f2e6917b7edf16c78ad6048e7d99e"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_REKOR_REDIS",
                                        "value": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:cc686a64f9ae83adecc7a0ffe8a6b82f0750dc39ad05654a8087cf780a1c3b3a"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_REKOR_SERVER",
                                        "value": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:5ffaf92fc557cb891a546ae2682d4e0259166ad6d935970dc958d255abc29a48"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_REKOR_SEARCH_UI",
                                        "value": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:865dd51e80034018400794d07edc0b546c6e4de7e2351dddc7f1f6378e1ffdd0"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_BACKFILL_REDIS",
                                        "value": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:8d201eb6b1399f0373fb8456683bb2976dc6644745b7f285af3eb83ca3a0d0a7"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TUF",
                                        "value": "registry.redhat.io/rhtas/tuffer-rhel9@sha256:f30c3610c1c840ea8edb99c2679edb09768c45012979da1389605c6a54204292"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CTLOG",
                                        "value": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:61aeb8693f27b60dd35e3dd1961d14bd95988cae70d649b340045619e5de7acf"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_HTTP_SERVER",
                                        "value": "registry.redhat.io/ubi9/httpd-24@sha256:e0697f36760789183fefc807dafa3bfeb4098725f923eb9a8f034725a01fbf9f"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_SEGMENT_REPORTING",
                                        "value": "registry.redhat.io/rhtas/segment-reporting-rhel9@sha256:233eb69e52ecb10c54a497e72767b4a2734a1b58341d87971948f2685ebccd29"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_TIMESTAMP_AUTHORITY",
                                        "value": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:1ff8c1082274d8ae809e67d5c24e8c4365f2f4e0ce0dea6a2a95c1fac89f2d98"
                                    },
                                    {
                                        "name": "RELATED_IMAGE_CLIENT_SERVER",
                                        "value": "registry.redhat.io/rhtas/client-server-rhel9@sha256:373050d2ded02b5acd0e5edf3ef9819fe65403b2f40b557e9077e4a57629cb97"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "rhtas-operator.v1.3.3"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:ca0b90cf1007ac112b7ded7556e503d551c79e2d753ad6e99d38f8e4f4405126",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "rhtas-operator-controller-manager",
                        "serviceAccountName": "rhtas-operator-controller-manager",
                        "terminationGracePeriodSeconds": 10
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:48Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-operator",
                    "name": "tekton-operator-webhook",
                    "pod-template-hash": "55f5b95975"
                },
                "name": "tekton-operator-webhook-55f5b95975",
                "namespace": "openshift-operators",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-operator-webhook",
                        "uid": "2653eb9a-ec24-4aeb-96fb-01c594a53ef9"
                    }
                ],
                "resourceVersion": "18946",
                "uid": "8b1af38b-91b4-419d-82cd-b35e300e3848"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "tekton-operator-webhook",
                        "pod-template-hash": "55f5b95975"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"ManualApprovalGate\",\n    \"metadata\": {\n      \"name\": \"manual-approval-gate\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"OpenShiftPipelinesAsCode\",\n    \"metadata\": {\n      \"name\": \"pipelines-as-code\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonAddon\",\n    \"metadata\": {\n      \"name\": \"addon\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonChain\",\n    \"metadata\": {\n      \"name\": \"chain\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonConfig\",\n    \"metadata\": {\n      \"name\": \"config\"\n    },\n    \"spec\": {\n      \"addon\": {\n        \"params\": [\n          {\n            \"name\": \"pipelineTemplates\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"resolverTasks\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"resolverStepActions\",\n            \"value\": \"true\"\n          },\n          {\n            \"name\": \"communityResolverTasks\",\n            \"value\": \"true\"\n          }\n        ]\n      },\n      \"params\": [\n        {\n          \"name\": \"createRbacResource\",\n          \"value\": \"true\"\n        },\n        {\n          \"name\": \"legacyPipelineRbac\",\n          \"value\": \"true\"\n        },\n        {\n          \"name\": \"createCABundleConfigMaps\",\n          \"value\": \"true\"\n        }\n      ],\n      \"profile\": \"all\",\n      \"pruner\": {\n        \"keep\": 100,\n        \"resources\": [\n          \"pipelinerun\",\n          \"taskrun\"\n        ],\n        \"schedule\": \"0 8 * * *\"\n      },\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonHub\",\n    \"metadata\": {\n      \"name\": \"hub\"\n    },\n    \"spec\": {\n      \"api\": {\n        \"catalogRefreshInterval\": \"30m\"\n      },\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonInstallerSet\",\n    \"metadata\": {\n      \"name\": \"foo\"\n    },\n    \"spec\": {\n      \"manifests\": []\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonPipeline\",\n    \"metadata\": {\n      \"name\": \"pipeline\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonPruner\",\n    \"metadata\": {\n      \"name\": \"pruner\"\n    },\n    \"spec\": {\n      \"disabled\": true,\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonResult\",\n    \"metadata\": {\n      \"name\": \"result\"\n    },\n    \"spec\": {\n      \"auth_disable\": true,\n      \"db_enable_auto_migration\": true,\n      \"db_host\": \"tekton-results-postgres-service.openshift-pipelines.svc.cluster.local\",\n      \"db_port\": 5432,\n      \"log_level\": \"debug\",\n      \"logging_pvc_name\": \"tekton-logs\",\n      \"logs_api\": true,\n      \"logs_buffer_size\": 32768,\n      \"logs_path\": \"/logs\",\n      \"logs_type\": \"File\",\n      \"prometheus_port\": 9090,\n      \"server_port\": 8080,\n      \"targetNamespace\": \"openshift-pipelines\",\n      \"tls_hostname_override\": \"tekton-results-api-service.openshift-pipelines.svc.cluster.local\"\n    }\n  },\n  {\n    \"apiVersion\": \"operator.tekton.dev/v1alpha1\",\n    \"kind\": \"TektonTrigger\",\n    \"metadata\": {\n      \"name\": \"trigger\"\n    },\n    \"spec\": {\n      \"targetNamespace\": \"openshift-pipelines\"\n    }\n  }\n]",
                            "capabilities": "Full Lifecycle",
                            "categories": "Developer Tools, Integration \u0026 Delivery",
                            "certified": "false",
                            "console.openshift.io/plugins": "[\"pipelines-console-plugin\"]",
                            "description": "Red Hat OpenShift Pipelines is a cloud-native CI/CD solution for building pipelines using Tekton concepts which run natively on OpenShift and Kubernetes.",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "true",
                            "features.operators.openshift.io/fips-compliant": "true",
                            "features.operators.openshift.io/proxy-aware": "true",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "false",
                            "features.operators.openshift.io/token-auth-azure": "false",
                            "features.operators.openshift.io/token-auth-gcp": "false",
                            "olm.operatorGroup": "global-operators",
                            "olm.operatorNamespace": "openshift-operators",
                            "olm.skipRange": "\u003e=1.19.0 \u003c1.20.3",
                            "olm.targetNamespaces": "",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"ManualApprovalGate\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"OpenShiftPipelinesAsCode\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonAddon\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonChain\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonHub\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonInstallerSet\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonPipeline\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonPruner\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonResult\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"operator.tekton.dev\",\"kind\":\"TektonTrigger\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"openshift-pipelines-operator-rh\",\"version\":\"1.20.3\"}}]}",
                            "operators.openshift.io/valid-subscription": "[\"OpenShift Container Platform\", \"OpenShift Platform Plus\"]",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.37.0",
                            "operators.operatorframework.io/internal-objects": "[\"tektoninstallersets.operator.tekton.dev\", \"tektonconfigs.operator.tekton.dev\",\"tektonpipelines.operator.tekton.dev\",\"tektontriggers.operator.tekton.dev\",\"tektonaddons.operator.tekton.dev\", \"tektonhubs.operator.tekton.dev\", \"tektonresults.operator.tekton.dev\", \"tektonchains.operator.tekton.dev\", \"openshiftpipelinesascodes.operator.tekton.dev\", \"manualapprovalgates.operator.tekton.dev\",\"tektonpruners.operator.tekton.dev\"]",
                            "operators.operatorframework.io/project_layout": "unknown",
                            "repository": "https://github.com/tektoncd/operator",
                            "support": "Red Hat"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-operator",
                            "name": "tekton-operator-webhook",
                            "pod-template-hash": "55f5b95975"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-operator-webhook"
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "tekton-operator-webhook-certs"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "PLATFORM",
                                        "value": "openshift"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "openshift-pipelines-operator-rh.v1.20.3"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:91c8dc57d84c9d4e491a522ab94ff08c17af2bb18bd0a70900cf228de35b2927",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-operator-webhook",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "openshift-pipelines-operator",
                        "serviceAccountName": "openshift-pipelines-operator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:16Z",
                "generation": 1,
                "labels": {
                    "app": "pipelines-as-code-controller",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.37.7",
                    "operator.tekton.dev/deployment-spec-applied-hash": "07c12605c650e5ec10c157e8de9d753e",
                    "pod-template-hash": "697ddc5f79"
                },
                "name": "pipelines-as-code-controller-697ddc5f79",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "pipelines-as-code-controller",
                        "uid": "ee52dad8-cfe3-4af4-a4ef-ab5256b4ee6f"
                    }
                ],
                "resourceVersion": "23765",
                "uid": "b72d8d6a-b63c-428f-9a1c-a6362583154d"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "pipelines-as-code",
                        "pod-template-hash": "697ddc5f79"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "pipelines-as-code-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.37.7",
                            "operator.tekton.dev/deployment-spec-applied-hash": "07c12605c650e5ec10c157e8de9d753e",
                            "pod-template-hash": "697ddc5f79"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "/ko-app/pipelines-as-code-controller"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "K_METRICS_CONFIG",
                                        "value": "{\"Domain\":\"pipelinesascode.tekton.dev/controller\",\"Component\":\"pac_controller\",\"PrometheusPort\":9090,\"ConfigMap\":{\"name\":\"pipelines-as-code-config-observability\"}}"
                                    },
                                    {
                                        "name": "K_SINK_TIMEOUT",
                                        "value": "30"
                                    },
                                    {
                                        "name": "K_TRACING_CONFIG",
                                        "value": "{\"backend\":\"prometheus\",\"debug\":\"false\",\"sample-rate\":\"0\"}"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_CONFIGMAP",
                                        "value": "pipelines-as-code"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_LABEL",
                                        "value": "default"
                                    },
                                    {
                                        "name": "PAC_CONTROLLER_SECRET",
                                        "value": "pipelines-as-code-secret"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TLS_CERT",
                                        "value": "cert"
                                    },
                                    {
                                        "name": "TLS_KEY",
                                        "value": "key"
                                    },
                                    {
                                        "name": "TLS_SECRET_NAME",
                                        "value": "pipelines-as-code-tls-secret"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:bfe69478e0994a9229a6d28e48ea8dbd837869b88861a205610de8d1cce41973",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "api",
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 15,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "pac-controller",
                                "ports": [
                                    {
                                        "containerPort": 8082,
                                        "name": "api",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "api",
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 15,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/pipelines-as-code/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-controller",
                        "serviceAccountName": "pipelines-as-code-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "pipelines-as-code-tls-secret"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:16Z",
                "generation": 1,
                "labels": {
                    "app": "pipelines-as-code-watcher",
                    "app.kubernetes.io/component": "watcher",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "watcher",
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.37.7",
                    "operator.tekton.dev/deployment-spec-applied-hash": "8b1c341c7866950f749b340467049dc6",
                    "pod-template-hash": "86f85bcc8f"
                },
                "name": "pipelines-as-code-watcher-86f85bcc8f",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "pipelines-as-code-watcher",
                        "uid": "2aeb2fa9-58b4-4a8b-b366-4736227dfb36"
                    }
                ],
                "resourceVersion": "24008",
                "uid": "08aa6b80-b9db-44ef-903f-93023e1d6648"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "watcher",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "watcher",
                        "app.kubernetes.io/part-of": "pipelines-as-code",
                        "pod-template-hash": "86f85bcc8f"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "pipelines-as-code-watcher",
                            "app.kubernetes.io/component": "watcher",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "watcher",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.37.7",
                            "operator.tekton.dev/deployment-spec-applied-hash": "8b1c341c7866950f749b340467049dc6",
                            "pod-template-hash": "86f85bcc8f"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "/ko-app/pipelines-as-code-watcher"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "pac-watcher-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "pipelines-as-code-config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipelinesascode"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95f3cc4e3173845779e8ed825d34fba1ef07cd3d77c7243b30db2a2915cd1b61",
                                "imagePullPolicy": "Always",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "pac-watcher",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/live",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-watcher",
                        "serviceAccountName": "pipelines-as-code-watcher",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:16Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/part-of": "pipelines-as-code",
                    "app.kubernetes.io/version": "v0.37.7",
                    "operator.tekton.dev/deployment-spec-applied-hash": "8bdeb210d5a09d08364ad43e3cb16c8b",
                    "pod-template-hash": "656f8dbf57"
                },
                "name": "pipelines-as-code-webhook-656f8dbf57",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "pipelines-as-code-webhook",
                        "uid": "72b53489-731c-45d9-9e2e-5cadad770966"
                    }
                ],
                "resourceVersion": "23729",
                "uid": "cc55b18e-2453-4327-94ca-aa22b7dae09c"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "pipelines-as-code",
                        "pod-template-hash": "656f8dbf57"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "pipelines-as-code",
                            "app.kubernetes.io/version": "v0.37.7",
                            "operator.tekton.dev/deployment-spec-applied-hash": "8bdeb210d5a09d08364ad43e3cb16c8b",
                            "pod-template-hash": "656f8dbf57"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "command": [
                                    "/ko-app/pipelines-as-code-webhook"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "pac-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "pac-config-logging"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipelinesascode"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "pipelines-as-code-webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "pipelines-as-code-webhook"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:d28ec79f725102e88993e987bafaf1bb406859bab28743aad573825a51df799e",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "pac-webhook",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "pipelines-as-code-webhook",
                        "serviceAccountName": "pipelines-as-code-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:31Z",
                "generation": 1,
                "labels": {
                    "app": "pipelines-console-plugin",
                    "app.kubernetes.io/part-of": "tekton-config",
                    "name": "pipelines-console-plugin",
                    "pod-template-hash": "76d64577f4"
                },
                "name": "pipelines-console-plugin-76d64577f4",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "pipelines-console-plugin",
                        "uid": "171d26f5-14e3-48e4-8d32-e5b76595e962"
                    }
                ],
                "resourceVersion": "24180",
                "uid": "c3904610-2194-45d8-9f2f-94bfb14c797f"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "pipelines-console-plugin",
                        "name": "pipelines-console-plugin",
                        "pod-template-hash": "76d64577f4"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "pipelines-console-plugin",
                            "app.kubernetes.io/part-of": "tekton-config",
                            "name": "pipelines-console-plugin",
                            "pod-template-hash": "76d64577f4"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:66f2fcc54c1f79cc90ba053c232765c3e88527254b64b4357b3ab64a7b5c4fbf",
                                "imagePullPolicy": "Always",
                                "name": "pipelines-console-plugin",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/cert",
                                        "name": "pipelines-console-plugin-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/nginx/nginx.conf",
                                        "name": "nginx-conf",
                                        "readOnly": true,
                                        "subPath": "nginx.conf"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "pipelines-console-plugin-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "pipelines-console-plugin-cert"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "pipelines-console-plugin"
                                },
                                "name": "nginx-conf"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:02Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-chains-controller",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-chains",
                    "deployment.spec.replicas": "1",
                    "operator.tekton.dev/deployment-spec-applied-hash": "536569f035327fdd642ac1e069e39d0f",
                    "pipeline.tekton.dev/release": "v0.25.1",
                    "pod-template-hash": "6fc4d468cc",
                    "version": "v0.25.1"
                },
                "name": "tekton-chains-controller-6fc4d468cc",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-chains-controller",
                        "uid": "d8eaf661-e346-4b4b-aca2-68ae103ea031"
                    }
                ],
                "resourceVersion": "21875",
                "uid": "ac7c70f1-ee43-4423-bf8b-a8b140511ccd"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-chains",
                        "pod-template-hash": "6fc4d468cc"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-chains-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-chains",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "536569f035327fdd642ac1e069e39d0f",
                            "pipeline.tekton.dev/release": "v0.25.1",
                            "pod-template-hash": "6fc4d468cc",
                            "version": "v0.25.1"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-chains-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-chains-config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/chains"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:eb3c1bbbbaec16c0b2e1565b9f2885f6213a1d2f90ca63c7986042a6ed2be1b8",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-chains-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/signing-secrets",
                                        "name": "signing-secrets"
                                    },
                                    {
                                        "mountPath": "/var/run/sigstore/cosign",
                                        "name": "oidc-info"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-chains-controller",
                        "serviceAccountName": "tekton-chains-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "signing-secrets",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "signing-secrets"
                                }
                            },
                            {
                                "name": "oidc-info",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "serviceAccountToken": {
                                                "audience": "sigstore",
                                                "expirationSeconds": 600,
                                                "path": "oidc-token"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:17Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-events-controller",
                    "app.kubernetes.io/component": "events",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "events",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.3.2",
                    "operator.tekton.dev/deployment-spec-applied-hash": "03ed0f1f19521a2a794f7611a8df1da9",
                    "pipeline.tekton.dev/release": "v1.3.2",
                    "pod-template-hash": "67c969b54f",
                    "version": "v1.3.2"
                },
                "name": "tekton-events-controller-67c969b54f",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-events-controller",
                        "uid": "d8ada858-d7ad-4ca6-8d38-6f2f72722424"
                    }
                ],
                "resourceVersion": "21156",
                "uid": "2eaa797c-e565-4964-bc79-403349662f9d"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "events",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "events",
                        "app.kubernetes.io/part-of": "tekton-pipelines",
                        "pod-template-hash": "67c969b54f"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-events-controller",
                            "app.kubernetes.io/component": "events",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "events",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.3.2",
                            "operator.tekton.dev/deployment-spec-applied-hash": "03ed0f1f19521a2a794f7611a8df1da9",
                            "pipeline.tekton.dev/release": "v1.3.2",
                            "pod-template-hash": "67c969b54f",
                            "version": "v1.3.2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-events"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/etc/ssl/certs"
                                    },
                                    {
                                        "name": "SSL_CERT_FILE",
                                        "value": "/etc/config-registry-cert/cert"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:ada1a963ce2c45d2bba08051c1e0e2db88b200e9d616fab8fde10b698101fc69",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "tekton-events-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/config-logging",
                                        "name": "config-logging"
                                    },
                                    {
                                        "mountPath": "/etc/config-registry-cert",
                                        "name": "config-registry-cert"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-events-controller",
                        "serviceAccountName": "tekton-events-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-logging"
                                },
                                "name": "config-logging"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-registry-cert"
                                },
                                "name": "config-registry-cert"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:17Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-operator",
                    "name": "tekton-operator",
                    "operator.tekton.dev/deployment-spec-applied-hash": "5b4925ee99eaba275c9f32803de42274",
                    "pod-template-hash": "6476d54c7"
                },
                "name": "tekton-operator-proxy-webhook-6476d54c7",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-operator-proxy-webhook",
                        "uid": "63f7c783-71e1-413e-b7fd-b283b7bef179"
                    }
                ],
                "resourceVersion": "20993",
                "uid": "9c7213ba-8ab3-4ba6-a587-fd954ff7640c"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "tekton-operator",
                        "pod-template-hash": "6476d54c7"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-operator",
                            "name": "tekton-operator",
                            "operator.tekton.dev/deployment-spec-applied-hash": "5b4925ee99eaba275c9f32803de42274",
                            "pod-template-hash": "6476d54c7"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-operator-proxy-webhook-config-leader-election"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/operator"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "proxy-webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-operator-proxy-webhook"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:82ba22161e8f0fc959429029d26d9a32f39a701f0db68291626ee1464715f582",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "proxy",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "500Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-operators-proxy-webhook",
                        "serviceAccountName": "tekton-operators-proxy-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:16Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-pipelines-controller",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.3.2",
                    "deployment.spec.replicas": "1",
                    "operator.tekton.dev/deployment-spec-applied-hash": "227b4a8bbc60a9e2d5f1e8c685f84cb2",
                    "pipeline.tekton.dev/release": "v1.3.2",
                    "pod-template-hash": "585b85775",
                    "version": "v1.3.2"
                },
                "name": "tekton-pipelines-controller-585b85775",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-pipelines-controller",
                        "uid": "228a470f-497f-468d-8a92-0ea5245b611c"
                    }
                ],
                "resourceVersion": "21145",
                "uid": "0f796c8b-ffb4-44cc-909d-5fa0fad4a3d4"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-pipelines",
                        "pod-template-hash": "585b85775"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.3.2",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "227b4a8bbc60a9e2d5f1e8c685f84cb2",
                            "pipeline.tekton.dev/release": "v1.3.2",
                            "pod-template-hash": "585b85775",
                            "version": "v1.3.2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "controller",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "controller",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-entrypoint-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:a91d7a109855f7ca7d74557adf55cd09155f99715d7408c94e4f90337d7964c7",
                                    "-nop-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:259c6aa469fcff9577eae9fee294eb0143010d68528de2f3b2b21cf523432986",
                                    "-sidecarlogresults-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:eeac6c2ff2f2acc2724d7786dd6bc5341cf7dce57b070bce113985810b45e1e5",
                                    "-workingdirinit-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:ee91c1719f5ec30aa2214ddfe2b2456819ce5cbfbab9bd958b18aa90fb6baf82",
                                    "-shell-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:a91d7a109855f7ca7d74557adf55cd09155f99715d7408c94e4f90337d7964c7",
                                    "-shell-image-win",
                                    "mcr.microsoft.com/powershell:nanoserver@sha256:b6d5ff841b78bdf2dfed7550000fd4f3437385b8fa686ec0f010be24777654d6",
                                    "-disable-ha=false"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults"
                                    },
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-controller"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "CONFIG_SPIRE",
                                        "value": "config-spire"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipeline"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/etc/ssl/certs"
                                    },
                                    {
                                        "name": "SSL_CERT_FILE",
                                        "value": "/etc/config-registry-cert/cert"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:4847fc1483c03d570e5dced72df4a479c39e4bdf0dd76666c35c5d4de2acfcb7",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "tekton-pipelines-controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/config-logging",
                                        "name": "config-logging"
                                    },
                                    {
                                        "mountPath": "/etc/config-registry-cert",
                                        "name": "config-registry-cert"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/etc/ssl/certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-controller",
                        "serviceAccountName": "tekton-pipelines-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-logging"
                                },
                                "name": "config-logging"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "config-registry-cert"
                                },
                                "name": "config-registry-cert"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:17Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-pipelines-resolvers",
                    "app.kubernetes.io/component": "resolvers",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "resolvers",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.3.2",
                    "deployment.spec.replicas": "1",
                    "operator.tekton.dev/deployment-spec-applied-hash": "a9097ed402c8a815931615d277cbf211",
                    "pipeline.tekton.dev/release": "v1.3.2",
                    "pod-template-hash": "7b66b7f87c",
                    "version": "v1.3.2"
                },
                "name": "tekton-pipelines-remote-resolvers-7b66b7f87c",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-pipelines-remote-resolvers",
                        "uid": "568fdea2-27ab-4643-af48-985856730cca"
                    }
                ],
                "resourceVersion": "21064",
                "uid": "b04d42ed-5fca-4506-8f76-e55fb1213be1"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "resolvers",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "resolvers",
                        "app.kubernetes.io/part-of": "tekton-pipelines",
                        "pod-template-hash": "7b66b7f87c"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-resolvers",
                            "app.kubernetes.io/component": "resolvers",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "resolvers",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.3.2",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "a9097ed402c8a815931615d277cbf211",
                            "pipeline.tekton.dev/release": "v1.3.2",
                            "pod-template-hash": "7b66b7f87c",
                            "version": "v1.3.2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "resolvers",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "resolvers",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "command": [
                                    "/sbin/tini",
                                    "--",
                                    "/ko-app/resolvers"
                                ],
                                "env": [
                                    {
                                        "name": "ARTIFACT_HUB_API",
                                        "value": "https://artifacthub.io/"
                                    },
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-resolvers"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/resolution"
                                    },
                                    {
                                        "name": "PROBES_PORT",
                                        "value": "8080"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TEKTON_HUB_API"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:c6e1e725e260dd02e6ae4c9dad5ea8249d0ffd164950d75700db612a7e06ac2c",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "controller",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "limits": {
                                        "cpu": "1",
                                        "memory": "4Gi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tmp",
                                        "name": "tmp-clone-volume"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-resolvers",
                        "serviceAccountName": "tekton-pipelines-resolvers",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {
                                    "sizeLimit": "4Gi"
                                },
                                "name": "tmp-clone-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:17Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-pipelines-webhook",
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/part-of": "tekton-pipelines",
                    "app.kubernetes.io/version": "v1.3.2",
                    "operator.tekton.dev/deployment-spec-applied-hash": "148328e2520532b64130b102d9b00d55",
                    "pipeline.tekton.dev/release": "v1.3.2",
                    "pod-template-hash": "7fb6f95565",
                    "version": "v1.3.2"
                },
                "name": "tekton-pipelines-webhook-7fb6f95565",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-pipelines-webhook",
                        "uid": "0df64a34-6b58-451e-a94b-e65786064dec"
                    }
                ],
                "resourceVersion": "21174",
                "uid": "d830f694-4f56-4df5-acaa-2fb7b7c18802"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "tekton-pipelines",
                        "pod-template-hash": "7fb6f95565"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-pipelines-webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "tekton-pipelines",
                            "app.kubernetes.io/version": "v1.3.2",
                            "operator.tekton.dev/deployment-spec-applied-hash": "148328e2520532b64130b102d9b00d55",
                            "pipeline.tekton.dev/release": "v1.3.2",
                            "pod-template-hash": "7fb6f95565",
                            "version": "v1.3.2"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "webhook",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "webhook",
                                                    "app.kubernetes.io/part-of": "tekton-pipelines"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_FEATURE_FLAGS_NAME",
                                        "value": "feature-flags"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-webhook"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/pipeline"
                                    },
                                    {
                                        "name": "PROBES_PORT",
                                        "value": "8080"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_ADMISSION_CONTROLLER_NAME",
                                        "value": "webhook.pipeline.tekton.dev"
                                    },
                                    {
                                        "name": "WEBHOOK_PORT",
                                        "value": "8443"
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-pipelines-webhook"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:2c4ec0dfd62375ed45d5758798b1069e16a0a6d1986439d23c61591c4dfb9297",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/health",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "webhook",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8080,
                                        "name": "probes",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readiness",
                                        "port": "probes",
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "500Mi"
                                    },
                                    "requests": {
                                        "cpu": "100m",
                                        "memory": "100Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsGroup": 65532,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-pipelines-webhook",
                        "serviceAccountName": "tekton-pipelines-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:21Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-results-api",
                    "app.kubernetes.io/name": "tekton-results-api",
                    "app.kubernetes.io/version": "v0.16.0",
                    "operator.tekton.dev/deployment-spec-applied-hash": "b475d1f37b1c67a1ba0e5d8f98e7687b",
                    "pod-template-hash": "845dd5dc88"
                },
                "name": "tekton-results-api-845dd5dc88",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-results-api",
                        "uid": "f802e3e0-d3ae-4db8-9d14-7227d271a9d8"
                    }
                ],
                "resourceVersion": "22854",
                "uid": "d355480f-c491-4490-a203-1c4a227c30b6"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-api",
                        "app.kubernetes.io/version": "v0.16.0",
                        "pod-template-hash": "845dd5dc88"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-api",
                            "app.kubernetes.io/name": "tekton-results-api",
                            "app.kubernetes.io/version": "v0.16.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "b475d1f37b1c67a1ba0e5d8f98e7687b",
                            "pod-template-hash": "845dd5dc88"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/name": "tekton-results-api",
                                                    "app.kubernetes.io/version": "v0.16.0"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "DB_HOST",
                                        "value": "tekton-results-postgres-service.openshift-pipelines.svc.cluster.local"
                                    },
                                    {
                                        "name": "DB_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_PASSWORD",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DB_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_USER",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "IS_EXTERNAL_DB",
                                        "value": "false"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "LOGGING_PLUGIN_TLS_VERIFICATION_DISABLE",
                                        "value": "false"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:6aa9ea8c007ed426efe10bf36d943983fb9a3efe29744e059c0bdf79491a4ffe",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "api",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "startupProbe": {
                                    "failureThreshold": 10,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8080,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tekton/results",
                                        "name": "config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-api",
                        "serviceAccountName": "tekton-results-api",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "tekton-results-api-config"
                                },
                                "name": "config"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:21Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-results-retention-policy-agent",
                    "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                    "app.kubernetes.io/version": "v0.16.0",
                    "operator.tekton.dev/deployment-spec-applied-hash": "2e54ed8d011cf55e1fb4fa3528428c39",
                    "pod-template-hash": "866797b97b"
                },
                "name": "tekton-results-retention-policy-agent-866797b97b",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-results-retention-policy-agent",
                        "uid": "2ee84496-6fea-4b78-af79-5a21a336afe6"
                    }
                ],
                "resourceVersion": "22746",
                "uid": "c4a5c4af-02c6-4af2-a785-1a011d1eb65b"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                        "app.kubernetes.io/version": "v0.16.0",
                        "pod-template-hash": "866797b97b"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-retention-policy-agent",
                            "app.kubernetes.io/name": "tekton-results-retention-policy-agent",
                            "app.kubernetes.io/version": "v0.16.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "2e54ed8d011cf55e1fb4fa3528428c39",
                            "pod-template-hash": "866797b97b"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "tekton-results-config-logging"
                                    },
                                    {
                                        "name": "DB_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_PASSWORD",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "DB_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "POSTGRES_USER",
                                                "name": "tekton-results-postgres"
                                            }
                                        }
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:6d83c7e0e068178360998c815a3e0c729ca80a349954172aadafad5da5180d0c",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "retention-policy-agent",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tekton/results",
                                        "name": "config",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-watcher",
                        "serviceAccountName": "tekton-results-watcher",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "tekton-results-api-config"
                                },
                                "name": "config"
                            },
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:21Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-results-watcher",
                    "app.kubernetes.io/name": "tekton-results-watcher",
                    "app.kubernetes.io/version": "v0.16.0",
                    "deployment.spec.replicas": "1",
                    "operator.tekton.dev/deployment-spec-applied-hash": "b14639d7f3853668d5ef2206f2ce23d3",
                    "pod-template-hash": "7c955d848f"
                },
                "name": "tekton-results-watcher-7c955d848f",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-results-watcher",
                        "uid": "8dde11bb-f105-4f15-afaa-dccb0ff6e090"
                    }
                ],
                "resourceVersion": "22788",
                "uid": "6615065f-2674-4dde-b1e7-9ee7bfd32bae"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/name": "tekton-results-watcher",
                        "app.kubernetes.io/version": "v0.16.0",
                        "pod-template-hash": "7c955d848f"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "cluster-autoscaler.kubernetes.io/safe-to-evict": "false"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-results-watcher",
                            "app.kubernetes.io/name": "tekton-results-watcher",
                            "app.kubernetes.io/version": "v0.16.0",
                            "deployment.spec.replicas": "1",
                            "operator.tekton.dev/deployment-spec-applied-hash": "b14639d7f3853668d5ef2206f2ce23d3",
                            "pod-template-hash": "7c955d848f"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/name": "tekton-results-watcher",
                                                    "app.kubernetes.io/version": "v0.16.0"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-api_addr",
                                    "$(TEKTON_RESULTS_API_SERVICE)",
                                    "-auth_mode",
                                    "$(AUTH_MODE)"
                                ],
                                "env": [
                                    {
                                        "name": "AUTH_MODE",
                                        "value": "token"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "tekton-results-config-leader-election"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "tekton-results-config-logging"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "tekton-results-config-observability"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/results"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "TEKTON_RESULTS_API_SERVICE",
                                        "value": "tekton-results-api-service.openshift-pipelines.svc.cluster.local:8080"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:07789f6e6e3c3a5a974c106b43c2e8bc60edb3321def1f0883f3fcd35a238ed0",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "watcher",
                                "ports": [
                                    {
                                        "containerPort": 9090,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/etc/tls",
                                        "name": "tls",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-results-watcher",
                        "serviceAccountName": "tekton-results-watcher",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "tls",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "tekton-results-tls"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:40Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-triggers-controller",
                    "app.kubernetes.io/component": "controller",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "controller",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.33.0",
                    "operator.tekton.dev/deployment-spec-applied-hash": "7d34db2ac79ad3a052378c673b6fda8f",
                    "pod-template-hash": "6458ddd477",
                    "triggers.tekton.dev/release": "v0.33.0",
                    "version": "v0.33.0"
                },
                "name": "tekton-triggers-controller-6458ddd477",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-triggers-controller",
                        "uid": "d76db77b-569d-41c1-b2c4-6bd5e8c8dd96"
                    }
                ],
                "resourceVersion": "21557",
                "uid": "04f02b12-10c2-45a0-8062-d6ec853b69a1"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "controller",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "controller",
                        "app.kubernetes.io/part-of": "tekton-triggers",
                        "pod-template-hash": "6458ddd477"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-controller",
                            "app.kubernetes.io/component": "controller",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "controller",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.33.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "7d34db2ac79ad3a052378c673b6fda8f",
                            "pod-template-hash": "6458ddd477",
                            "triggers.tekton.dev/release": "v0.33.0",
                            "version": "v0.33.0"
                        }
                    },
                    "spec": {
                        "affinity": {
                            "nodeAffinity": {
                                "requiredDuringSchedulingIgnoredDuringExecution": {
                                    "nodeSelectorTerms": [
                                        {
                                            "matchExpressions": [
                                                {
                                                    "key": "kubernetes.io/os",
                                                    "operator": "NotIn",
                                                    "values": [
                                                        "windows"
                                                    ]
                                                }
                                            ]
                                        }
                                    ]
                                }
                            },
                            "podAntiAffinity": {
                                "preferredDuringSchedulingIgnoredDuringExecution": [
                                    {
                                        "podAffinityTerm": {
                                            "labelSelector": {
                                                "matchLabels": {
                                                    "app.kubernetes.io/component": "controller",
                                                    "app.kubernetes.io/instance": "default",
                                                    "app.kubernetes.io/name": "controller",
                                                    "app.kubernetes.io/part-of": "tekton-triggers"
                                                }
                                            },
                                            "topologyKey": "kubernetes.io/hostname"
                                        },
                                        "weight": 100
                                    }
                                ]
                            }
                        },
                        "containers": [
                            {
                                "args": [
                                    "-logtostderr",
                                    "-stderrthreshold",
                                    "INFO",
                                    "-el-image",
                                    "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:6247b2814725f2c121fa1e798d142fbb43d071cc84440e59a661bd01f9d9e666",
                                    "-el-port",
                                    "8080",
                                    "-el-security-context=true",
                                    "-el-read-only-root-filesystem=true",
                                    "-el-events",
                                    "enable",
                                    "-el-readtimeout",
                                    "5",
                                    "-el-writetimeout",
                                    "40",
                                    "-el-idletimeout",
                                    "120",
                                    "-el-timeouthandler",
                                    "30",
                                    "-el-httpclient-readtimeout",
                                    "30",
                                    "-el-httpclient-keep-alive",
                                    "30",
                                    "-el-httpclient-tlshandshaketimeout",
                                    "10",
                                    "-el-httpclient-responseheadertimeout",
                                    "10",
                                    "-el-httpclient-expectcontinuetimeout",
                                    "1",
                                    "-period-seconds",
                                    "10",
                                    "-failure-threshold",
                                    "3"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_DEFAULTS_NAME",
                                        "value": "config-defaults-triggers"
                                    },
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-triggers-controllers"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability-triggers"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "METRICS_PROMETHEUS_PORT",
                                        "value": "9000"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:f4c15a6e518997beafd705de5c0364145de194c7e965f42af234d33c472d3e18",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-triggers-controller",
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-controller",
                        "serviceAccountName": "tekton-triggers-controller",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:40Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-triggers-core-interceptors",
                    "app.kubernetes.io/component": "interceptors",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "core-interceptors",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.33.0",
                    "operator.tekton.dev/deployment-spec-applied-hash": "e5fd864085c6b478e10a430153c793b3",
                    "pod-template-hash": "5cdd986f68",
                    "triggers.tekton.dev/release": "v0.33.0",
                    "version": "v0.33.0"
                },
                "name": "tekton-triggers-core-interceptors-5cdd986f68",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-triggers-core-interceptors",
                        "uid": "0cc39ce3-966a-4984-a574-d19fd90c41b9"
                    }
                ],
                "resourceVersion": "21731",
                "uid": "c00bb598-ff45-4f65-b4f4-f731f98e8585"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "interceptors",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "core-interceptors",
                        "app.kubernetes.io/part-of": "tekton-triggers",
                        "pod-template-hash": "5cdd986f68"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-core-interceptors",
                            "app.kubernetes.io/component": "interceptors",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "core-interceptors",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.33.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "e5fd864085c6b478e10a430153c793b3",
                            "pod-template-hash": "5cdd986f68",
                            "triggers.tekton.dev/release": "v0.33.0",
                            "version": "v0.33.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-logtostderr",
                                    "-stderrthreshold",
                                    "INFO"
                                ],
                                "env": [
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "CONFIG_OBSERVABILITY_NAME",
                                        "value": "config-observability-triggers"
                                    },
                                    {
                                        "name": "INTERCEPTOR_TLS_SECRET_NAME",
                                        "value": "tekton-triggers-core-interceptors-certs"
                                    },
                                    {
                                        "name": "INTERCEPTOR_TLS_SVC_NAME",
                                        "value": "tekton-triggers-core-interceptors"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:4dcd0b18dea61968f20d49c4372eec43689eb52e823e1a6293e9b89c6e21e587",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tekton-triggers-core-interceptors",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/ready",
                                        "port": 8443,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-core-interceptors",
                        "serviceAccountName": "tekton-triggers-core-interceptors",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:12:40Z",
                "generation": 1,
                "labels": {
                    "app": "tekton-triggers-webhook",
                    "app.kubernetes.io/component": "webhook",
                    "app.kubernetes.io/instance": "default",
                    "app.kubernetes.io/name": "webhook",
                    "app.kubernetes.io/part-of": "tekton-triggers",
                    "app.kubernetes.io/version": "v0.33.0",
                    "operator.tekton.dev/deployment-spec-applied-hash": "a932163ea0d897f0ae6c69f456136177",
                    "pod-template-hash": "5d6f949d98",
                    "triggers.tekton.dev/release": "v0.33.0",
                    "version": "v0.33.0"
                },
                "name": "tekton-triggers-webhook-5d6f949d98",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tekton-triggers-webhook",
                        "uid": "0f664c6e-1334-4669-b600-c719fbd297ef"
                    }
                ],
                "resourceVersion": "21591",
                "uid": "30fda31a-cb8f-40d1-be23-dbbc598fb7ef"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "webhook",
                        "app.kubernetes.io/instance": "default",
                        "app.kubernetes.io/name": "webhook",
                        "app.kubernetes.io/part-of": "tekton-triggers",
                        "pod-template-hash": "5d6f949d98"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tekton-triggers-webhook",
                            "app.kubernetes.io/component": "webhook",
                            "app.kubernetes.io/instance": "default",
                            "app.kubernetes.io/name": "webhook",
                            "app.kubernetes.io/part-of": "tekton-triggers",
                            "app.kubernetes.io/version": "v0.33.0",
                            "operator.tekton.dev/deployment-spec-applied-hash": "a932163ea0d897f0ae6c69f456136177",
                            "pod-template-hash": "5d6f949d98",
                            "triggers.tekton.dev/release": "v0.33.0",
                            "version": "v0.33.0"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "CONFIG_LEADERELECTION_NAME",
                                        "value": "config-leader-election-triggers-webhook"
                                    },
                                    {
                                        "name": "CONFIG_LOGGING_NAME",
                                        "value": "config-logging-triggers"
                                    },
                                    {
                                        "name": "KUBERNETES_MIN_VERSION",
                                        "value": "v1.0.0"
                                    },
                                    {
                                        "name": "METRICS_DOMAIN",
                                        "value": "tekton.dev/triggers"
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/tekton-custom-certs:/etc/ssl/certs:/etc/pki/tls/certs"
                                    },
                                    {
                                        "name": "SYSTEM_NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "WEBHOOK_SECRET_NAME",
                                        "value": "triggers-webhook-certs"
                                    },
                                    {
                                        "name": "WEBHOOK_SERVICE_NAME",
                                        "value": "tekton-triggers-webhook"
                                    }
                                ],
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:6b79a56373664462beee1bae9a2f475ede6b945d35ab65a427f18990c375f29a",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "webhook",
                                "ports": [
                                    {
                                        "containerPort": 9000,
                                        "name": "metrics",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8008,
                                        "name": "profiling",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 8443,
                                        "name": "https-webhook",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    },
                                    "readOnlyRootFilesystem": true,
                                    "runAsNonRoot": true,
                                    "seccompProfile": {
                                        "type": "RuntimeDefault"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/tekton-custom-certs/ca-bundle.crt",
                                        "name": "config-trusted-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "ca-bundle.crt"
                                    },
                                    {
                                        "mountPath": "/tekton-custom-certs/service-ca.crt",
                                        "name": "config-service-cabundle-volume",
                                        "readOnly": true,
                                        "subPath": "service-ca.crt"
                                    },
                                    {
                                        "mountPath": "/etc/pki/ca-trust/extracted/pem",
                                        "name": "config-trusted-system-cabundle-volume",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tekton-triggers-webhook",
                        "serviceAccountName": "tekton-triggers-webhook",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "ca-bundle.crt"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "service-ca.crt",
                                            "path": "service-ca.crt"
                                        }
                                    ],
                                    "name": "config-service-cabundle"
                                },
                                "name": "config-service-cabundle-volume"
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "ca-bundle.crt",
                                            "path": "tls-ca-bundle.pem"
                                        }
                                    ],
                                    "name": "config-trusted-cabundle"
                                },
                                "name": "config-trusted-system-cabundle-volume"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:48Z",
                "generation": 1,
                "labels": {
                    "app": "tkn-cli-serve",
                    "pod-template-hash": "5c5c45b675"
                },
                "name": "tkn-cli-serve-5c5c45b675",
                "namespace": "openshift-pipelines",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tkn-cli-serve",
                        "uid": "9a98c1c8-08c0-4bc3-bf92-a324a0d613cb"
                    }
                ],
                "resourceVersion": "23428",
                "uid": "297be661-d1b1-46f8-ba61-0dec1d2fa56b"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "tkn-cli-serve",
                        "pod-template-hash": "5c5c45b675"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tkn-cli-serve",
                            "pod-template-hash": "5c5c45b675"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "image": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:050fe6fe1298c45a27982e3f4d0afe637ce01d9b394e85b7eb202309ecdd0731",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "tkn-cli-serve",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "include.release.openshift.io/hypershift": "true",
                    "include.release.openshift.io/ibm-cloud-managed": "true"
                },
                "creationTimestamp": "2026-04-02T23:56:42Z",
                "generation": 1,
                "labels": {
                    "app": "service-ca-operator",
                    "pod-template-hash": "7f694b5f95"
                },
                "name": "service-ca-operator-7f694b5f95",
                "namespace": "openshift-service-ca-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "service-ca-operator",
                        "uid": "12dfccb1-5f19-4615-905a-a1fac71047fc"
                    }
                ],
                "resourceVersion": "13261",
                "uid": "d2df3927-cfcd-46c1-8c09-9681f9f2147a"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "service-ca-operator",
                        "pod-template-hash": "7f694b5f95"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "nonroot-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "service-ca-operator",
                            "pod-template-hash": "7f694b5f95"
                        },
                        "name": "service-ca-operator"
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--config=/var/run/configmaps/config/operator-config.yaml",
                                    "-v=2"
                                ],
                                "command": [
                                    "service-ca-operator",
                                    "operator"
                                ],
                                "env": [
                                    {
                                        "name": "CONTROLLER_IMAGE",
                                        "value": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:521712486e2c6e3c020dad6a1cb340db8e55665b69f7c208fab9cd9e965fd588"
                                    },
                                    {
                                        "name": "OPERATOR_IMAGE_VERSION",
                                        "value": "4.20.8"
                                    }
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:521712486e2c6e3c020dad6a1cb340db8e55665b69f7c208fab9cd9e965fd588",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "service-ca-operator",
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "80Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/configmaps/config",
                                        "name": "config"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/serving-cert",
                                        "name": "serving-cert"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsGroup": 1001,
                            "runAsNonRoot": true,
                            "runAsUser": 1001,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "service-ca-operator",
                        "serviceAccountName": "service-ca-operator",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "serving-cert",
                                "secret": {
                                    "defaultMode": 420,
                                    "optional": true,
                                    "secretName": "serving-cert"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "service-ca-operator-config"
                                },
                                "name": "config"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1",
                    "operator.openshift.io/spec-hash": "929e8e7a4d8e00c1bbeb13e6cfd38adaaae13573b39bc0c1c7c7e12504ec04d2"
                },
                "creationTimestamp": "2026-04-03T00:04:43Z",
                "generation": 1,
                "labels": {
                    "app": "service-ca",
                    "pod-template-hash": "5fffcf96d8",
                    "service-ca": "true"
                },
                "name": "service-ca-5fffcf96d8",
                "namespace": "openshift-service-ca",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "service-ca",
                        "uid": "3584e4f0-2449-469b-bef2-9ea478782e79"
                    }
                ],
                "resourceVersion": "9990",
                "uid": "e9dfa7b3-a9b3-4549-945b-01378abf103f"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "service-ca",
                        "pod-template-hash": "5fffcf96d8",
                        "service-ca": "true"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "openshift.io/required-scc": "restricted-v2",
                            "target.workload.openshift.io/management": "{\"effect\": \"PreferredDuringScheduling\"}"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "app": "service-ca",
                            "pod-template-hash": "5fffcf96d8",
                            "service-ca": "true"
                        },
                        "name": "service-ca"
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "-v=2"
                                ],
                                "command": [
                                    "service-ca-operator",
                                    "controller"
                                ],
                                "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:521712486e2c6e3c020dad6a1cb340db8e55665b69f7c208fab9cd9e965fd588",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "service-ca-controller",
                                "ports": [
                                    {
                                        "containerPort": 8443,
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "120Mi"
                                    }
                                },
                                "securityContext": {
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "FallbackToLogsOnError",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/secrets/signing-key",
                                        "name": "signing-key"
                                    },
                                    {
                                        "mountPath": "/var/run/configmaps/signing-cabundle",
                                        "name": "signing-cabundle"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "priorityClassName": "system-cluster-critical",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "service-ca",
                        "serviceAccountName": "service-ca",
                        "terminationGracePeriodSeconds": 30,
                        "tolerations": [
                            {
                                "effect": "NoSchedule",
                                "key": "node-role.kubernetes.io/master",
                                "operator": "Exists"
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/unreachable",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            },
                            {
                                "effect": "NoExecute",
                                "key": "node.kubernetes.io/not-ready",
                                "operator": "Exists",
                                "tolerationSeconds": 120
                            }
                        ],
                        "volumes": [
                            {
                                "name": "signing-key",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "signing-key"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "signing-cabundle"
                                },
                                "name": "signing-cabundle"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:32Z",
                "generation": 1,
                "labels": {
                    "name": "rhbk-operator",
                    "pod-template-hash": "cdf7f4cff"
                },
                "name": "rhbk-operator-cdf7f4cff",
                "namespace": "rhbk-operator",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rhbk-operator",
                        "uid": "5453c435-4a8e-4167-8fe3-b15607cd09a7"
                    }
                ],
                "resourceVersion": "19289",
                "uid": "cc61b149-f6c1-4d53-ac75-6b8c5d9b8783"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "name": "rhbk-operator",
                        "pod-template-hash": "cdf7f4cff"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"k8s.keycloak.org/v2alpha1\",\n    \"kind\": \"Keycloak\",\n    \"metadata\": {\n      \"name\": \"example-keycloak\",\n      \"labels\": {\n        \"app\": \"sso\"\n      }\n    },\n    \"spec\": {\n      \"instances\": 1,\n      \"hostname\": {\n        \"hostname\": \"example.org\"\n      },\n      \"http\": {\n        \"tlsSecret\": \"my-tls-secret\"\n      }\n    }\n  },\n  {\n    \"apiVersion\": \"k8s.keycloak.org/v2alpha1\",\n    \"kind\": \"KeycloakRealmImport\",\n    \"metadata\": {\n      \"name\": \"example-keycloak-realm-import\",\n      \"labels\": {\n        \"app\": \"sso\"\n      }\n    },\n    \"spec\": {\n      \"keycloakCRName\": \"example-keycloak\",\n      \"realm\": {}\n    }\n  }\n]",
                            "capabilities": "Deep Insights",
                            "categories": "Security",
                            "certified": "false",
                            "containerImage": "registry.redhat.io/rhbk/keycloak-rhel9-operator@sha256:ee815bf36c438e81b9553f0359a7725f0b3f633a5143f04cc822ea865940801a",
                            "createdAt": "2025-03-26T02:27:51Z",
                            "description": "An Operator for installing and managing Keycloak",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "true",
                            "features.operators.openshift.io/fips-compliant": "false",
                            "features.operators.openshift.io/proxy-aware": "false",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "false",
                            "features.operators.openshift.io/token-auth-azure": "false",
                            "features.operators.openshift.io/token-auth-gcp": "false",
                            "olm.operatorGroup": "rhbk-operator",
                            "olm.operatorNamespace": "rhbk-operator",
                            "olm.targetNamespaces": "tsf-keycloak",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"k8s.keycloak.org\",\"kind\":\"Keycloak\",\"version\":\"v2alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"k8s.keycloak.org\",\"kind\":\"KeycloakRealmImport\",\"version\":\"v2alpha1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"rhbk-operator\",\"version\":\"24.0.11-opr.1\"}}]}",
                            "operators.openshift.io/valid-subscription": "[\"OpenShift Container Platform\", \"OpenShift Platform Plus\"]",
                            "repository": "https://github.com/keycloak/keycloak",
                            "support": "Red Hat"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "name": "rhbk-operator",
                            "pod-template-hash": "cdf7f4cff"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "RELATED_IMAGE_KEYCLOAK",
                                        "value": "registry.redhat.io/rhbk/keycloak-rhel9@sha256:d339ecf788d1681ba9945a2ea63ca675caec863ec75f497ef916103f4c898003"
                                    },
                                    {
                                        "name": "QUARKUS_OPERATOR_SDK_CONTROLLERS_KEYCLOAKREALMIMPORTCONTROLLER_NAMESPACES",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.annotations['olm.targetNamespaces']"
                                            }
                                        }
                                    },
                                    {
                                        "name": "QUARKUS_OPERATOR_SDK_CONTROLLERS_KEYCLOAKCONTROLLER_NAMESPACES",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.annotations['olm.targetNamespaces']"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "OPERATOR_NAME",
                                        "value": "rhbk-operator"
                                    },
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "rhbk-operator.v24.0.11-opr.1"
                                    }
                                ],
                                "image": "registry.redhat.io/rhbk/keycloak-rhel9-operator@sha256:ee815bf36c438e81b9553f0359a7725f0b3f633a5143f04cc822ea865940801a",
                                "imagePullPolicy": "Always",
                                "name": "rhbk-operator",
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "rhbk-operator",
                        "serviceAccountName": "rhbk-operator",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:58Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "client-server",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "7c89686b75"
                },
                "name": "cli-server-7c89686b75",
                "namespace": "trusted-artifact-signer",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "cli-server",
                        "uid": "5e9af454-67dc-4df5-ab86-ce1407974158"
                    }
                ],
                "resourceVersion": "20731",
                "uid": "1b4bbd8b-3eeb-412c-addc-be4909f640bb"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "client-server",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "7c89686b75"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "client-server",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "7c89686b75"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "image": "registry.redhat.io/rhtas/client-server-rhel9@sha256:373050d2ded02b5acd0e5edf3ef9819fe65403b2f40b557e9077e4a57629cb97",
                                "imagePullPolicy": "Always",
                                "name": "cli-server",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "app.kubernetes.io/part-of": "tsf",
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "meta.helm.sh/release-name": "tsf-infrastructure",
                    "meta.helm.sh/release-namespace": "tsf"
                },
                "creationTimestamp": "2026-04-03T00:12:04Z",
                "generation": 1,
                "labels": {
                    "app": "keycloak-pgsql-bee",
                    "phase": "reference",
                    "pod-template-hash": "9c8768f87"
                },
                "name": "keycloak-pgsql-bee-9c8768f87",
                "namespace": "tsf-keycloak",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "keycloak-pgsql-bee",
                        "uid": "2df85603-b35d-4d98-86b2-b65ac8324d6b"
                    }
                ],
                "resourceVersion": "21337",
                "uid": "5a102b65-3416-4989-a7fc-dfcb7f121e20"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "keycloak-pgsql-bee",
                        "pod-template-hash": "9c8768f87"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "keycloak-pgsql-bee",
                            "phase": "reference",
                            "pod-template-hash": "9c8768f87"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "POSTGRESQL_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "user",
                                                "name": "keycloak-pgsql-user"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POSTGRESQL_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "password",
                                                "name": "keycloak-pgsql-user"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POSTGRESQL_DATABASE",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "dbname",
                                                "name": "keycloak-pgsql-user"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/rhel9/postgresql-16:1-1754433677",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "pgsql-bee",
                                "ports": [
                                    {
                                        "containerPort": 5432,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "tcpSocket": {
                                        "port": 5432
                                    },
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "1",
                                        "memory": "1Gi"
                                    },
                                    "requests": {
                                        "cpu": "250m",
                                        "memory": "512Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/lib/pgsql/data",
                                        "name": "pgsql-storage"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "pgsql-storage",
                                "persistentVolumeClaim": {
                                    "claimName": "keycloak-pgsql-data"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:09Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "ctlog",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "ctlog",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "67668dc8df"
                },
                "name": "ctlog-67668dc8df",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "ctlog",
                        "uid": "db626be8-7e1a-42b2-a59d-15a77154fc07"
                    }
                ],
                "resourceVersion": "23901",
                "uid": "e74449bb-8c6f-47dc-97b7-51e8dcf2a2d5"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "ctlog",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "ctlog",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "67668dc8df"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "ctlog",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "ctlog",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "67668dc8df"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--http_endpoint=0.0.0.0:6962",
                                    "--log_config=/ctfe-keys/config",
                                    "--alsologtostderr",
                                    "--max_cert_chain_size",
                                    "153600",
                                    "--tls_certificate",
                                    "/var/run/secrets/tas/tls.crt",
                                    "--tls_key",
                                    "/var/run/secrets/tas/tls.key",
                                    "--trillian_tls_ca_cert_file",
                                    "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"
                                ],
                                "env": [
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:61aeb8693f27b60dd35e3dd1961d14bd95988cae70d649b340045619e5de7acf",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 6962,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "ctlog",
                                "ports": [
                                    {
                                        "containerPort": 6962,
                                        "name": "server",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 6962,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/ctfe-keys",
                                        "name": "keys",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/tas",
                                        "name": "tls-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "ctlog",
                        "serviceAccountName": "ctlog",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "keys",
                                "secret": {
                                    "defaultMode": 420,
                                    "secretName": "ctlog-config-trusted-artifact-signer4qbbn"
                                }
                            },
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            },
                            {
                                "name": "tls-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.crt",
                                                        "path": "tls.crt"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-ctlog-tls"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.key",
                                                        "path": "tls.key"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-ctlog-tls"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "fulcio",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "fulcio-server",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "5fdb6678d8"
                },
                "name": "fulcio-server-5fdb6678d8",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "fulcio-server",
                        "uid": "6aa7b75b-b16e-4e6a-8efd-3d80dc6ddfef"
                    }
                ],
                "resourceVersion": "22652",
                "uid": "5f1f50f4-75dd-4320-9159-5550195139b1"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "fulcio",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "fulcio-server",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "5fdb6678d8"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "fulcio",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "fulcio-server",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "5fdb6678d8"
                        }
                    },
                    "spec": {
                        "automountServiceAccountToken": true,
                        "containers": [
                            {
                                "args": [
                                    "serve",
                                    "--port=5555",
                                    "--grpc-port=5554",
                                    "--log_type=prod",
                                    "--ca=fileca",
                                    "--fileca-key",
                                    "/var/run/fulcio-secrets/key.pem",
                                    "--fileca-cert",
                                    "/var/run/fulcio-secrets/cert.pem",
                                    "--ct-log-url=https://ctlog.tsf-tas.svc/trusted-artifact-signer",
                                    "--fileca-key-passwd",
                                    "$(PASSWORD)"
                                ],
                                "env": [
                                    {
                                        "name": "PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "password",
                                                "name": "fulcio-cert-trusted-artifact-signernfz2m"
                                            }
                                        }
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d71caff0f67fe8d9665d39193d955fc9352224f647406a40e56428dd6cd24953",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5555,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "fulcio-server",
                                "ports": [
                                    {
                                        "containerPort": 5555,
                                        "name": "http",
                                        "protocol": "TCP"
                                    },
                                    {
                                        "containerPort": 5554,
                                        "name": "grpc",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 5555,
                                        "scheme": "HTTP"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/fulcio-secrets",
                                        "name": "fulcio-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/etc/fulcio-config",
                                        "name": "fulcio-config"
                                    },
                                    {
                                        "mountPath": "/var/run/fulcio",
                                        "name": "oidc-info"
                                    },
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "fulcio",
                        "serviceAccountName": "fulcio",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "fulcio-config-9mf84"
                                },
                                "name": "fulcio-config"
                            },
                            {
                                "name": "fulcio-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "private",
                                                        "path": "key.pem"
                                                    }
                                                ],
                                                "name": "fulcio-cert-trusted-artifact-signernfz2m"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "cert",
                                                        "path": "cert.pem"
                                                    }
                                                ],
                                                "name": "fulcio-cert-trusted-artifact-signernfz2m"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "name": "oidc-info",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "configMap": {
                                                "items": [
                                                    {
                                                        "key": "ca.crt",
                                                        "mode": 438,
                                                        "path": "ca.crt"
                                                    }
                                                ],
                                                "name": "kube-root-ca.crt"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:20Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "rekor-redis",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "rekor-redis",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "64cd7657f7"
                },
                "name": "rekor-redis-64cd7657f7",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rekor-redis",
                        "uid": "b1597572-e0fd-4071-abd3-8544da6c6d15"
                    }
                ],
                "resourceVersion": "24212",
                "uid": "3cee881e-2722-4da1-9982-19f16ced3635"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "rekor-redis",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "rekor-redis",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "64cd7657f7"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "rekor-redis",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "rekor-redis",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "64cd7657f7"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "REDIS_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "password",
                                                "name": "redis-password-trusted-artifact-signertkw8r"
                                            }
                                        }
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    },
                                    {
                                        "name": "REDIS_CONF",
                                        "value": "/config/redis.conf"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:cc686a64f9ae83adecc7a0ffe8a6b82f0750dc39ad05654a8087cf780a1c3b3a",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "exec": {
                                        "command": [
                                            "/bin/sh",
                                            "-c",
                                            "-i",
                                            "test $(redis-cli --tls --cacert /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt -h 127.0.0.1 -a $REDIS_PASSWORD ping) = 'PONG'"
                                        ]
                                    },
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "rekor-redis",
                                "ports": [
                                    {
                                        "containerPort": 6379,
                                        "name": "redis",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "exec": {
                                        "command": [
                                            "/bin/sh",
                                            "-c",
                                            "-i",
                                            "test $(redis-cli --tls --cacert /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt -h 127.0.0.1 -a $REDIS_PASSWORD ping) = 'PONG'"
                                        ]
                                    },
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/data",
                                        "name": "storage"
                                    },
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/tas",
                                        "name": "tls-cert",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/config",
                                        "name": "config"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "args": [
                                    "cp $REDIS_CONF /config/redis.conf\necho \"tls-port 6379\" \u003e\u003e /config/redis.conf\necho \"port 0\" \u003e\u003e /config/redis.conf\necho \"tls-cert-file /var/run/secrets/tas/tls.crt\" \u003e\u003e /config/redis.conf\necho \"tls-key-file /var/run/secrets/tas/tls.key\" \u003e\u003e /config/redis.conf\necho \"tls-ca-cert-file /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt\" \u003e\u003e /config/redis.conf\necho \"tls-auth-clients no\" \u003e\u003e /config/redis.conf\n"
                                ],
                                "command": [
                                    "/bin/bash",
                                    "-c"
                                ],
                                "image": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:cc686a64f9ae83adecc7a0ffe8a6b82f0750dc39ad05654a8087cf780a1c3b3a",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "enable-tls",
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/config",
                                        "name": "config"
                                    }
                                ]
                            }
                        ],
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "rekor-redis",
                        "serviceAccountName": "rekor-redis",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "emptyDir": {},
                                "name": "storage"
                            },
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            },
                            {
                                "name": "tls-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.crt",
                                                        "path": "tls.crt"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-rekor-redis-tls"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.key",
                                                        "path": "tls.key"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-rekor-redis-tls"
                                            }
                                        }
                                    ]
                                }
                            },
                            {
                                "emptyDir": {},
                                "name": "config"
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:21Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "rekor-ui",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "rekor-search-ui",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "58447c9bfb"
                },
                "name": "rekor-search-ui-58447c9bfb",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rekor-search-ui",
                        "uid": "72af9bcc-8420-4d41-8d87-727a95ff5205"
                    }
                ],
                "resourceVersion": "24248",
                "uid": "6070be2f-f682-4044-8d43-0ef351807437"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "rekor-ui",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "rekor-search-ui",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "58447c9bfb"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "rekor-ui",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "rekor-search-ui",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "58447c9bfb"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN",
                                        "value": "https://rekor-server-tsf-tas.apps.rosa.kx-80e352d350.spir.p3.openshiftapps.com"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:865dd51e80034018400794d07edc0b546c6e4de7e2351dddc7f1f6378e1ffdd0",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/",
                                        "port": 3000,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "name": "rekor-search-ui",
                                "ports": [
                                    {
                                        "containerPort": 3000,
                                        "name": "3000-tcp",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/",
                                        "port": 3000,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "rekor-ui",
                        "serviceAccountName": "rekor-ui",
                        "terminationGracePeriodSeconds": 30
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:20Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "rekor-server",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "rekor-server",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "7d7d8f8fc8"
                },
                "name": "rekor-server-7d7d8f8fc8",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rekor-server",
                        "uid": "cae11c17-be7c-4376-a4e2-852244fa56ed"
                    }
                ],
                "resourceVersion": "24232",
                "uid": "bfa0c769-e7ec-4394-9436-c8f3bcf050b3"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "rekor-server",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "rekor-server",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "7d7d8f8fc8"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "rekor-server",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "rekor-server",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "7d7d8f8fc8"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "serve",
                                    "--trillian_log_server.address",
                                    "trillian-logserver.tsf-tas.svc",
                                    "--trillian_log_server.port",
                                    "8091",
                                    "--trillian_log_server.sharding_config",
                                    "/sharding/sharding-config.yaml",
                                    "--rekor_server.address",
                                    "0.0.0.0",
                                    "--enable_retrieve_api=true",
                                    "--trillian_log_server.tlog_id",
                                    "6045445735355840242",
                                    "--log_type",
                                    "prod",
                                    "--rekor_server.signer",
                                    "/key/private",
                                    "--max_request_body_size",
                                    "10485760",
                                    "--search_index.storage_provider",
                                    "redis",
                                    "--redis_server.address",
                                    "rekor-redis.tsf-tas.svc",
                                    "--redis_server.port",
                                    "6379",
                                    "--redis_server.password",
                                    "$(REDIS_PASSWORD)",
                                    "--redis_server.enable-tls=true",
                                    "--enable_attestation_storage=true",
                                    "--attestation_storage_bucket",
                                    "file:///var/run/attestations?no_tmp_dir=true",
                                    "--max_attestation_size",
                                    "102400",
                                    "--trillian_log_server.tls=true"
                                ],
                                "env": [
                                    {
                                        "name": "REDIS_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "password",
                                                "name": "redis-password-trusted-artifact-signertkw8r"
                                            }
                                        }
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:5ffaf92fc557cb891a546ae2682d4e0259166ad6d935970dc958d255abc29a48",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/ping",
                                        "port": 3000,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "rekor-server",
                                "ports": [
                                    {
                                        "containerPort": 3000,
                                        "name": "rekor-server",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/ping",
                                        "port": 3000,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/key",
                                        "name": "rekor-private-key-volume",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/sharding",
                                        "name": "rekor-sharding-config"
                                    },
                                    {
                                        "mountPath": "/var/run/attestations",
                                        "name": "storage"
                                    },
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroupChangePolicy": "OnRootMismatch",
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "rekor",
                        "serviceAccountName": "rekor",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "rekor-private-key-volume",
                                "secret": {
                                    "defaultMode": 420,
                                    "items": [
                                        {
                                            "key": "private",
                                            "path": "private"
                                        }
                                    ],
                                    "secretName": "rekor-signer-trusted-artifact-signer-d9txj"
                                }
                            },
                            {
                                "configMap": {
                                    "defaultMode": 420,
                                    "name": "rekor-sharding-config-k8m22"
                                },
                                "name": "rekor-sharding-config"
                            },
                            {
                                "name": "storage",
                                "persistentVolumeClaim": {
                                    "claimName": "rekor-trusted-artifact-signer-pvc"
                                }
                            },
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "trillian-db",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "trillian-db",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "77b8cc8cdc"
                },
                "name": "trillian-db-77b8cc8cdc",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "trillian-db",
                        "uid": "3c8ffc1c-223a-46d0-a660-a63587b84c4f"
                    }
                ],
                "resourceVersion": "22866",
                "uid": "f5532c65-4785-4c58-88d0-58796c690a17"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "trillian-db",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "trillian-db",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "77b8cc8cdc"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "trillian-db",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "trillian-db",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "77b8cc8cdc"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--ssl-cert",
                                    "/var/run/secrets/tas/tls.crt",
                                    "--ssl-key",
                                    "/var/run/secrets/tas/tls.key"
                                ],
                                "command": [
                                    "run-mysqld"
                                ],
                                "env": [
                                    {
                                        "name": "MYSQL_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-user",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-password",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_ROOT_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-root-password",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PORT",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-port",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_DATABASE",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-database",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:6ca4eb17da6277b142a3353b675d735c106868f827243eaef70cd1ec01d36307",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "exec": {
                                        "command": [
                                            "bash",
                                            "-c",
                                            "mariadb-admin -u ${MYSQL_USER} -p${MYSQL_PASSWORD} ping --ssl"
                                        ]
                                    },
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "trillian-db",
                                "ports": [
                                    {
                                        "containerPort": 3306,
                                        "name": "3306-tcp",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "exec": {
                                        "command": [
                                            "bash",
                                            "-c",
                                            "mariadb -u ${MYSQL_USER} -p${MYSQL_PASSWORD} -e \"SELECT 1;\" --ssl"
                                        ]
                                    },
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/lib/mysql",
                                        "name": "storage"
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/tas",
                                        "name": "tls-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroupChangePolicy": "OnRootMismatch",
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "trillian-db",
                        "serviceAccountName": "trillian-db",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "storage",
                                "persistentVolumeClaim": {
                                    "claimName": "trillian-mysql"
                                }
                            },
                            {
                                "name": "tls-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.crt",
                                                        "path": "tls.crt"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-db-tls"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.key",
                                                        "path": "tls.key"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-db-tls"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "trillian-logserver",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "trillian-logserver",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "6ff677b45f"
                },
                "name": "trillian-logserver-6ff677b45f",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "trillian-logserver",
                        "uid": "be95990f-4b86-4679-b30e-61aba2462d7f"
                    }
                ],
                "resourceVersion": "23262",
                "uid": "ede68e65-d8cf-4ea0-bddd-610f9957f378"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "trillian-logserver",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "trillian-logserver",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "6ff677b45f"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "trillian-logserver",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "trillian-logserver",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "6ff677b45f"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--storage_system=mysql",
                                    "--quota_system=mysql",
                                    "--mysql_uri=$(MYSQL_USER):$(MYSQL_PASSWORD)@tcp($(MYSQL_HOSTNAME):$(MYSQL_PORT))/$(MYSQL_DATABASE)",
                                    "--mysql_max_conns=30",
                                    "--mysql_max_idle_conns=10",
                                    "--rpc_endpoint=0.0.0.0:8091",
                                    "--http_endpoint=0.0.0.0:8090",
                                    "--alsologtostderr",
                                    "--max_msg_size_bytes",
                                    "153600",
                                    "--mysql_tls_ca",
                                    "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt",
                                    "--mysql_server_name",
                                    "$(MYSQL_HOSTNAME).tsf-tas.svc",
                                    "--tls_cert_file",
                                    "/var/run/secrets/tas/tls.crt",
                                    "--tls_key_file",
                                    "/var/run/secrets/tas/tls.key"
                                ],
                                "env": [
                                    {
                                        "name": "MYSQL_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-user",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-password",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_HOSTNAME",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-host",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PORT",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-port",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_DATABASE",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-database",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:f02c58838bf882d9b5d82a1a96e8ab29ce6033ae1b64418118fba43eb9151b41",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8090,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "trillian-logserver",
                                "ports": [
                                    {
                                        "containerPort": 8091,
                                        "name": "8091-tcp",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8090,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/tas",
                                        "name": "tls-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "command": [
                                    "sh",
                                    "-c",
                                    "until nc -z -v -w30 $MYSQL_HOSTNAME $MYSQL_PORT; do echo \"Waiting for MySQL to start\"; sleep 5; done;"
                                ],
                                "env": [
                                    {
                                        "name": "MYSQL_HOSTNAME",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-host",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PORT",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-port",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0d70224d12e358b1a107a86e0a7e0845e1e8a4d30ce3a1423600f044e3fb28d2",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "wait-for-trillian-db",
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "trillian-logserver",
                        "serviceAccountName": "trillian-logserver",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            },
                            {
                                "name": "tls-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.crt",
                                                        "path": "tls.crt"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-logserver-tls"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.key",
                                                        "path": "tls.key"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-logserver-tls"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:13:19Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "trillian-logsigner",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "trillian-logsigner",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "569d4bc54f"
                },
                "name": "trillian-logsigner-569d4bc54f",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "trillian-logsigner",
                        "uid": "075074ee-1d8a-4148-bfc4-2ff3e7b49a36"
                    }
                ],
                "resourceVersion": "23257",
                "uid": "91a9d541-286c-4f6e-bcb5-fa8ec96922a2"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "trillian-logsigner",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "trillian-logsigner",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "569d4bc54f"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "trillian-logsigner",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "trillian-logsigner",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "569d4bc54f"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--storage_system=mysql",
                                    "--quota_system=mysql",
                                    "--mysql_uri=$(MYSQL_USER):$(MYSQL_PASSWORD)@tcp($(MYSQL_HOSTNAME):$(MYSQL_PORT))/$(MYSQL_DATABASE)",
                                    "--mysql_max_conns=30",
                                    "--mysql_max_idle_conns=10",
                                    "--rpc_endpoint=0.0.0.0:8091",
                                    "--http_endpoint=0.0.0.0:8090",
                                    "--alsologtostderr",
                                    "--election_system=k8s",
                                    "--lock_namespace=$(NAMESPACE)",
                                    "--lock_holder_identity=$(POD_NAME)",
                                    "--master_hold_interval=5s",
                                    "--master_hold_jitter=15s",
                                    "--max_msg_size_bytes",
                                    "153600",
                                    "--mysql_tls_ca",
                                    "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt",
                                    "--mysql_server_name",
                                    "$(MYSQL_HOSTNAME).tsf-tas.svc",
                                    "--tls_cert_file",
                                    "/var/run/secrets/tas/tls.crt",
                                    "--tls_key_file",
                                    "/var/run/secrets/tas/tls.key"
                                ],
                                "env": [
                                    {
                                        "name": "MYSQL_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-user",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-password",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_HOSTNAME",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-host",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PORT",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-port",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_DATABASE",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-database",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POD_NAME",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.name"
                                            }
                                        }
                                    },
                                    {
                                        "name": "NAMESPACE",
                                        "valueFrom": {
                                            "fieldRef": {
                                                "apiVersion": "v1",
                                                "fieldPath": "metadata.namespace"
                                            }
                                        }
                                    },
                                    {
                                        "name": "SSL_CERT_DIR",
                                        "value": "/var/run/configs/tas/ca-trust:/var/run/secrets/kubernetes.io/serviceaccount"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:8ef614441b76914f5727f5bec23a9d8dc2785ca7fd6a2516f393529b7801da53",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8090,
                                        "scheme": "HTTPS"
                                    },
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "trillian-logsigner",
                                "ports": [
                                    {
                                        "containerPort": 8091,
                                        "name": "8091-tcp",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8090,
                                        "scheme": "HTTPS"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/run/configs/tas/ca-trust",
                                        "name": "ca-trust",
                                        "readOnly": true
                                    },
                                    {
                                        "mountPath": "/var/run/secrets/tas",
                                        "name": "tls-cert",
                                        "readOnly": true
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "initContainers": [
                            {
                                "command": [
                                    "sh",
                                    "-c",
                                    "until nc -z -v -w30 $MYSQL_HOSTNAME $MYSQL_PORT; do echo \"Waiting for MySQL to start\"; sleep 5; done;"
                                ],
                                "env": [
                                    {
                                        "name": "MYSQL_HOSTNAME",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-host",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    },
                                    {
                                        "name": "MYSQL_PORT",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "mysql-port",
                                                "name": "trillian-db-connection-dftkl"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0d70224d12e358b1a107a86e0a7e0845e1e8a4d30ce3a1423600f044e3fb28d2",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "wait-for-trillian-db",
                                "resources": {},
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {},
                        "serviceAccount": "trillian-logsigner",
                        "serviceAccountName": "trillian-logsigner",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "ca-trust",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": null
                                }
                            },
                            {
                                "name": "tls-cert",
                                "projected": {
                                    "defaultMode": 420,
                                    "sources": [
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.crt",
                                                        "path": "tls.crt"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-logsigner-tls"
                                            }
                                        },
                                        {
                                            "secret": {
                                                "items": [
                                                    {
                                                        "key": "tls.key",
                                                        "path": "tls.key"
                                                    }
                                                ],
                                                "name": "trusted-artifact-signer-trillian-logsigner-tls"
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "1",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:14:59Z",
                "generation": 1,
                "labels": {
                    "app.kubernetes.io/component": "tuf",
                    "app.kubernetes.io/instance": "trusted-artifact-signer",
                    "app.kubernetes.io/managed-by": "controller-manager",
                    "app.kubernetes.io/name": "tuf",
                    "app.kubernetes.io/part-of": "trusted-artifact-signer",
                    "pod-template-hash": "57878764f"
                },
                "name": "tuf-57878764f",
                "namespace": "tsf-tas",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tuf",
                        "uid": "211d4c2e-be4c-4621-92a2-fea2e615d7d5"
                    }
                ],
                "resourceVersion": "24718",
                "uid": "9671b2fe-955c-4b0d-ba26-df1a6e7bfd4d"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app.kubernetes.io/component": "tuf",
                        "app.kubernetes.io/instance": "trusted-artifact-signer",
                        "app.kubernetes.io/managed-by": "controller-manager",
                        "app.kubernetes.io/name": "tuf",
                        "app.kubernetes.io/part-of": "trusted-artifact-signer",
                        "pod-template-hash": "57878764f"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app.kubernetes.io/component": "tuf",
                            "app.kubernetes.io/instance": "trusted-artifact-signer",
                            "app.kubernetes.io/managed-by": "controller-manager",
                            "app.kubernetes.io/name": "tuf",
                            "app.kubernetes.io/part-of": "trusted-artifact-signer",
                            "pod-template-hash": "57878764f"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "image": "registry.redhat.io/ubi9/httpd-24@sha256:e0697f36760789183fefc807dafa3bfeb4098725f923eb9a8f034725a01fbf9f",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "exec": {
                                        "command": [
                                            "curl",
                                            "localhost:8080"
                                        ]
                                    },
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 30,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "tuf-server",
                                "ports": [
                                    {
                                        "containerPort": 8080,
                                        "name": "http",
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/root.json",
                                        "port": 8080,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 10,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 5
                                },
                                "resources": {},
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "runAsNonRoot": true
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/www/html",
                                        "name": "repository"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "fsGroupChangePolicy": "OnRootMismatch",
                            "runAsNonRoot": true,
                            "seccompProfile": {
                                "type": "RuntimeDefault"
                            }
                        },
                        "serviceAccount": "tuf",
                        "serviceAccountName": "tuf",
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "repository",
                                "persistentVolumeClaim": {
                                    "claimName": "tuf"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1"
                },
                "creationTimestamp": "2026-04-03T00:11:39Z",
                "generation": 1,
                "labels": {
                    "control-plane": "controller-manager",
                    "pod-template-hash": "74544b8f84"
                },
                "name": "rhtpa-operator-controller-manager-74544b8f84",
                "namespace": "tsf-tpa",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "rhtpa-operator-controller-manager",
                        "uid": "9d83288c-4686-4b6b-8e5f-cc47cd97af7f"
                    }
                ],
                "resourceVersion": "19013",
                "uid": "48dec3a3-d9de-4155-b252-75d62e61bc1e"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "control-plane": "controller-manager",
                        "pod-template-hash": "74544b8f84"
                    }
                },
                "template": {
                    "metadata": {
                        "annotations": {
                            "alm-examples": "[\n  {\n    \"apiVersion\": \"rhtpa.io/v1\",\n    \"kind\": \"TrustedProfileAnalyzer\",\n    \"metadata\": {\n      \"name\": \"trustedprofileanalyzer-sample\"\n    },\n    \"spec\": {\n      \"appDomain\": \"change-me\",\n      \"collector\": {},\n      \"database\": {},\n      \"image\": {},\n      \"infrastructure\": {\n        \"port\": 9010\n      },\n      \"ingress\": {},\n      \"metrics\": {\n        \"enabled\": false\n      },\n      \"modules\": {\n        \"createDatabase\": {\n          \"enabled\": false,\n          \"image\": {}\n        },\n        \"createImporters\": {\n          \"enabled\": false,\n          \"image\": {},\n          \"importers\": {}\n        },\n        \"importer\": {\n          \"concurrency\": 1,\n          \"enabled\": true,\n          \"image\": {},\n          \"infrastructure\": {},\n          \"metrics\": {},\n          \"replicas\": 1,\n          \"resources\": {\n            \"requests\": {\n              \"cpu\": 1,\n              \"memory\": \"8Gi\"\n            }\n          },\n          \"rust\": {},\n          \"tracing\": {},\n          \"workingDirectory\": {\n            \"size\": \"32Gi\"\n          }\n        },\n        \"migrateDatabase\": {\n          \"enabled\": false,\n          \"image\": {}\n        },\n        \"server\": {\n          \"enabled\": true,\n          \"image\": {},\n          \"infrastructure\": {},\n          \"ingress\": {},\n          \"metrics\": {},\n          \"replicas\": 1,\n          \"resources\": {\n            \"requests\": {\n              \"cpu\": 1,\n              \"memory\": \"8Gi\"\n            }\n          },\n          \"rust\": {},\n          \"tracing\": {}\n        }\n      },\n      \"oidc\": {\n        \"clients\": {\n          \"cli\": {\n            \"clientSecret\": null\n          },\n          \"frontend\": {}\n        }\n      },\n      \"openshift\": {\n        \"useServiceCa\": true\n      },\n      \"partOf\": \"trustify\",\n      \"replicas\": 1,\n      \"rust\": {},\n      \"storage\": {},\n      \"tls\": {},\n      \"tracing\": {\n        \"enabled\": false\n      }\n    }\n  }\n]",
                            "capabilities": "Basic Install",
                            "createdAt": "2025-11-04T12:03:15Z",
                            "features.operators.openshift.io/cnf": "false",
                            "features.operators.openshift.io/cni": "false",
                            "features.operators.openshift.io/csi": "false",
                            "features.operators.openshift.io/disconnected": "false",
                            "features.operators.openshift.io/fips-compliant": "false",
                            "features.operators.openshift.io/proxy-aware": "false",
                            "features.operators.openshift.io/tls-profiles": "false",
                            "features.operators.openshift.io/token-auth-aws": "false",
                            "features.operators.openshift.io/token-auth-azure": "false",
                            "features.operators.openshift.io/token-auth-gcp": "false",
                            "kubectl.kubernetes.io/default-container": "manager",
                            "olm.operatorGroup": "rhtpa-operator",
                            "olm.operatorNamespace": "tsf-tpa",
                            "olm.targetNamespaces": "tsf-tpa",
                            "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"rhtpa.io\",\"kind\":\"TrustedProfileAnalyzer\",\"version\":\"v1\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"rhtpa-operator\",\"version\":\"1.1.3\"}}]}",
                            "operators.openshift.io/valid-subscription": "[\"Red Hat Trusted Profile Analyzer\"]",
                            "operators.operatorframework.io/builder": "operator-sdk-v1.42.0",
                            "operators.operatorframework.io/project_layout": "helm.sdk.operatorframework.io/v1",
                            "repository": "https://github.com/trustification/trusted-profile-analyzer-operator",
                            "support": "Red Hat"
                        },
                        "creationTimestamp": null,
                        "labels": {
                            "control-plane": "controller-manager",
                            "pod-template-hash": "74544b8f84"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "args": [
                                    "--metrics-bind-address=:8443",
                                    "--leader-elect",
                                    "--health-probe-bind-address=:8081"
                                ],
                                "env": [
                                    {
                                        "name": "OPERATOR_CONDITION_NAME",
                                        "value": "rhtpa-operator.v1.1.3"
                                    }
                                ],
                                "image": "registry.redhat.io/rhtpa/rhtpa-rhel9-operator@sha256:cb5b933220b1493a9fd73380d296b3d6f79c594fc28446e0197c9a3b143025ef",
                                "imagePullPolicy": "IfNotPresent",
                                "livenessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/healthz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "name": "manager",
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "httpGet": {
                                        "path": "/readyz",
                                        "port": 8081,
                                        "scheme": "HTTP"
                                    },
                                    "initialDelaySeconds": 5,
                                    "periodSeconds": 10,
                                    "successThreshold": 1,
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "500m",
                                        "memory": "256Mi"
                                    },
                                    "requests": {
                                        "cpu": "10m",
                                        "memory": "64Mi"
                                    }
                                },
                                "securityContext": {
                                    "allowPrivilegeEscalation": false,
                                    "capabilities": {
                                        "drop": [
                                            "ALL"
                                        ]
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File"
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true
                        },
                        "serviceAccount": "rhtpa-operator-controller-manager",
                        "serviceAccountName": "rhtpa-operator-controller-manager",
                        "terminationGracePeriodSeconds": 10
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        },
        {
            "apiVersion": "apps/v1",
            "kind": "ReplicaSet",
            "metadata": {
                "annotations": {
                    "app.kubernetes.io/part-of": "tsf",
                    "deployment.kubernetes.io/desired-replicas": "1",
                    "deployment.kubernetes.io/max-replicas": "2",
                    "deployment.kubernetes.io/revision": "1",
                    "meta.helm.sh/release-name": "tsf-infrastructure",
                    "meta.helm.sh/release-namespace": "tsf"
                },
                "creationTimestamp": "2026-04-03T00:12:04Z",
                "generation": 1,
                "labels": {
                    "app": "tpa-pgsql-bee",
                    "phase": "reference",
                    "pod-template-hash": "5f9d857cf7"
                },
                "name": "tpa-pgsql-bee-5f9d857cf7",
                "namespace": "tsf-tpa",
                "ownerReferences": [
                    {
                        "apiVersion": "apps/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "Deployment",
                        "name": "tpa-pgsql-bee",
                        "uid": "05a2f9b2-434c-4668-982c-45cb20761a04"
                    }
                ],
                "resourceVersion": "21342",
                "uid": "b952c288-e59e-41aa-9c9e-c9a62924d0b4"
            },
            "spec": {
                "replicas": 1,
                "selector": {
                    "matchLabels": {
                        "app": "tpa-pgsql-bee",
                        "pod-template-hash": "5f9d857cf7"
                    }
                },
                "template": {
                    "metadata": {
                        "creationTimestamp": null,
                        "labels": {
                            "app": "tpa-pgsql-bee",
                            "phase": "reference",
                            "pod-template-hash": "5f9d857cf7"
                        }
                    },
                    "spec": {
                        "containers": [
                            {
                                "env": [
                                    {
                                        "name": "POSTGRESQL_USER",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "user",
                                                "name": "tpa-pgsql-user"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POSTGRESQL_PASSWORD",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "password",
                                                "name": "tpa-pgsql-user"
                                            }
                                        }
                                    },
                                    {
                                        "name": "POSTGRESQL_DATABASE",
                                        "valueFrom": {
                                            "secretKeyRef": {
                                                "key": "dbname",
                                                "name": "tpa-pgsql-user"
                                            }
                                        }
                                    }
                                ],
                                "image": "registry.redhat.io/rhel9/postgresql-16:1-1754433677",
                                "imagePullPolicy": "IfNotPresent",
                                "name": "pgsql-bee",
                                "ports": [
                                    {
                                        "containerPort": 5432,
                                        "protocol": "TCP"
                                    }
                                ],
                                "readinessProbe": {
                                    "failureThreshold": 3,
                                    "initialDelaySeconds": 15,
                                    "periodSeconds": 20,
                                    "successThreshold": 1,
                                    "tcpSocket": {
                                        "port": 5432
                                    },
                                    "timeoutSeconds": 1
                                },
                                "resources": {
                                    "limits": {
                                        "cpu": "1",
                                        "memory": "1Gi"
                                    },
                                    "requests": {
                                        "cpu": "250m",
                                        "memory": "512Mi"
                                    }
                                },
                                "terminationMessagePath": "/dev/termination-log",
                                "terminationMessagePolicy": "File",
                                "volumeMounts": [
                                    {
                                        "mountPath": "/var/lib/pgsql/data",
                                        "name": "pgsql-storage"
                                    }
                                ]
                            }
                        ],
                        "dnsPolicy": "ClusterFirst",
                        "restartPolicy": "Always",
                        "schedulerName": "default-scheduler",
                        "securityContext": {
                            "runAsNonRoot": true
                        },
                        "terminationGracePeriodSeconds": 30,
                        "volumes": [
                            {
                                "name": "pgsql-storage",
                                "persistentVolumeClaim": {
                                    "claimName": "tpa-pgsql-data"
                                }
                            }
                        ]
                    }
                }
            },
            "status": {
                "availableReplicas": 1,
                "fullyLabeledReplicas": 1,
                "observedGeneration": 1,
                "readyReplicas": 1,
                "replicas": 1
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
