diff --git a/config/clusters/templates/aws/cluster.yaml b/config/clusters/templates/aws/cluster.yaml index 7dd35a3b2..c50bcec9a 100644 --- a/config/clusters/templates/aws/cluster.yaml +++ b/config/clusters/templates/aws/cluster.yaml @@ -15,12 +15,12 @@ hubs: [] # Uncomment the lines below once the support infrastructure was deployed and # you are ready to add the first cluster - # - name: {{ hub_name }} + # - name: # # Tip: consider changing this to something more human friendly - # display_name: "{{ cluster_name }} - {{ hub_name }}" - # domain: {{ hub_name }}.{{ cluster_name }}.2i2c.cloud + # display_name: "{{ cluster_name }} - " + # domain: .{{ cluster_name }}.2i2c.cloud # helm_chart: {{ hub_type }} # helm_chart_values_files: # - common.values.yaml - # - {{ hub_name }}.values.yaml - # - enc-{{ hub_name }}.secret.values.yaml + # - .values.yaml + # - enc-.secret.values.yaml diff --git a/config/clusters/templates/gcp/cluster.yaml b/config/clusters/templates/gcp/cluster.yaml index 0c7c816e3..0f56cf3b6 100644 --- a/config/clusters/templates/gcp/cluster.yaml +++ b/config/clusters/templates/gcp/cluster.yaml @@ -27,13 +27,13 @@ hubs: [] # Uncomment the lines below once the support infrastructure was deployed and # you are ready to add the first cluster - # - name: {{ hub_name }} + # - name: # # Tip: consider changing this to something more human friendly - # display_name: "{{ cluster_name }} - {{ hub_name }}" - # domain: {{ hub_name }}.{{ cluster_name }}.2i2c.cloud + # display_name: "{{ cluster_name }} - " + # domain: .{{ cluster_name }}.2i2c.cloud # helm_chart: {{ hub_type }} # helm_chart_values_files: # - common.values.yaml - # - {{ hub_name }}.values.yaml - # - enc-{{ hub_name }}.secret.values.yaml + # - .values.yaml + # - enc-.secret.values.yaml