Skip to content

Commit

Permalink
fix: more CTE global vars
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Jun 13, 2024
1 parent 7b5e5bb commit f9223f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
6 changes: 5 additions & 1 deletion charts/all/encrypted-clusters-aas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ templates:
nodes: "0"
bootstrap: false


- name: control-plane-only-ha
definition: 'bare-cp'
cpPolicy: HighlyAvailable
Expand Down Expand Up @@ -53,7 +54,10 @@ global:
APIPublishingStrategy: NodePort
baseDomain: 2g96t.sandbox3015.opentlc.com
NodePortAddress: 10.0.0.1

storageClass: ''
storageClassBind: Immediate
ctm:
ip: ''

secretStore:
name: vault-backend
Expand Down
3 changes: 2 additions & 1 deletion values-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ global:
region: ''
availabilityZone: ''
# Base storage class to use.
storageClass: gp3-csi
storageClass: ocs-storagecluster-ceph-rbd
storageClassBind: Immediate

APIPublishingStrategy: NodePort
baseDomain: 2g96t.sandbox3015.opentlc.com
Expand Down
12 changes: 6 additions & 6 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ clusterGroup:
namespace: cluster
project: cluster
path: charts/all/encrypted-clusters-aas

cipher-trust-manager:
name: cipher-trust-manager
project: cte-vm
namespace: cte-vm
path: charts/all/cipher-trust-manager
# REQUIRED TO INSTALL THE CTM ON CLUSTER
# cipher-trust-manager:
# name: cipher-trust-manager
# project: cte-vm
# namespace: cte-vm
# path: charts/all/cipher-trust-manager

imperative:
# NOTE: We *must* use lists and not hashes. As hashes lose ordering once parsed by helm
Expand Down

0 comments on commit f9223f4

Please sign in to comment.