Skip to content

Commit

Permalink
DEVOPS-2178: set default value of controller.wallarm.nodeGroup to def…
Browse files Browse the repository at this point in the history
…aultIngressGroup
  • Loading branch information
Evgeniy Dmitriev committed Sep 20, 2023
1 parent 3ac28a5 commit 1c13406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ingress-nginx/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Create the name of the controller service account to use
- sh
- -c
- >
/opt/wallarm/ruby/usr/share/wallarm-common/register-node --batch --no-sync --no-export-env &&
/opt/wallarm/ruby/usr/share/wallarm-common/register-node --force --batch --no-sync --no-export-env &&
/opt/wallarm/ruby/usr/share/wallarm-common/syncnode -l STDOUT {{- if eq .Values.controller.wallarm.fallback "on" }} || true {{- end }};
timeout 10m /opt/wallarm/ruby/usr/share/wallarm-common/export-environment -l STDOUT || true
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ controller:
## The name of Node group, required if API token is used to register the Node
## https://docs.wallarm.com/user-guides/nodes/nodes/#api-and-node-tokens-for-node-creation
##
nodeGroup: "default"
nodeGroup: "defaultIngressGroup"
## Existing secret feature allows to pull Wallarm API token from existing Kubernetes secret
## https://docs.wallarm.com/admin-en/configure-kubernetes-en/#controllerwallarmexistingsecret
##
Expand Down

0 comments on commit 1c13406

Please sign in to comment.