@@ -346,6 +346,7 @@ spec:
346
346
# -------------------------------------------------------------------------
347
347
- name: dns_provider
348
348
value: "{{ dns_provider }}"
349
+ {% - if cloudflare_apitoken is defined and cloudflare_apitoken != "" %}
349
350
350
351
# MAS DNS Integrations - Cloudflare Support
351
352
# -------------------------------------------------------------------------
@@ -357,6 +358,8 @@ spec:
357
358
value: "{{ cloudflare_zone }}"
358
359
- name: cloudflare_subdomain
359
360
value: "{{ cloudflare_subdomain }}"
361
+ {% - endif %}
362
+ {% - if cis_apikey is defined and cis_apikey != "" %}
360
363
361
364
# MAS DNS Integrations - CIS Support
362
365
# -------------------------------------------------------------------------
@@ -368,6 +371,8 @@ spec:
368
371
value: "{{ cis_crn }}"
369
372
- name: cis_subdomain
370
373
value: "{{ cis_subdomain }}"
374
+ {% - endif %}
375
+ {% - if cis_service_name is defined and cis_service_name != "" %}
371
376
372
377
# MAS DNS Integrations - CIS Security Enhancement Support
373
378
# -------------------------------------------------------------------------
@@ -379,6 +384,7 @@ spec:
379
384
value: "{{ override_edge_certs }}"
380
385
- name: cis_proxy
381
386
value: "{{ cis_proxy }}"
387
+ {% - endif %}
382
388
{% - endif %}
383
389
{% - if aws_access_key_id is defined and aws_access_key_id != "" %}
384
390
@@ -694,7 +700,7 @@ spec:
694
700
value: "{{ mas_app_channel_aibroker }}"
695
701
{% - endif %}
696
702
{% - if mas_aibroker_storage_provider is defined and mas_aibroker_storage_provider != "" %}
697
-
703
+
698
704
# AI Broker - OpenData Hub Storage
699
705
# -------------------------------------------------------------------------
700
706
- name: mas_aibroker_storage_provider
@@ -716,7 +722,7 @@ spec:
716
722
- name: mas_aibroker_storage_tenants_bucket
717
723
value: "{{ mas_aibroker_storage_tenants_bucket }}"
718
724
- name: mas_aibroker_storage_templates_bucket
719
- value: "{{ mas_aibroker_storage_templates_bucket }}"
725
+ value: "{{ mas_aibroker_storage_templates_bucket }}"
720
726
- name: mas_aibroker_tenant_name
721
727
value: "{{ mas_aibroker_tenant_name }}"
722
728
{% - endif %}
@@ -751,7 +757,7 @@ spec:
751
757
{% - if mas_aibroker_s 3_action is defined and mas_aibroker_s 3_action != "" %}
752
758
753
759
# AI Broker - S3
754
- # -------------------------------------------------------------------------
760
+ # -------------------------------------------------------------------------
755
761
- name: mas_aibroker_s3_action
756
762
value: "{{ mas_aibroker_s3_action }}"
757
763
- name: mas_aibroker_apikey_action
0 commit comments