Skip to content

Commit

Permalink
docs: update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
semyonmor committed Jul 28, 2024
1 parent 4b55ecb commit d464524
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions enforcer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TLS:
tls_verify: false

# extraEnvironmentVars is a list of extra environment variables to set in the enforcer daemonSet.
# https://docs.aquasec.com/docs/enforcer-optional-variables
# https://docs.aquasec.com/v2022.4/platform/deployments/environment-variables/enforcer-optional-variables/
# The variables could be provided via values.yaml file as shown below
# or using cli command, for example: --set extraEnvironmentVars.http_proxy="1.1.1.1",extraEnvironmentVars.https_proxy="2.2.2.2"
extraEnvironmentVars: {}
Expand Down Expand Up @@ -322,7 +322,7 @@ windowsEnforcer:
tls_verify: false

# extraEnvironmentVars is a list of extra environment variables to set in the enforcer daemonSet.
# https://docs.aquasec.com/docs/enforcer-optional-variables
# https://docs.aquasec.com/v2022.4/platform/deployments/environment-variables/enforcer-optional-variables/
# The variables could be provided via values.yaml file as shown below
# or using cli command, for example: --set extraEnvironmentVars.http_proxy="1.1.1.1",extraEnvironmentVars.https_proxy="2.2.2.2"
extraEnvironmentVars: {}
Expand Down
2 changes: 1 addition & 1 deletion gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ TLS:
rootCA_fileName: "" #provide filename of the rootCA, if using self-signed certificates eg: rootCA.crt
aqua_verify_enforcer: "0" # change it to "1" for enabling mTLS between enforcer and gateway/envoy
# extraEnvironmentVars is a list of extra environment variables to set in the gateway deployments.
# https://docs.aquasec.com/docs/gateway-optional-variables
# https://docs.aquasec.com/v2022.4/platform/deployments/environment-variables/gateway-optional-variables/
extraEnvironmentVars: {}
# ENV_NAME: value
# extraSecretEnvironmentVars is a list of extra environment variables to set in the gateway deployments.
Expand Down
4 changes: 2 additions & 2 deletions kube-enforcer/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Access the pod you want to debug by executing
$ kubectl exec --namespace {{ .Release.Namespace }} -ti <NAME OF THE POD> -- bash

For more information about Aqua Kube-Enforcer, you can look over the docs on using:
https://docs.aquasec.com/docs/kubeenforcer
https://docs.aquasec.com/v2022.4/platform/runtime-protection/enforcers/kubeenforcer/

{{- if .Values.global.enforcer.enabled }}

For more information about Aqua Enforcer, you can look over the docs on using:
https://docs.aquasec.com/docs/aqua-enforcer
https://docs.aquasec.com/v2022.4/platform/runtime-protection/enforcers/kubeenforcer/
{{- end }}
=======================================================================================

0 comments on commit d464524

Please sign in to comment.