Skip to content

Commit

Permalink
fix: Update Hardcoded files
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 f9223f4 commit 010701a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cluster/definition/kubevirt/templates/cte-sc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ metadata:
name: cte-sc-{{ .Release.Namespace }}-{{ .Release.Name }}
provisioner: csi.cte.cpl.thalesgroup.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer
volumeBindingMode: Immediate #WaitForFirstConsumer
allowVolumeExpansion: true
parameters:

# Domain name or IP address of the CipherTrust Manager (Required)
key_manager_addr: '18.143.78.6'
key_manager_addr: '3.27.244.199'

# Name of the CipherTrust Manager K8s Storage Group. (Required)
k8_storage_group: sg-{{ .Release.Namespace }}-{{ .Release.Name }}
Expand Down

0 comments on commit 010701a

Please sign in to comment.