Skip to content

Commit

Permalink
[Runtime] Install PC with Helm Charts (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
arane26 authored Dec 11, 2024
1 parent ec3bb3b commit f23dd11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-console \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-console-helm.tar.gz

. <<configure-console,Configure Console>>.
Expand All @@ -242,7 +242,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-defender-ds \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-defender-helm.tar.gz

=== Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-console \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-console-helm.tar.gz

. <<configure-console,Configure Console>>.
Expand All @@ -242,7 +242,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-defender-ds \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-defender-helm.tar.gz

=== Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-console \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-console-helm.tar.gz

. <<configure-console,Configure Console>>.
Expand All @@ -242,7 +242,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-defender-ds \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-defender-helm.tar.gz

=== Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-console \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-console-helm.tar.gz

. <<configure-console,Configure Console>>.
Expand All @@ -242,7 +242,7 @@ The following procedure shows the modified commands.

$ helm install twistlock-defender-ds \
--namespace twistlock \
--create namespace \
--create-namespace \
./twistlock-defender-helm.tar.gz

=== Troubleshooting
Expand Down

0 comments on commit f23dd11

Please sign in to comment.