Skip to content

Commit

Permalink
community-operators dell-csm-operator(1.7.0)
Browse files Browse the repository at this point in the history
Signed-off-by: shefali-malhotra <[email protected]>
  • Loading branch information
shefali-malhotra committed Nov 14, 2024
1 parent e0db367 commit c35b1ef
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ spec:
displayName: Container Image Pull Policy
path: driver.controller.imagePullPolicy
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy
- urn:alm:descriptor:com.tectonic.ui:imagePullPolicy
- description: kvEnginePath is the Authorization vault secret path
displayName: Authorization KV Engine Path
path: driver.controller.kvEnginePath
Expand Down Expand Up @@ -2482,8 +2482,7 @@ spec:
- description: Address is the address for this vault
displayName: Vault Address
path: driver.sideCars[0].vaultConfigurations[0].address
- description:
CertificateAuthority is the base64-encoded certificate authority
- description: CertificateAuthority is the base64-encoded certificate authority
for validaitng the vault certificate
displayName: Vault Certificate Authority
path: driver.sideCars[0].vaultConfigurations[0].certificateAuthority
Expand Down Expand Up @@ -2514,8 +2513,7 @@ spec:
- description: Name is the name of the Snapshot Class
displayName: Snapshot Class Name
path: driver.snapshotClass[0].name
- description:
Parameters is a map of driver specific parameters for snapshot
- description: Parameters is a map of driver specific parameters for snapshot
class
displayName: Snapshot Class Parameters
path: driver.snapshotClass[0].parameters
Expand All @@ -2531,13 +2529,11 @@ spec:
- description: AuthorizationController is the image tag for the container
displayName: Authorization Controller Container Image
path: modules[0].components[0].authorizationController
- description:
AuthorizationControllerReplicas is the number of replicas for
- description: AuthorizationControllerReplicas is the number of replicas for
the authorization controller deployment
displayName: Authorization Controller Replicas
path: modules[0].components[0].authorizationControllerReplicas
- description:
Certificate is a certificate used for a certificate/private-key
- 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
Expand Down Expand Up @@ -3212,7 +3208,7 @@ spec:
resources:
- customresourcedefinitions
verbs:
- "*"
- '*'
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -4132,7 +4128,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16.0-202409051837.p0.g8ea2c99.assembly.stream.el9
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16.0-202409051837.p0.g8ea2c99.assembly.stream.el9
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit c35b1ef

Please sign in to comment.