[ATMOSPHERE-305] fix: set variables for cluster issuer name for keycl… (#1702)

…oak and kube-prom-stack (#1676)
…-stack
Reviewed-by: Giovanni Tirloni
Reviewed-by: Mohammed Naser mnaser@vexxhost.com
Reviewed-by: Oleksandr K.
diff --git a/roles/ingress/defaults/main.yml b/roles/ingress/defaults/main.yml
index 70855a7..05a2cc3 100644
--- a/roles/ingress/defaults/main.yml
+++ b/roles/ingress/defaults/main.yml
@@ -32,9 +32,9 @@
 #               the ingress role to pass annotations to the
 #               Ingress resource.  You should use role-specific
 #               variable to pass annotations or use the
-#               ingress_global_annotations variable to apply
+#               ingress_default_annotations variable to apply
 #               annotations to all Ingress resources.
 ingress_annotations: {}
 
-# List of annotations to apply to all Ingress resources
-ingress_global_annotations: {}
+# List of annotations to apply to all Ingress resources as default
+ingress_default_annotations: "{{ ingress_global_annotations | default(atmosphere_ingress_annotations) }}"