Skip to content

Commit

Permalink
feat: (IAC-1186) Updated space for failed check
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Jan 11, 2024
1 parent 6a4f583 commit c916933
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 @@ -32,7 +32,7 @@
msg: "{{ INGRESS_NGINX_CHART_VERSION }}"
- name: Fail when INGRESS_NGINX_CHART_VERSION not set
fail:
msg: "INGRESS_NGINX_CHART_VERSION isn't set when K8s version is < 1.{{ingressVersions.k8sMinorVersion.value}}."
msg: "INGRESS_NGINX_CHART_VERSION isn't set when K8s version is < 1.{{ ingressVersions.k8sMinorVersion.value }}."
when:
- cluster_info.version.server.kubernetes.minor is version(ingressVersions.k8sMinorVersion.value, 'lt')
- INGRESS_NGINX_CHART_VERSION == ""
Expand Down

0 comments on commit c916933

Please sign in to comment.