Skip to content

Commit

Permalink
Use helm to install ACP
Browse files Browse the repository at this point in the history
  • Loading branch information
torirevilla authored Nov 14, 2023
1 parent 6506551 commit e32b0f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/trident-operator/templates/tridentorchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ spec:
imagePullPolicy: {{ include "imagePullPolicy" $ }}
windows: {{ .Values.windows }}
cloudProvider: {{ .Values.cloudProvider }}
enableACP: {{ .Values.enableACP }}
acpImage: {{ .Values.acpImage }}
6 changes: 6 additions & 0 deletions helm/trident-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""

0 comments on commit e32b0f4

Please sign in to comment.