Skip to content

Commit

Permalink
Migrate from kube-rbac-proxy to golang http server; update Operator w…
Browse files Browse the repository at this point in the history
…ith rerand from verify access to verify identity access; migrate operator sdk from v3 to v4
  • Loading branch information
lachlan-ibm committed Dec 19, 2024
1 parent 710bd8c commit 067034c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/crd/bases/ibm.com_ibmsecurityverifyaccesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ spec:
The set of custom annotations to add to the container being created.
Cannot be updated.
items:
description: Custom annotations to add to deployed Verify Access
description: Custom annotations to add to deployed Verify Identity Access
runtime container.
properties:
key:
Expand Down Expand Up @@ -1138,7 +1138,7 @@ spec:
type: array
instance:
description: |-
Instance is the name of the Verify Access instance which is being
Instance is the name of the Verify Identity Access instance which is being
started. This value is only used for WRP and DSC deployments and is
ignored for Runtime deployments.
Defaults to 'default'.
Expand Down Expand Up @@ -1194,7 +1194,7 @@ spec:
snapshotTLSCacert:
default: operator
description: |-
SnapshotTLSCacert is a string which defines how the Verify Access runtime containers
SnapshotTLSCacert is a string which defines how the Verify Identity Access runtime containers
verify connections to the snapshot management service. This option is the equivalent
of setting the CONFIG_SERVICE_TLS_CACERT environment property. The default option for this
property is to read the X509 certificate for the Operator's snapshot management service
Expand Down

0 comments on commit 067034c

Please sign in to comment.