You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: enforcer/README.md
+17-3
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,38 @@ These are Helm charts for installation and maintenance of Aqua Container Securit
24
24
## Installing the Chart
25
25
Follow the steps in this section for production grade deployments. You can either clone aqua-helm git repo or you can add our helm private repository ([https://helm.aquasec.com](https://helm.aquasec.com))
2. (Optional) Update the Helm charts `values.yaml` file with your environment's custom values, registry secret, Aqua Server (console) credentials, and TLS certificates. This eliminates the need to pass the parameters to the HELM command. Then run one of the following commands to deploy the relevant services.
@@ -84,19 +86,54 @@ Optionally, you can provide these certificates in base64 encoded format as flags
84
86
3a. To deploy the KubeEnforcer on the same cluster as the Aqua Server (console), run this command on that cluster:
85
87
86
88
```shell
87
-
helm upgrade --install --namespace aqua kube-enforcer ./kube-enforcer
89
+
$ helm upgrade --install --namespace aqua kube-enforcer ./kube-enforcer
88
90
```
89
91
90
92
3b. Multi-cluster: To deploy the KubeEnforcer in a different cluster:
91
93
92
94
First, create a namespace on that cluster named `aqua`:
93
95
```bash
94
-
kubectl create namespace aqua
96
+
$ kubectl create namespace aqua
95
97
```
96
98
Next, run the following command:
97
99
98
100
```shell
99
-
helm upgrade --install --namespace aqua kube-enforcer ./kube-enforcer --set envs.gatewayAddress="<Aqua_Remote_Gateway_IP/URL>",imageCredentials.username=<registry-username>,imageCredentials.password=<registry-password>
101
+
$ helm upgrade --install --namespace aqua kube-enforcer ./kube-enforcer --set envs.gatewayAddress="<Aqua_Remote_Gateway_IP/URL>",imageCredentials.username=<registry-username>,imageCredentials.password=<registry-password>
102
+
```
103
+
104
+
### Installing Aqua Kube-Enforcer from Helm Private Repository
2. (Optional) Update the Helm charts `values.yaml` file with your environment's custom values, registry secret, Aqua Server (console) credentials, and TLS certificates. This eliminates the need to pass the parameters to the HELM command. Then run one of the following commands to deploy the relevant services.
113
+
114
+
3. Check for the available chart versions either from [Changelog](./CHANGELOG.md) or by running the below command
Copy file name to clipboardexpand all lines: scanner/README.md
+21-4
Original file line number
Diff line number
Diff line change
@@ -24,24 +24,41 @@ These are Helm charts for installation and maintenance of Aqua Container Securit
24
24
## Installing the Chart
25
25
Follow the steps in this section for production grade deployments. You can either clone aqua-helm git repo or you can add our helm private repository ([https://helm.aquasec.com](https://helm.aquasec.com))
Before installing scanner chart the recommendation is to create user with scanning permissions, [Link to documentations](https://docs.aquasec.com/docs/add-scanners#section-add-a-scanner-user)
Copy file name to clipboardexpand all lines: server/README.md
+22-5
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,39 @@ db:
37
37
## Installing the Chart
38
38
Follow the steps in this section for production grade deployments. You can either clone aqua-helm git repo or you can add our helm private repository ([https://helm.aquasec.com](https://helm.aquasec.com))
Copy file name to clipboardexpand all lines: tenant-manager/README.md
+26-18
Original file line number
Diff line number
Diff line change
@@ -39,31 +39,39 @@ db:
39
39
## Installing the Chart
40
40
Follow the steps in this section for production-grade deployments. You can either clone the aqua-helm GitHub repo or you can add our private Helm repository ([https://helm.aquasec.com](https://helm.aquasec.com)).
41
41
42
-
* Using the GitHub repo
42
+
### Installing Aqua Tenant Manager from Github Repo
0 commit comments