From b8c370a159495b7c43f230a53a2a1b324c4c5984 Mon Sep 17 00:00:00 2001 From: Hisham Veeran Date: Mon, 8 Jul 2024 12:01:02 -0400 Subject: [PATCH 1/2] Fix minor typos --- advanced-topics/helm-charts-dockerfiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced-topics/helm-charts-dockerfiles.md b/advanced-topics/helm-charts-dockerfiles.md index aec6182..c3c11c7 100644 --- a/advanced-topics/helm-charts-dockerfiles.md +++ b/advanced-topics/helm-charts-dockerfiles.md @@ -176,7 +176,7 @@ tanzu operations policy list tanzu operations policy get psa-mutation-policy -n {clustergroup name} -s clustergroup ``` -## Flex-Helm Profile +## Flux-Helm Profile We will be reusing profiles created in the earlier modules (`sping-dev-simple-sa.tanzu.vmware.com`) and your custom network profile (`networking.mydomain.com or yourname-customer-networking`). We will be using an additional profile to add the fluxcd source and fluxcd helm capabilities to our space. This demonstrates the additive abilty of reusing profiles grouped around an application type or requirement. @@ -411,4 +411,4 @@ Navigate to your Space in Tanzu Platform UI (`Application Space -> Spaces -> You On the Space you will see a `Space URL: podinfo.fqdn.com` This is where you application is publically available via HTTPRoute. You can also see this same information undeer Ingress & Egress. Open this link in your web browser to visit the Podinfo site. -![Helm Space URL](../images/helm-space-url.png) \ No newline at end of file +![Helm Space URL](../images/helm-space-url.png) From df8c242813efe2781e8344052a0d2da2a7a7bdd1 Mon Sep 17 00:00:00 2001 From: Hisham Veeran Date: Mon, 8 Jul 2024 12:03:08 -0400 Subject: [PATCH 2/2] Update README.md --- advanced-topics-container-tasks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced-topics-container-tasks/README.md b/advanced-topics-container-tasks/README.md index f9eda51..42276d0 100644 --- a/advanced-topics-container-tasks/README.md +++ b/advanced-topics-container-tasks/README.md @@ -1,6 +1,6 @@ # Creating custom container tasks -Container tasks can be used to enhance the build process. There are many scenarios where additonal configuration may be needed in the output of the build process. Container Tasks provided a re-usable scalable way of adding steps to the buidl process. This part of the workshop will walk through creatng a simple container task and adding it to the platform. +Container tasks can be used to enhance the build process. There are many scenarios where additonal configuration may be needed in the output of the build process. Container Tasks provided a re-usable scalable way of adding steps to the build process. This part of the workshop will walk through creatng a simple container task and adding it to the platform. @@ -162,4 +162,4 @@ tanzu build config --build-plan-source custom-build-plan ```bash tanzu space use tanzu deploy -``` \ No newline at end of file +```