Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions advanced-topics-container-tasks/README.md
Original file line number Diff line number Diff line change
@@ -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.



Expand Down Expand Up @@ -162,4 +162,4 @@ tanzu build config --build-plan-source custom-build-plan
```bash
tanzu space use <myspace>
tanzu deploy
```
```
4 changes: 2 additions & 2 deletions advanced-topics/helm-charts-dockerfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
![Helm Space URL](../images/helm-space-url.png)