Skip to content

Commit

Permalink
annotation-risk-level depends on ingress-nginx version
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <David.Houck@sas.com>
  • Loading branch information
dhoucgitter committed Dec 16, 2024
1 parent 69e2552 commit d52f2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/baseline/tasks/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
- name: Add annotations_risk_level to INGRESS_NGINX_CONFIG
set_fact:
INGRESS_NGINX_CONFIG: "{{ INGRESS_NGINX_CONFIG | combine(INGRESS_NGINX_ANNOTATIONS_RISK_LEVEL, recursive=True) }}"
when: (V4_CFG_CADENCE_VERSION is version('2024.12', ">=") or V4_CFG_CADENCE_NAME|lower == "fast") and INGRESS_NGINX_CHART_VERSION is version('4.12.0', ">=")
when: INGRESS_NGINX_CHART_VERSION is version('4.12.0', ">=")
tags:
- install
- update
Expand Down

0 comments on commit d52f2a3

Please sign in to comment.