Skip to content

Commit b4da011

Browse files
authored
Merge pull request #12 from eranbibi/master
change variable name for aqua console
2 parents a8c0259 + d4c1309 commit b4da011

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

orchestrators/aks/templates/server/gateway-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
image: registry.aquasec.com/gateway:4.2
1717
imagePullPolicy: IfNotPresent
1818
env:
19-
- name: AQUA_CONSOLE_ADDRESS
19+
- name: AQUA_CONSOLE_SECURE_ADDRESS
2020
value: "aqua-web:443"
2121
- name: SCALOCK_GATEWAY_PUBLIC_IP
2222
value: aqua-gateway

orchestrators/eks/templates/server/gateway-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
image: registry.aquasec.com/gateway:4.2
1717
imagePullPolicy: IfNotPresent
1818
env:
19-
- name: AQUA_CONSOLE_ADDRESS
19+
- name: AQUA_CONSOLE_SECURE_ADDRESS
2020
value: "aqua-web:443"
2121
- name: SCALOCK_GATEWAY_PUBLIC_IP
2222
value: aqua-gateway

orchestrators/gke/templates/server/gateway-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
image: registry.aquasec.com/gateway:4.2
1717
imagePullPolicy: IfNotPresent
1818
env:
19-
- name: AQUA_CONSOLE_ADDRESS
19+
- name: AQUA_CONSOLE_SECURE_ADDRESS
2020
value: "aqua-web:443"
2121
- name: SCALOCK_GATEWAY_PUBLIC_IP
2222
value: aqua-gateway

orchestrators/kubernetes/templates/server/gateway-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
image: registry.aquasec.com/gateway:4.2
1717
imagePullPolicy: IfNotPresent
1818
env:
19-
- name: AQUA_CONSOLE_ADDRESS
19+
- name: AQUA_CONSOLE_SECURE_ADDRESS
2020
value: "aqua-web:443"
2121
- name: SCALOCK_GATEWAY_PUBLIC_IP
2222
value: aqua-gateway

orchestrators/rancher/templates/server/gateway-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
image: registry.aquasec.com/gateway:4.2
1717
imagePullPolicy: IfNotPresent
1818
env:
19-
- name: AQUA_CONSOLE_ADDRESS
19+
- name: AQUA_CONSOLE_SECURE_ADDRESS
2020
value: "aqua-web:443"
2121
- name: SCALOCK_GATEWAY_PUBLIC_IP
2222
value: aqua-gateway

0 commit comments

Comments
 (0)