Skip to content

Commit

Permalink
fix(alpha): show error on usage of core.ingress.rest not core.ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Dec 13, 2024
1 parent aac2578 commit 9318266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,6 @@ Separated Ingress.
) }}

{{ include "camundaPlatform.keyRemoved" (dict
"condition" ((.Values.core.ingress).enabled)
"oldName" "core.ingress"
"condition" (((.Values.core.ingress).rest).enabled)
"oldName" "core.ingress.rest"
) }}

0 comments on commit 9318266

Please sign in to comment.