Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type KbsConfigSpec struct {
kbsLocalCertCacheSpec kbsLocalCertCacheSpec `json:"kbsLocalCertCacheSpec,omitempty"`

// KbsDeploymentSpec is the struct for trustee deployment options
KbsDeploymentSpec KbsDeploymentSpec `json:"KksDeploymentSpec,omitempty"`
KbsDeploymentSpec KbsDeploymentSpec `json:"KbsDeploymentSpec,omitempty"`
}

// IbmSEConfigSpec defines the desired state for IBMSE configuration
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/kbsconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ type KbsConfigSpec struct {
KbsLocalCertCacheSpec KbsLocalCertCacheSpec `json:"kbsLocalCertCacheSpec,omitempty"`

// KbsDeploymentSpec is the struct for trustee deployment options
KbsDeploymentSpec KbsDeploymentSpec `json:"KksDeploymentSpec,omitempty"`
KbsDeploymentSpec KbsDeploymentSpec `json:"KbsDeploymentSpec,omitempty"`
}

// KbsConfigStatus defines the observed state of KbsConfig
Expand Down
16 changes: 8 additions & 8 deletions bundle/manifests/confidentialcontainers.org_kbsconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ spec:
spec:
description: KbsConfigSpec defines the desired state of KbsConfig
properties:
KbsEnvVars:
additionalProperties:
type: string
description: |-
KbsEnvVars injects environment variables in the trustee pods
For example, RUST_LOG=debug enables logging with DEBUG severity
type: object
KksDeploymentSpec:
KbsDeploymentSpec:
description: KbsDeploymentSpec is the struct for trustee deployment
options
properties:
Expand All @@ -57,6 +50,13 @@ spec:
format: int32
type: integer
type: object
KbsEnvVars:
additionalProperties:
type: string
description: |-
KbsEnvVars injects environment variables in the trustee pods
For example, RUST_LOG=debug enables logging with DEBUG severity
type: object
ibmSEConfigSpec:
description: IbmSEConfigSpec is the struct that hosts the IBMSE specific
configuration
Expand Down
16 changes: 8 additions & 8 deletions config/crd/bases/confidentialcontainers.org_kbsconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ spec:
spec:
description: KbsConfigSpec defines the desired state of KbsConfig
properties:
KbsEnvVars:
additionalProperties:
type: string
description: |-
KbsEnvVars injects environment variables in the trustee pods
For example, RUST_LOG=debug enables logging with DEBUG severity
type: object
KksDeploymentSpec:
KbsDeploymentSpec:
description: KbsDeploymentSpec is the struct for trustee deployment
options
properties:
Expand All @@ -57,6 +50,13 @@ spec:
format: int32
type: integer
type: object
KbsEnvVars:
additionalProperties:
type: string
description: |-
KbsEnvVars injects environment variables in the trustee pods
For example, RUST_LOG=debug enables logging with DEBUG severity
type: object
ibmSEConfigSpec:
description: IbmSEConfigSpec is the struct that hosts the IBMSE specific
configuration
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/sample-attester/08-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: trustee-deployment
namespace: trustee-operator-system
status:
readyReplicas: 1
readyReplicas: 2
3 changes: 3 additions & 0 deletions tests/e2e/sample-attester/08-kbsconfig_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ spec:
kbsLocalCertCacheSpec:
secretName: vcek-secret
mountPath: "/etc/kbs/snp/ek"
KbsDeploymentSpec:
replicas: 2

Loading