From e32b0f401f01edec1b1873799e9d2d21886e19be Mon Sep 17 00:00:00 2001 From: Tori Revilla Date: Tue, 14 Nov 2023 10:56:35 -0500 Subject: [PATCH] Use helm to install ACP --- helm/trident-operator/templates/tridentorchestrator.yaml | 2 ++ helm/trident-operator/values.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/helm/trident-operator/templates/tridentorchestrator.yaml b/helm/trident-operator/templates/tridentorchestrator.yaml index 526b52226..8c88491f1 100644 --- a/helm/trident-operator/templates/tridentorchestrator.yaml +++ b/helm/trident-operator/templates/tridentorchestrator.yaml @@ -63,3 +63,5 @@ spec: imagePullPolicy: {{ include "imagePullPolicy" $ }} windows: {{ .Values.windows }} cloudProvider: {{ .Values.cloudProvider }} + enableACP: {{ .Values.enableACP }} + acpImage: {{ .Values.acpImage }} diff --git a/helm/trident-operator/values.yaml b/helm/trident-operator/values.yaml index 045686352..b0b093506 100644 --- a/helm/trident-operator/values.yaml +++ b/helm/trident-operator/values.yaml @@ -129,3 +129,9 @@ excludePodSecurityPolicy: false # cloudProvider indicates which cloud platform Trident is running on. cloudProvider: "" + +# enableACP allows enabling the Trident-ACP container to run. +enableACP: false + +# acpImage indicates the image the Trident-ACP container should pull. +acpImage: ""