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
4 changes: 2 additions & 2 deletions charts/all/intel-dcap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ baremetal:
nodeSelector: "" # optional: hostname for PCCS pinning. Empty = schedule anywhere with tolerations.

secretStore:
name: ""
kind: ""
name: vault-backend
kind: ClusterSecretStore
5 changes: 2 additions & 3 deletions values-azure-spoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ clusterGroup:
sandbox:
name: sandboxed-containers-operator
namespace: openshift-sandboxed-containers-operator
source: redhat-operators
channel: stable
installPlanApproval: Manual
installPlanApproval: Manual
csv: sandboxed-containers-operator.v1.12.0
cert-manager:
name: openshift-cert-manager-operator
Expand Down Expand Up @@ -57,7 +56,7 @@ clusterGroup:

sandbox:
name: sandbox
namespace: openshift-sandboxed-containers-operator #upstream config
namespace: openshift-sandboxed-containers-operator
project: sandbox
chart: sandboxed-containers
chartVersion: 0.2.*
Expand Down
11 changes: 5 additions & 6 deletions values-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ clusterGroup:
sandbox:
name: sandboxed-containers-operator
namespace: openshift-sandboxed-containers-operator
source: redhat-operators
channel: stable
installPlanApproval: Manual
installPlanApproval: Manual
csv: sandboxed-containers-operator.v1.12.0
trustee:
name: trustee-operator
namespace: trustee-operator-system
source: redhat-operators
channel: stable
installPlanApproval: Manual
csv: trustee-operator.v1.1.0
Expand Down Expand Up @@ -86,7 +84,7 @@ clusterGroup:
chartVersion: 0.0.*
trustee:
name: trustee
namespace: trustee-operator-system #upstream config
namespace: trustee-operator-system
project: trustee
chart: trustee
chartVersion: 0.8.*
Expand All @@ -97,13 +95,14 @@ clusterGroup:
value: "true"
sandbox:
name: sandbox
namespace: openshift-sandboxed-containers-operator #upstream config
namespace: openshift-sandboxed-containers-operator
project: sandbox
chart: sandboxed-containers
chartVersion: 0.2.*
sandbox-policies:
name: sandbox-policies
namespace: openshift-sandboxed-containers-operator #upstream config
namespace: openshift-sandboxed-containers-operator
project: sandbox
chart: sandboxed-policies
chartVersion: 0.2.*
overrides:
Expand Down
18 changes: 1 addition & 17 deletions values-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ clusterGroup:
sandbox:
name: sandboxed-containers-operator
namespace: openshift-sandboxed-containers-operator
source: redhat-operators
channel: stable
installPlanApproval: Manual
csv: sandboxed-containers-operator.v1.12.0
Expand All @@ -48,7 +47,6 @@ clusterGroup:
trustee:
name: trustee-operator
namespace: trustee-operator-system
source: redhat-operators
channel: stable
installPlanApproval: Manual
csv: trustee-operator.v1.1.0
Expand All @@ -61,14 +59,10 @@ clusterGroup:
lvm-operator:
name: lvms-operator
namespace: openshift-storage
source: redhat-operators
installPlanApproval: Automatic
cnv:
name: kubevirt-hyperconverged
namespace: openshift-cnv
source: redhat-operators
channel: stable
installPlanApproval: Automatic
nfd:
name: nfd
namespace: openshift-nfd
Expand Down Expand Up @@ -210,12 +204,6 @@ clusterGroup:
chart: sandboxed-containers
chartVersion: 0.2.*
overrides:
- name: global.secretStore.backend
value: vault
- name: secretStore.name
value: vault-backend
- name: secretStore.kind
value: ClusterSecretStore
- name: enablePeerPods
value: "false"

Expand All @@ -233,11 +221,6 @@ clusterGroup:
name: sgxdeviceplugin-sample
jsonPointers:
- /spec
overrides:
- name: secretStore.name
value: vault-backend
- name: secretStore.kind
value: ClusterSecretStore

nvidia-gpu:
name: nvidia-gpu
Expand All @@ -261,6 +244,7 @@ clusterGroup:
sandbox-policies:
name: sandbox-policies
namespace: openshift-sandboxed-containers-operator
project: sandbox
chart: sandboxed-policies
chartVersion: 0.2.*
annotations:
Expand Down
6 changes: 3 additions & 3 deletions values-trusted-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ clusterGroup:
trustee:
name: trustee-operator
namespace: trustee-operator-system
source: redhat-operators
channel: stable
installPlanApproval: Manual
csv: trustee-operator.v1.1.0
Expand Down Expand Up @@ -75,7 +74,7 @@ clusterGroup:

trustee:
name: trustee
namespace: trustee-operator-system #upstream config
namespace: trustee-operator-system
project: trustee
chart: trustee
chartVersion: 0.8.*
Expand All @@ -86,7 +85,8 @@ clusterGroup:
value: "true"
sandbox-policies:
name: sandbox-policies
namespace: openshift-sandboxed-containers-operator #upstream config
namespace: openshift-sandboxed-containers-operator
project: sandbox
chart: sandboxed-policies
chartVersion: 0.2.*
overrides:
Expand Down
Loading