diff --git a/compose/chub/5.2/ltsc2019/xm1/.env-example b/compose/chub/5.2/ltsc2019/xm1/.env-example new file mode 100644 index 00000000..389ae6d1 --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xm1/.env-example @@ -0,0 +1,25 @@ +#Add the following environment variables to the Sitecore Platform .env file + +#The Azure service bus entity path in +CMP_ServiceBusEntityPathIn= + +#The Azure service bus subscription +CMP_ServiceBusSubscription= + +#The Azure service bus entity path out +CMP_ServiceBusEntityPathOut= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +DAM_ContentHub= + +#The Content Hub searh page URL +DAM_SearchPage= + +#The Content Hub external redirect key +DAM_ExternalRedirectKey= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +CMP_ContentHub= + +#Sitecore Platform topology to deploy +TOPOLOGY= \ No newline at end of file diff --git a/compose/chub/5.2/ltsc2019/xm1/docker-compose.override.yml b/compose/chub/5.2/ltsc2019/xm1/docker-compose.override.yml new file mode 100644 index 00000000..da4bf642 --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xm1/docker-compose.override.yml @@ -0,0 +1,17 @@ +services: + cd: + image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} + environment: + Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} + Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} + Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} + cm: + image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} + environment: + Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} + Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} + Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} + Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} + Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} diff --git a/compose/chub/5.2/ltsc2019/xp0/.env-example b/compose/chub/5.2/ltsc2019/xp0/.env-example new file mode 100644 index 00000000..389ae6d1 --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xp0/.env-example @@ -0,0 +1,25 @@ +#Add the following environment variables to the Sitecore Platform .env file + +#The Azure service bus entity path in +CMP_ServiceBusEntityPathIn= + +#The Azure service bus subscription +CMP_ServiceBusSubscription= + +#The Azure service bus entity path out +CMP_ServiceBusEntityPathOut= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +DAM_ContentHub= + +#The Content Hub searh page URL +DAM_SearchPage= + +#The Content Hub external redirect key +DAM_ExternalRedirectKey= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +CMP_ContentHub= + +#Sitecore Platform topology to deploy +TOPOLOGY= \ No newline at end of file diff --git a/compose/chub/5.2/ltsc2019/xp0/docker-compose.override.yml b/compose/chub/5.2/ltsc2019/xp0/docker-compose.override.yml new file mode 100644 index 00000000..85f5bc0b --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xp0/docker-compose.override.yml @@ -0,0 +1,11 @@ +services: + cm: + image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} + environment: + Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} + Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} + Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} + Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} + Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} \ No newline at end of file diff --git a/compose/chub/5.2/ltsc2019/xp1/.env-example b/compose/chub/5.2/ltsc2019/xp1/.env-example new file mode 100644 index 00000000..389ae6d1 --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xp1/.env-example @@ -0,0 +1,25 @@ +#Add the following environment variables to the Sitecore Platform .env file + +#The Azure service bus entity path in +CMP_ServiceBusEntityPathIn= + +#The Azure service bus subscription +CMP_ServiceBusSubscription= + +#The Azure service bus entity path out +CMP_ServiceBusEntityPathOut= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +DAM_ContentHub= + +#The Content Hub searh page URL +DAM_SearchPage= + +#The Content Hub external redirect key +DAM_ExternalRedirectKey= + +#The Content Hub connection string, for example, ClientId=;ClientSecret=;UserName=;Password=;URI= +CMP_ContentHub= + +#Sitecore Platform topology to deploy +TOPOLOGY= \ No newline at end of file diff --git a/compose/chub/5.2/ltsc2019/xp1/docker-compose.override.yml b/compose/chub/5.2/ltsc2019/xp1/docker-compose.override.yml new file mode 100644 index 00000000..da4bf642 --- /dev/null +++ b/compose/chub/5.2/ltsc2019/xp1/docker-compose.override.yml @@ -0,0 +1,17 @@ +services: + cd: + image: sitecore-chub-${TOPOLOGY}-cd:${SITECORE_VERSION} + environment: + Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} + Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} + Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} + cm: + image: sitecore-chub-${TOPOLOGY}-cm:${SITECORE_VERSION} + environment: + Sitecore_ConnectionStrings_CMP.ContentHub: ${CMP_ContentHub} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn: ${CMP_ServiceBusEntityPathIn} + Sitecore_ConnectionStrings_CMP.ServiceBusSubscription: ${CMP_ServiceBusSubscription} + Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut: ${CMP_ServiceBusEntityPathOut} + Sitecore_ConnectionStrings_DAM.ContentHub: ${DAM_ContentHub} + Sitecore_ConnectionStrings_DAM.SearchPage: ${DAM_SearchPage} + Sitecore_ConnectionStrings_DAM.ExternalRedirectKey: ${DAM_ExternalRedirectKey} diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/kustomization.yaml b/k8s/chub/5.2/ltsc2019/overrides/xm1/kustomization.yaml new file mode 100644 index 00000000..921fd6ee --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/kustomization.yaml @@ -0,0 +1,17 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +bases: + - ../../xm1 + +images: +- name: scr.sitecore.com/sxp/sitecore-xm1-cd + newName: "{registry}/sitecore-chub-xm1-cd" + newTag: tag +- name: scr.sitecore.com/sxp/sitecore-xm1-cm + newName: "{registry}/sitecore-chub-xm1-cm" + newTag: tag + +patchesStrategicMerge: + - patch-cd.scch.yaml + - patch-cm.scch.yaml diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cd.scch.yaml b/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cd.scch.yaml new file mode 100644 index 00000000..f78d7bf4 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cd.scch.yaml @@ -0,0 +1,33 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cd +spec: + selector: + matchLabels: + app: cd + template: + metadata: + labels: + app: cd + spec: + nodeSelector: + kubernetes.io/os: windows + containers: + - name: sitecore-xm1-cd + env: + - name: Sitecore_ConnectionStrings_DAM.ContentHub + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.SearchPage + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-search-page.txt + - name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-external-redirect-key.txt \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cm.scch.yaml b/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cm.scch.yaml new file mode 100644 index 00000000..12014622 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/patch-cm.scch.yaml @@ -0,0 +1,53 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cm +spec: + selector: + matchLabels: + app: cm + template: + metadata: + labels: + app: cm + spec: + nodeSelector: + kubernetes.io/os: windows + containers: + - name: sitecore-xm1-cm + env: + - name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-entity-path-in.txt + - name: Sitecore_ConnectionStrings_CMP.ServiceBusSubscription + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-subscription.txt + - name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-entity-path-out.txt + - name: Sitecore_ConnectionStrings_CMP.ContentHub + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.ContentHub + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.SearchPage + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-search-page.txt + - name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-external-redirect-key.txt \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/kustomization.yaml b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/kustomization.yaml new file mode 100644 index 00000000..1ef4672e --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/kustomization.yaml @@ -0,0 +1,21 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +bases: + - ../../../xm1/secrets + +generatorOptions: + disableNameSuffixHash: true + +secretGenerator: +- name: scch-cmp-connection-strings + files: + - sitecore-cmp-service-bus-entity-path-in.txt + - sitecore-cmp-service-bus-subscription.txt + - sitecore-cmp-service-bus-entity-path-out.txt + - sitecore-cmp-content-hub.txt +- name: scch-dam-connection-strings + files: + - sitecore-dam-content-hub.txt + - sitecore-dam-search-page.txt + - sitecore-dam-external-redirect-key.txt diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-content-hub.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-content-hub.txt new file mode 100644 index 00000000..c653d3db --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-content-hub.txt @@ -0,0 +1 @@ +ClientId=[ClientId];ClientSecret=[ClientSecret];UserName=[UserName];Password=[Password];URI=[URI]; \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-in.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-in.txt new file mode 100644 index 00000000..c1583a6b --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-in.txt @@ -0,0 +1 @@ +Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-out.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-out.txt new file mode 100644 index 00000000..c1583a6b --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-entity-path-out.txt @@ -0,0 +1 @@ +Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-subscription.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-subscription.txt new file mode 100644 index 00000000..2e16b7cc --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-cmp-service-bus-subscription.txt @@ -0,0 +1 @@ +[CMP_ServiceBusSubscription] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-content-hub.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-content-hub.txt new file mode 100644 index 00000000..c653d3db --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-content-hub.txt @@ -0,0 +1 @@ +ClientId=[ClientId];ClientSecret=[ClientSecret];UserName=[UserName];Password=[Password];URI=[URI]; \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-external-redirect-key.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-external-redirect-key.txt new file mode 100644 index 00000000..4240afb5 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-external-redirect-key.txt @@ -0,0 +1 @@ +[DAM_ExternalRedirectKey] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-search-page.txt b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-search-page.txt new file mode 100644 index 00000000..96f63438 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xm1/secrets/sitecore-dam-search-page.txt @@ -0,0 +1 @@ +[DAM_SearchPage] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/kustomization.yaml b/k8s/chub/5.2/ltsc2019/overrides/xp1/kustomization.yaml new file mode 100644 index 00000000..9f5efee3 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/kustomization.yaml @@ -0,0 +1,17 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +bases: + - ../../xp1 + +images: +- name: scr.sitecore.com/sxp/sitecore-xp1-cd + newName: "{registry}/sitecore-chub-xp1-cd" + newTag: tag +- name: scr.sitecore.com/sxp/sitecore-xp1-cm + newName: "{registry}/sitecore-chub-xp1-cm" + newTag: tag + +patchesStrategicMerge: + - patch-cd.scch.yaml + - patch-cm.scch.yaml diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cd.scch.yaml b/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cd.scch.yaml new file mode 100644 index 00000000..1d7748e3 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cd.scch.yaml @@ -0,0 +1,33 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cd +spec: + selector: + matchLabels: + app: cd + template: + metadata: + labels: + app: cd + spec: + nodeSelector: + kubernetes.io/os: windows + containers: + - name: sitecore-xp1-cd + env: + - name: Sitecore_ConnectionStrings_DAM.ContentHub + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.SearchPage + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-search-page.txt + - name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-external-redirect-key.txt \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cm.scch.yaml b/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cm.scch.yaml new file mode 100644 index 00000000..5a79ed5c --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/patch-cm.scch.yaml @@ -0,0 +1,53 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cm +spec: + selector: + matchLabels: + app: cm + template: + metadata: + labels: + app: cm + spec: + nodeSelector: + kubernetes.io/os: windows + containers: + - name: sitecore-xp1-cm + env: + - name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathIn + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-entity-path-in.txt + - name: Sitecore_ConnectionStrings_CMP.ServiceBusSubscription + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-subscription.txt + - name: Sitecore_ConnectionStrings_CMP.ServiceBusEntityPathOut + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-service-bus-entity-path-out.txt + - name: Sitecore_ConnectionStrings_CMP.ContentHub + valueFrom: + secretKeyRef: + name: scch-cmp-connection-strings + key: sitecore-cmp-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.ContentHub + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-content-hub.txt + - name: Sitecore_ConnectionStrings_DAM.SearchPage + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-search-page.txt + - name: Sitecore_ConnectionStrings_DAM.ExternalRedirectKey + valueFrom: + secretKeyRef: + name: scch-dam-connection-strings + key: sitecore-dam-external-redirect-key.txt \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/kustomization.yaml b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/kustomization.yaml new file mode 100644 index 00000000..7f41c0fb --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/kustomization.yaml @@ -0,0 +1,21 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +bases: + - ../../../xp1/secrets + +generatorOptions: + disableNameSuffixHash: true + +secretGenerator: +- name: scch-cmp-connection-strings + files: + - sitecore-cmp-service-bus-entity-path-in.txt + - sitecore-cmp-service-bus-subscription.txt + - sitecore-cmp-service-bus-entity-path-out.txt + - sitecore-cmp-content-hub.txt +- name: scch-dam-connection-strings + files: + - sitecore-dam-content-hub.txt + - sitecore-dam-search-page.txt + - sitecore-dam-external-redirect-key.txt diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-content-hub.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-content-hub.txt new file mode 100644 index 00000000..c653d3db --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-content-hub.txt @@ -0,0 +1 @@ +ClientId=[ClientId];ClientSecret=[ClientSecret];UserName=[UserName];Password=[Password];URI=[URI]; \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-in.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-in.txt new file mode 100644 index 00000000..c1583a6b --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-in.txt @@ -0,0 +1 @@ +Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-out.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-out.txt new file mode 100644 index 00000000..c1583a6b --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-entity-path-out.txt @@ -0,0 +1 @@ +Endpoint=[Endpoint];SharedAccessKeyName=[SharedAccessKeyName];SharedAccessKey=[SharedAccessKey];EntityPath=[EntityPath] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-subscription.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-subscription.txt new file mode 100644 index 00000000..2e16b7cc --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-cmp-service-bus-subscription.txt @@ -0,0 +1 @@ +[CMP_ServiceBusSubscription] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-content-hub.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-content-hub.txt new file mode 100644 index 00000000..c653d3db --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-content-hub.txt @@ -0,0 +1 @@ +ClientId=[ClientId];ClientSecret=[ClientSecret];UserName=[UserName];Password=[Password];URI=[URI]; \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-external-redirect-key.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-external-redirect-key.txt new file mode 100644 index 00000000..4240afb5 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-external-redirect-key.txt @@ -0,0 +1 @@ +[DAM_ExternalRedirectKey] \ No newline at end of file diff --git a/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-search-page.txt b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-search-page.txt new file mode 100644 index 00000000..96f63438 --- /dev/null +++ b/k8s/chub/5.2/ltsc2019/overrides/xp1/secrets/sitecore-dam-search-page.txt @@ -0,0 +1 @@ +[DAM_SearchPage] \ No newline at end of file