From 9d6895b07b83f19473f6b54bb9f9a01336c8de61 Mon Sep 17 00:00:00 2001 From: panigs7 <92028646+panigs7@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:05:30 +0530 Subject: [PATCH] Final manifest update (#514) * final manifest update * indentation fix --- ...ll-csm-operator.clusterserviceversion.yaml | 82 ++++++++++++++++++- ...rage.dell.com_apexconnectivityclients.yaml | 24 ++++++ ...rage.dell.com_containerstoragemodules.yaml | 56 +++++++++++++ ...ll-csm-operator.clusterserviceversion.yaml | 80 ++++++++++++++++++ 4 files changed, 241 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml index 77771c23d..d2adf7a11 100644 --- a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml @@ -1271,7 +1271,7 @@ metadata: capabilities: Seamless Upgrades categories: Storage containerImage: docker.io/dellemc/dell-csm-operator:v1.4.3 - createdAt: "2024-02-15T06:30:39Z" + createdAt: "2024-03-01T09:00:22Z" description: Easily install and manage Dell’s CSI Drivers and CSM operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 @@ -1296,6 +1296,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.common.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.common.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.common.commander @@ -1357,6 +1361,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.common.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.common.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.common.proxyService @@ -1402,6 +1410,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.initContainers[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.initContainers[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.initContainers[0].commander @@ -1463,6 +1475,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.initContainers[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.initContainers[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.initContainers[0].proxyService @@ -1497,6 +1513,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.sideCars[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.sideCars[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.sideCars[0].commander @@ -1558,6 +1578,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.sideCars[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.sideCars[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.sideCars[0].proxyService @@ -1617,6 +1641,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.common.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.common.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.common.commander @@ -1678,6 +1706,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.common.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.common.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.common.proxyService @@ -1715,6 +1747,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.controller.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.controller.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.controller.commander @@ -1776,6 +1812,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.controller.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.controller.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.controller.proxyService @@ -1825,6 +1865,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.initContainers[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.initContainers[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.initContainers[0].commander @@ -1886,6 +1930,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.initContainers[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.initContainers[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.initContainers[0].proxyService @@ -1920,6 +1968,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.node.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.node.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.node.commander @@ -1981,6 +2033,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.node.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.node.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.node.proxyService @@ -2018,6 +2074,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.sideCars[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.sideCars[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.sideCars[0].commander @@ -2079,6 +2139,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.sideCars[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.sideCars[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.sideCars[0].proxyService @@ -2126,6 +2190,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: modules[0].components[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: modules[0].components[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: modules[0].components[0].commander @@ -2187,6 +2255,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: modules[0].components[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: modules[0].components[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: modules[0].components[0].proxyService @@ -2228,6 +2300,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: modules[0].initContainer[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: modules[0].initContainer[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: modules[0].initContainer[0].commander @@ -2289,6 +2365,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: modules[0].initContainer[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: modules[0].initContainer[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: modules[0].initContainer[0].proxyService diff --git a/bundle/manifests/storage.dell.com_apexconnectivityclients.yaml b/bundle/manifests/storage.dell.com_apexconnectivityclients.yaml index caa6e9ae5..66ce41f93 100644 --- a/bundle/manifests/storage.dell.com_apexconnectivityclients.yaml +++ b/bundle/manifests/storage.dell.com_apexconnectivityclients.yaml @@ -65,6 +65,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -250,6 +254,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -346,6 +354,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -533,6 +545,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -615,6 +631,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -802,6 +822,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string diff --git a/bundle/manifests/storage.dell.com_containerstoragemodules.yaml b/bundle/manifests/storage.dell.com_containerstoragemodules.yaml index fccbd1ab8..c54226679 100644 --- a/bundle/manifests/storage.dell.com_containerstoragemodules.yaml +++ b/bundle/manifests/storage.dell.com_containerstoragemodules.yaml @@ -69,6 +69,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -254,6 +258,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -337,6 +345,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -522,6 +534,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -626,6 +642,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -813,6 +833,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -893,6 +917,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -1078,6 +1106,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -1163,6 +1195,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -1350,6 +1386,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -1459,6 +1499,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -1648,6 +1692,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string @@ -1744,6 +1792,10 @@ spec: items: type: string type: array + certificate: + description: Certificate is a certificate used for a certificate/private-key + pair + type: string commander: description: Commander is the image tag for the Container type: string @@ -1933,6 +1985,10 @@ spec: opaKubeMgmt: description: OpaKubeMgmt is the image tag for the Container type: string + privateKey: + description: PrivateKey is a private key used for a certificate/private-key + pair + type: string proxyService: description: ProxyService is the image tag for the Container type: string diff --git a/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml b/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml index de63d9d0e..eab3a1154 100644 --- a/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml @@ -29,6 +29,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.common.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.common.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.common.commander @@ -90,6 +94,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.common.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.common.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.common.proxyService @@ -135,6 +143,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.initContainers[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.initContainers[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.initContainers[0].commander @@ -196,6 +208,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.initContainers[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.initContainers[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.initContainers[0].proxyService @@ -230,6 +246,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: client.sideCars[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: client.sideCars[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: client.sideCars[0].commander @@ -291,6 +311,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: client.sideCars[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: client.sideCars[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: client.sideCars[0].proxyService @@ -350,6 +374,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.common.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.common.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.common.commander @@ -411,6 +439,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.common.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.common.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.common.proxyService @@ -448,6 +480,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.controller.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.controller.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.controller.commander @@ -509,6 +545,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.controller.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.controller.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.controller.proxyService @@ -558,6 +598,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.initContainers[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.initContainers[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.initContainers[0].commander @@ -619,6 +663,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.initContainers[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.initContainers[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.initContainers[0].proxyService @@ -653,6 +701,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.node.args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.node.certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.node.commander @@ -714,6 +766,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.node.opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.node.privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.node.proxyService @@ -751,6 +807,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.sideCars[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: driver.sideCars[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: driver.sideCars[0].commander @@ -812,6 +872,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: driver.sideCars[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: driver.sideCars[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: driver.sideCars[0].proxyService @@ -859,6 +923,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: modules[0].components[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: modules[0].components[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: modules[0].components[0].commander @@ -920,6 +988,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: modules[0].components[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: modules[0].components[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: modules[0].components[0].proxyService @@ -961,6 +1033,10 @@ spec: - description: Args is the set of arguments for the container displayName: Container Arguments path: modules[0].initContainer[0].args + - description: Certificate is a certificate used for a certificate/private-key + pair + displayName: Certificate for certificate/private-key pair + path: modules[0].initContainer[0].certificate - description: Commander is the image tag for the Container displayName: Authorization Commander Container Image path: modules[0].initContainer[0].commander @@ -1022,6 +1098,10 @@ spec: - description: OpaKubeMgmt is the image tag for the Container displayName: Authorization Opa Kube Management Container Image path: modules[0].initContainer[0].opaKubeMgmt + - description: PrivateKey is a private key used for a certificate/private-key + pair + displayName: Private key for certificate/private-key pair + path: modules[0].initContainer[0].privateKey - description: ProxyService is the image tag for the Container displayName: Authorization Proxy Service Container Image path: modules[0].initContainer[0].proxyService